|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
InjectPreference
will be
supported.
Module
implementation
and add it to the configuring modules by overriding
RoboApplication.addApplicationModules(List)
.Injector
configured for this application.
TO
, using extras of
type FROM
.Injector
of your application.
Injector
of your application.
RoboApplication
is
instantiated, but rather when getInjector is first called (lazy
initialization), the same lazy initialization is applied to this
application instance members, which are not used until the injector is
first created.
RoboPreferenceActivity
.AccountAuthenticatorActivity
that provides dependency injection
with RoboGuice.RoboActivity
extends from Activity
to provide dynamic
injection of collaborators, using Google Guice.Activity
should now
extend from RoboActivity
.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.RoboActivityGroup
extends from ActivityGroup
to provide
dynamic injection of collaborators, using Google Guice.RoboExpandableListActivity
extends from
ExpandableListActivity
to provide dynamic injection of collaborators,
using Google Guice.RoboIntentService
extends from IntentService
to provide dynamic
injection of collaborators, using Google Guice.IntentService
should now extend from
RoboIntentService
.RoboLauncherActivity
extends from LauncherActivity
to provide
dynamic injection of collaborators, using Google Guice.RoboListActivity
extends from ListActivity
to provide
dynamic injection of collaborators, using Google Guice.RoboThread
which adds a Looper.RoboMapActivity
extends from MapActivity
to provide
dynamic injection of collaborators, using Google Guice.RoboPreferenceActivity
extends from PreferenceActivity
to provide
dynamic injection of collaborators, using Google Guice.RoboService
extends from Service
to provide dynamic
injection of collaborators, using Google Guice.Service
should now extend from
RoboService
.RoboTabActivity
extends from TabActivity
to provide
dynamic injection of collaborators, using Google Guice.Thread
which propogates the current
Context to the background thread.AsyncTask
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |