Uses of Interface
roboguice.inject.InjectorProvider

Packages that use InjectorProvider
roboguice.activity   
roboguice.application   
roboguice.service   
 

Uses of InjectorProvider in roboguice.activity
 

Classes in roboguice.activity that implement InjectorProvider
 class RoboAccountAuthenticatorActivity
          A subclass of AccountAuthenticatorActivity that provides dependency injection with RoboGuice.
 class RoboActivity
          A RoboActivity extends from Activity to provide dynamic injection of collaborators, using Google Guice.

Your own activities that usually extend from Activity should now extend from RoboActivity.

If your activities extend from subclasses of Activity provided by the Android SDK, we provided Guice versions as well for the most used : see RoboExpandableListActivity, RoboListActivity, and other classes located in package roboguice.activity.

If we didn't provide what you need, you have two options : either post an issue on the bug tracker, or implement it yourself.
 class RoboActivityGroup
          A RoboActivityGroup extends from ActivityGroup to provide dynamic injection of collaborators, using Google Guice.
 class RoboExpandableListActivity
          A RoboExpandableListActivity extends from ExpandableListActivity to provide dynamic injection of collaborators, using Google Guice.
 class RoboLauncherActivity
          A RoboLauncherActivity extends from LauncherActivity to provide dynamic injection of collaborators, using Google Guice.
 class RoboListActivity
          A RoboListActivity extends from ListActivity to provide dynamic injection of collaborators, using Google Guice.
 class RoboMapActivity
          A RoboMapActivity extends from MapActivity to provide dynamic injection of collaborators, using Google Guice.
 class RoboPreferenceActivity
          A RoboPreferenceActivity extends from PreferenceActivity to provide dynamic injection of collaborators, using Google Guice.
Note: there is currently a limitation that prevents you from using @InjectView if you use setContentView.
 class RoboTabActivity
          A RoboTabActivity extends from TabActivity to provide dynamic injection of collaborators, using Google Guice.
 

Uses of InjectorProvider in roboguice.application
 

Classes in roboguice.application that implement InjectorProvider
 class RoboApplication
          This class is in charge of starting the Guice configuration.
 class RoboInjectableApplication
          Like RoboApplication, but allows you to inject resource into the application itself.
 

Uses of InjectorProvider in roboguice.service
 

Classes in roboguice.service that implement InjectorProvider
 class RoboIntentService
          A RoboIntentService extends from IntentService to provide dynamic injection of collaborators, using Google Guice.

Your own services that usually extend from IntentService should now extend from RoboIntentService.

If we didn't provide what you need, you have two options : either post an issue on the bug tracker, or implement it yourself.

 class RoboService
          A RoboService extends from Service to provide dynamic injection of collaborators, using Google Guice.

Your own services that usually extend from Service should now extend from RoboService.

If we didn't provide what you need, you have two options : either post an issue on the bug tracker, or implement it yourself.
 



Copyright © 2011. All Rights Reserved.