|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AfterInject
will be called after the
constructor is called in an enhanced class.TextWatcher.afterTextChanged(Editable s)
after the
text is changed on the targeted TextView or subclass of TextView.AfterViews
will be called after
Activity.setContentView(int)
is called by the generated activity.EBean
.TextWatcher.beforeTextChanged(CharSequence s, int start, int count, int after)
before the text is changed on the targeted TextView or subclass of TextView.AfterViews
annotated
method.EApplication
classesAfterViews
annotated
method.EBean
classesAfterViews
annotated
method.AfterViews
annotated
method.EActivity
.R.raw.cacerts.bks
Typically your servers trusted certificates
(public key, Root Chain Authority etc) changeit
) changeit
) true
) If false, Hostname in certificate (DN) must match
the URL.Activity.startActivityForResult(Intent, int)
The annotation value must be an integer constant that represents the
requestCode associated with the given result.SharedPref
The field MUST be of a type that is generated using SharedPref
and
therefore extends SharedPreferencesHelper
.Rest
service
The injected element must be an interface annotated with Rest
.EBean
classes
The field MUST be of a type that extends android.content.Context.SeekBar.OnSeekBarChangeListener.onProgressChanged(android.widget.SeekBar, int, boolean)
when the progress level of a SeekBar has changed.SeekBar.OnSeekBarChangeListener.onStartTrackingTouch(SeekBar seekBar)
when the user begins to move the cursor of the targeted SeekBar.SeekBar.OnSeekBarChangeListener.onStopTrackingTouch(SeekBar seekBar)
when the user has finished to move the cursor of the targeted SeekBar.SharedPref
on an interface to create a SharedPreference helper
that will contain access methods related to the methods you define in the
interface.TextWatcher.onTextChanged(CharSequence s, int start, int before, int count)
when the text is changed on the targeted TextView or subclass of TextView.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |