Package com.cheetahdigital.giftcards.ui.viewpager
-
Interface Summary Interface Description GiftcardsPagerView View to be implemented forGiftcardsPagerFragmentOnGiftcardClickListener Interface to be implemented in order to handle the on click on the views of Giftcard -
Class Summary Class Description GiftcardFragment This fragment shows the details of the Gift Card.GiftcardPagerAdapter The adapter to be used for the list ofGiftcardGiftcardsPagerActivity This activity has a container that showsGiftcardsPagerFragment.GiftcardsPagerFragment<V extends GiftcardsPagerView,P extends GiftcardsPagerPresenter<V>> AbstractFragmentwhich shows a list ofGiftcard.GiftcardsPagerPresenter<V extends GiftcardsPagerView> This presenter class contains all the API calls for the managing the listGiftcard.