Package roboguice.activity

Class Summary
RoboAccountAuthenticatorActivity A subclass of AccountAuthenticatorActivity that provides dependency injection with RoboGuice.
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.
RoboActivityGroup A RoboActivityGroup extends from ActivityGroup to provide dynamic injection of collaborators, using Google Guice.
RoboExpandableListActivity A RoboExpandableListActivity extends from ExpandableListActivity to provide dynamic injection of collaborators, using Google Guice.
RoboLauncherActivity A RoboLauncherActivity extends from LauncherActivity to provide dynamic injection of collaborators, using Google Guice.
RoboListActivity A RoboListActivity extends from ListActivity to provide dynamic injection of collaborators, using Google Guice.
RoboMapActivity A RoboMapActivity extends from MapActivity to provide dynamic injection of collaborators, using Google Guice.
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.
RoboSplashActivity An activity that can be used to display a splash page while initializing the guice injector in the background.
RoboTabActivity A RoboTabActivity extends from TabActivity to provide dynamic injection of collaborators, using Google Guice.
 



Copyright © 2011. All Rights Reserved.