See: Description
Interface | Description |
---|---|
MultiPageReviewFragmentInterface |
Methods which the Multi-Page Review Fragment must implement.
|
MultiPageReviewFragmentListener |
Interface used by the
MultiPageReviewFragment to dispatch events to the hosting
Activity. |
Class | Description |
---|---|
MultiPageReviewActivity |
Screen API
|
MultiPageReviewFragment |
Component API
|
The MultiPageReviewActivity
displays images
of a document and allows the user to reorder, rotate, zoom and delete them.
To use the Component API you have to include the MultiPageReviewFragment
in an Activity in your app (a dedicated Activity is recommended). To receive events from the
Fragments your Activity must implement the MultiPageReviewFragmentListener
interface.