ReceiverAction.EIntentServices.Activity Intent
builders, which provide a fluent API to build Intents and start the
generated Activity.Activity class.Intent.Activity.AfterExtras will be called after the Extras
from an Intent have been injected.AfterInject will be called after the
constructor is called in an enhanced class.AfterPreferences will be called after
addPreferenceFromResource is called by the generated classs.TextWatcher.afterTextChanged(android.text.Editable s)
after the text is changed on the targeted TextView or subclass of TextView.AfterViews will be called after
setContentView(int) is
called by the generated activity.XmlResourceParser fields in any enhanced
classes that should be injected with this specific animation resource.EApplication annotated class in an enhanced class.EBean annotated class in an enhanced class.TextWatcher.beforeTextChanged(CharSequence s, int start, int count, int after)
before the text is changed on the targeted TextView or subclass of TextView.Boolean or boolean fields in any
enhanced classes that should be injected with this specific boolean resource.Bundle objects.id.id.CompoundButton.OnCheckedChangeListener.onCheckedChanged(android.widget.CompoundButton, boolean)
after the checked state is changed on the targeted CompoundButton or subclass
of CompoundButton.BackgroundExecutor.WrongThreadListener.onUiExpected() if it doesn't.View.OnClickListener.onClick(android.view.View) when
the view has been clicked by the user.Integer or int fields in any enhanced
classes that should be injected with this specific color resource.ColorStateList fields in any enhanced
classes that should be injected with this specific color state list resource.EActivity annotated classes to set a custom title layout.HttpsClient.trustStorePwd() and HttpsClient.keyStorePwd().SharedPref annotated class to specified the default
value of this preference.SharedPref annotated class to specified the default
value of this preference.SharedPref annotated class to specified the default
value of this preference.SharedPref annotated class to specified the default
value of this preference.SharedPref annotated class to specified the default
value of this preference.SharedPref annotated class to specified the default
value of this preference.SharedPref annotated class to specified the default
value of this preference.Integer or int fields in any enhanced
classes that should be injected with this specific dimension pixel offset
resource.Integer or int fields in any enhanced
classes that should be injected with this specific dimension pixel size
resource.Float or float fields in any enhanced
classes that should be injected with this specific dimension resource.Drawable fields or methods with
applicable parameters in any enhanced classes that should be injected with
this specific drawable resource.Activity classes to enable usage of
AndroidAnnotations.Application classes to enable usage of
AndroidAnnotations.TextView.OnEditorActionListener.onEditorAction(android.widget.TextView, int, android.view.KeyEvent)
when an action is performed on the editor.IntentService classes to enable usage
of AndroidAnnotations.ContentProvider classes to enable
usage of AndroidAnnotations.BroadcastReceiver classes to enable
usage of AndroidAnnotations.Service classes to enable usage of
AndroidAnnotations.View classes to enable usage of
AndroidAnnotations.View classes to enable usage of
AndroidAnnotations.serial (if any) have
completed execution.serial (if any) have completed execution.Parcelable or
Serializable field in an EActivity
annotated class to bind it with Android's arguments.View.OnFocusChangeListener.onFocusChange(android.view.View, boolean)
after focus is changed on the targeted View or subclass of View.Parcelable or
Serializable field in an EFragment
annotated class to bind it with Android's arguments.TextView field or a
TextView subclass field annotated with
ViewById to inject text as HTML.EActivity classes that must be fullscreen.Parcelable array from the Bundle, and
returns it in an array whose type is the exact Parcelable subclass.EActivity classes to enable the use of HierarchyViewer inside the application.CharSequence or Spanned fields
or methods with applicable parameters in any enhanced classes that should be
injected with this specific string resource as HTML.EFragment or in conjunction with the
UiThread or Background annotations, the annotated method will
be wrapped in an 'if attached' block such that no code will be executed if
the EFragment is no longer bound to its parent activity or
DETACHEDthe EFragment views are destroyed
VIEW_DESTROYED.onSaveInstanceState(Bundle) and onCreate(Bundle).Integer or int array fields or methods
with applicable parameters in any enhanced classes that should be injected
with this specific int array resource.Integer or int fields or methods with
applicable parameters in any enhanced classes that should be injected with
this specific integer resource.AdapterView.OnItemClickListener.onItemClick(android.widget.AdapterView, android.view.View, int, long)
when a list item has been clicked by the user.AdapterView.OnItemLongClickListener.onItemLongClick(android.widget.AdapterView, android.view.View, int, long)
when a list item has been long clicked by the user.AdapterView.OnItemSelectedListener.onItemSelected(android.widget.AdapterView, android.view.View, int, long)
when a list item has been selected by the user.XmlResourceParser fields or methods with
applicable parameters in any enhanced classes that should be injected with
this specific layout resource.View.OnLongClickListener.onLongClick(android.view.View)
when the view has been long clicked by the user.Movie fields or methods with applicable
parameters in any enhanced classes that should be injected with this specific
movie resource.Activity#startActivityForResult(Intent, int) or the generated
IntentBuilder.startActivityForResult() method of the activity.Parcelable or
Serializable parameter of an OnActivityResult
annotated method to bind it with the value from the Intent.expectedSerials, but was called from a
currentSerial.MenuItem fields or methods with
applicable parameters in activity classes to inject a menu item.android.support.v4.view.ViewPager.OnPageChangeListener.OnPageScrolled
when the current page is scrolled, either as part of a programmatically
initiated smooth scroll or a user initiated touch scroll.android.support.v4.view.ViewPager.OnPageChangeListener.onPageScrollStateChanged
when the scroll state changes.android.support.v4.view.ViewPager.OnPageChangeListener.onPageSelected
when a new page becomes selected.Activity.SharedPref annotated class in any enhanced class.Preference or
Preference subtype or
android.support.v7.preference.Preference or
android.support.v7.preference.Preference subtype fields or
methods with applicable parameters in a
EActivity or
EFragment annotated
class, which is a subclass of PreferenceActivity or PreferenceFragment(Compat), respectively.OnPreferenceChangeListener#onPreferenceChange(Preference, Object)
when the value of a Preference has been changed by the user and
is about to be set and/or persisted.OnPreferenceClickListener#onPreferenceClick(Preference) when
the Preference has been clicked by the user.EActivity class which is a subclass of
PreferenceActivity, to inject
the preference headers from resource.Parcelable or
Serializable parameter of a method annotated with
Receiver to inject the extra put in the intent parameter of
void onReceive(Context context, Intent intent).EReceiver annotated class.Parcelable or
Serializable parameter of a method annotated with
ReceiverAction to inject the extra put in the intent parameter of
void onReceive(Context context, Intent intent).Context fields in an EBean
annotated classes to inject context of the parent class.EBean annotated classes to inject the
Fragment which originally injected the bean instance.SeekBar.OnSeekBarChangeListener.onProgressChanged(android.widget.SeekBar, int, boolean)
when the progress level of a SeekBar has changed.SeekBar.OnSeekBarChangeListener#onStartTrackingTouch(SeekBar) when the user
begins to move the cursor of the targeted SeekBar.SeekBar.OnSeekBarChangeListener#onStopTrackingTouch(SeekBar) when the user
has finished to move the cursor of the targeted SeekBar.EIntentService annotated class.BackgroundExecutor.WrongThreadListener.SharedPref on an interface to create a SharedPreference helper
that will contain access methods related to the methods you define in the
interface.Activity, by calling
Activity#startActivity(android.content.Intent) for the previously given
Context or Fragment or support Fragment
objects.Activity for result, by calling
Activity#startActivityForResult(android.content.Intent, int) for the
previously given Context or Fragment or
support Fragment objects.String array fields in any enhanced classes that
should be injected with this specific string array resource.String fields or methods with applicable parameters
in any enhanced classes that should be injected with this specific string
resource.CharSequence array fields or methods with applicable
parameters in any enhanced classes that should be injected with this specific
string array resource.TextWatcher.onTextChanged(CharSequence s, int start, int before, int count)
when the text is changed on the targeted TextView or subclass of TextView.CharSequence fields or methods with applicable
parameters in any enhanced classes that should be injected with this specific
string resource.View.OnTouchListener#onTouch(View, MotionEvent) when the view has been
touched by the user.UiThread tasks.View or View subtype
fields or method parameters in a view related (ie EActivity,
EFragment, EViewGroup, ...) annotated class.List of View or
View subtype fields or methods with applicable
parameters in a view related (ie
EActivity,
EFragment,
EViewGroup, ...) annotated class.PowerManager.WakeLock for this method call.WakeLock flag integer values.WakeLock level integer values.EActivity classes to set custom window features.Bundle to the start method.Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.