fonts/
directory
and fonts starting with font:
prefix.fonts/
directory
and fonts starting with font:
prefix.LayoutItemsAdapter.notifyDataSetChanged()
method is called.FrameLayout
implementation that allows setting max width and max height using
'android:maxWidth' and 'android:maxHeight' xml attributes.LinearLayout
implementation that allows setting max width and max height using
'android:maxWidth' and 'android:maxHeight' xml attributes.RelativeLayout
implementation that allows setting max width and max height using
'android:maxWidth' and 'android:maxHeight' xml attributes.ConnectivityHelper.isConnected(Context)
can be used to directly check connection.android.permission.ACCESS_NETWORK_STATE
permission.toArray
(convert(array)
)toArray
(convert(array)
, clazz
)toArray
(convert(collection)
)toArray
(convert(array)
, clazz
)yyyy-MM-dd'T'HH:mm:ss'Z'
.Activity.startActivityForResult(android.content.Intent, int)
of activity
(or similar method of fragment) will be used to start next activity.Navigate.forResult(int)
,
Navigate.animate(Transitions)
and all the finish(...)
and navigateUp(...)
methods.hideSoftKeyboard(activity, activity.getCurrentFocus())
.Activity
or Fragment
instance state.InstanceState
annotation will be saved.InstanceStateManager.saveInstanceState(Object, android.os.Bundle)
and
InstanceStateManager.restoreInstanceState(Object, android.os.Bundle)
methods.BaseAdapter
implementation to use List
as a source.getView
method is divided into
ItemsAdapter.onCreateHolder(ViewGroup, int)
and ItemsAdapter.onBindHolder(ViewHolder, int)
methods.ItemsAdapter
implementation that allows to populate any ViewGroup with views created by
this adapter, see LayoutItemsAdapter.addItemsTo(android.view.ViewGroup)
.Activity.onActivityResult(int, int, Intent)
method to
get picked contact info.Activity.onActivityResult(int, int, Intent)
method to
get picked contact info.Activity.onActivityResult(int, int, Intent)
method to
get picked contact info.PickPhoneHandler.onResult(Context, int, Intent)
to handle results.PickPhoneHandler.onResult(Context, int, Intent)
to handle results.PickImageHandler.onResult(Context, int, Intent)
to handle results.SharedPreferences
.savedState
into the given obj
.obj
into outState
.Activity.onSaveInstanceState(android.os.Bundle)
or
Fragment.onSaveInstanceState(android.os.Bundle)
.obj
parameter.Fonts
.Fonts
.BaseAdapter.notifyDataSetChanged()
to update underlying
ListView
.null
to clear the adapter.LocalizationHelper.wrap(Context)
.TextWatcher
implementation that do nothing by default.List
into array.List
into array of given type.LocalizationHelper.setLocale(Locale)
or LocalizationHelper.setLanguage(String)
.ContextThemeWrapper.attachBaseContext(android.content.Context)
.
See LocalizationHelper
for more details.