Package com.cheetahdigital.receipt.ui.list
-
Interface Summary Interface Description ReceiptClickListener Receipt click listener forReceiptitems.ReceiptsView ExtendsEndlessListViewfor the Receipts List This interface contains methods that are called by the presenter when an API call is done -
Class Summary Class Description ReceiptsActivity Activity which acts as a container forReceiptsFragment;ReceiptsAdapter Extended version ofEndlessListAdapterfor Receipts The model for this adapter isReceiptand the view holder isReceiptViewHolderReceiptsFragment<A extends ReceiptsAdapter,V extends ReceiptsView,P extends ReceiptsPresenter<V>> ExtendsEndlessListFragmentViewwithReceiptsAdapteras the adapter,ReceiptsFragmentas the view andReceiptsPresenteras the presenter Can receive the following intent extras:IntentKey.PRIMARY_PARAMS- theReceiptParamsto useReceiptsPresenter<T extends ReceiptsView> ExtendsEndlessListPresenterwithReceiptsViewas the View This contains all the calls to the API as well as all the notification to show the contents on the viewReceiptViewHolder The View Holder for the Receipts list Contains all the views to be displayed on each list item