Package uk.co.ribot.easyadapter

Class Summary
ActivityViewHolder Extend this class if you want to hold the views of an Activity.
EasyAdapter<T> Extension of BaseAdapter.
ItemViewHolder<T> Easier alternative to implementing your own android.widget.BaseAdapter.
PositionInfo This class holds information about the position of an item in the EasyAdapter
ViewHolder Extend this class if you want to hold the child views of a given view, i.e it can be used to hold the views of a Fragment after inflating it's layout.
 

Exception Summary
InvalidViewHolderException This runtime exception is thrown when the ItemViewHolder extension passed into the EasyAdapter is not a valid implementation of ItemViewHolder
LayoutIdMissingException This RuntimeException is thrown when an extension of ItemViewHolder has not been annotated with LayoutId