Package com.cheetahdigital.punchcards.ui.details
-
Interface Summary Interface Description PunchcardDetailsView The MVP View for List ofPunchcardorPunchcardInstancePunchesListener Interface with methodPunchesListener.onPunchClick(Punch)Implement this to provide a custom action for the Punches's onClick -
Class Summary Class Description PunchcardDetailsActivity<V extends PunchcardDetailsView,P extends PunchcardDetailsPresenter<V>> The detail screen forPunchcardListFragmentCan receive the following intent extras:IntentKey.PRIMARY_PARAMS- thePunchcardParamsto include in API callsIntentKey.PRIMARY_ID- thePunchcardid/internal namePunchcardDetailsPresenter<T extends PunchcardDetailsView> The MVP Presenter Class forPunchcardAPIPunchesAdapter List Adapter forPunchPunchesViewHolder View Holder for the list of Punches Contains all the view to be displayed in each list itemSimplePunchcardDetailsActivity The detail screen forPunchcardListFragmentCan receive the following intent extras:IntentKey.PRIMARY_ID- thePunchcardid/internal nameIntentKey.PRIMARY_PARAMS- thePunchcardParamsto include in API calls