Uses of Interface
roboguice.util.RoboContext

Packages that use RoboContext
roboguice.activity   
roboguice.service   
 

Uses of RoboContext in roboguice.activity
 

Classes in roboguice.activity that implement RoboContext
 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 RoboFragmentActivity
           
 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 RoboContext in roboguice.service
 

Classes in roboguice.service that implement RoboContext
 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 © 2012. All Rights Reserved.