| Class | Description |
|---|---|
| AstroboyMasterConsole |
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()
|
| FightForcesOfEvilActivity |
Things you'll learn in this class:
- How to inject Resources
- How to use RoboAsyncTask to do background tasks with injection
- What it means to be a @Singleton
|
| FightForcesOfEvilActivity.AsyncPunch |
Copyright © 2014. All Rights Reserved.