|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoboApplication | |
---|---|
roboguice.activity | |
roboguice.application | |
roboguice.inject | |
roboguice.test |
Uses of RoboApplication in roboguice.activity |
---|
Methods in roboguice.activity with parameters of type RoboApplication | |
---|---|
protected void |
RoboSplashActivity.doStuffInBackground(RoboApplication app)
Is there anything you want to do in the background? Add it here. |
Uses of RoboApplication in roboguice.application |
---|
Subclasses of RoboApplication in roboguice.application | |
---|---|
class |
RoboInjectableApplication
Like RoboApplication, but allows you to inject resource into the application itself. |
Uses of RoboApplication in roboguice.inject |
---|
Constructors in roboguice.inject with parameters of type RoboApplication | |
---|---|
ContextScope(RoboApplication app)
|
Uses of RoboApplication in roboguice.test |
---|
Classes in roboguice.test with type parameters of type RoboApplication | |
---|---|
class |
RoboUnitTestCase<AppType extends RoboApplication>
Use RoboUnitTestCase when you'd like to make simple unit tests that may depend on Context resources, but do not depend on Activities, Services, ContentProviders, or other Contexts directly. |
Methods in roboguice.test that return types with arguments of type RoboApplication | |
---|---|
protected Class<? extends RoboApplication> |
RoboUnitTestCase.applicationType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |