- AnimationDetailActivity - Class in com.androidanimator.demo
-
An activity representing a single Animation detail screen.
- AnimationDetailActivity() - Constructor for class com.androidanimator.demo.AnimationDetailActivity
-
- AnimationDetailFragment - Class in com.androidanimator.demo
-
This is a fragment representing a single Animation detail screen which shows
off all the possible animations available in the AndroidAnimator library.
- AnimationDetailFragment() - Constructor for class com.androidanimator.demo.AnimationDetailFragment
-
Mandatory empty constructor for the fragment manager to instantiate the
fragment (e.g.
- AnimationListActivity - Class in com.androidanimator.demo
-
An activity representing a list of Animations.
- AnimationListActivity() - Constructor for class com.androidanimator.demo.AnimationListActivity
-
- AnimationListFragment - Class in com.androidanimator.demo
-
A list fragment representing a list of Animations.
- AnimationListFragment() - Constructor for class com.androidanimator.demo.AnimationListFragment
-
Mandatory empty constructor for the fragment manager to instantiate the
fragment (e.g.
- AnimationListFragment.Callbacks - Interface in com.androidanimator.demo
-
A callback interface that all activities containing this fragment must
implement.
- ARG_ITEM_ID - Static variable in class com.androidanimator.demo.AnimationDetailFragment
-
The fragment argument representing the item ID that this fragment
represents.