- app_name - Static variable in class org.roboguice.astroboy.R.string
-
- Astroboy - Class in org.roboguice.astroboy.controller
-
What you'll learn in this class:
- What it means to be a @Singleton
- That Singletons must use Provider instead of Context to get
the current context
- Some basics about injection, including when injection results in a call to
an object's default constructor, versus when it does something "special" like
call getSystemService()
- Astroboy() - Constructor for class org.roboguice.astroboy.controller.Astroboy
-
- AstroboyMasterConsole - Class in org.roboguice.astroboy.activity
-
This activity uses an AstroboyRemoteControl to control Astroboy remotely!
What you'll learn in this class:
- How to use @InjectView as a typesafe version of findViewById()
- How to inject plain old java objects as well (POJOs)
- When injection happens
- Some basics about injection, including when injection results in a call to
an object's default constructor, versus when it does something "special"
like call getSystemService()
- AstroboyMasterConsole() - Constructor for class org.roboguice.astroboy.activity.AstroboyMasterConsole
-
- AstroboyRemoteControl - Class in org.roboguice.astroboy.controller
-
A class to control Astroboy remotely.
- AstroboyRemoteControl() - Constructor for class org.roboguice.astroboy.controller.AstroboyRemoteControl
-