Skip navigation links

Package net.gini.android.vision.review

Contains the Activity and Fragments used for the Review Screen.

See: Description

Package net.gini.android.vision.review Description

Contains the Activity and Fragments used for the Review Screen.

Screen API

Extending the ReviewActivity in your application has been deprecated. The preferred way of adding network calls to the Gini Vision Library is by creating a GiniVision instance with a GiniVisionNetworkService and a GiniVisionNetworkApi implementation.

Note: ReviewActivity extends android.support.v7.app.AppCompatActivity, therefore you have to use an AppCompat theme for your ReviewActivity subclass.

Component API

To use the Component API you have to include the ReviewFragmentStandard or the ReviewFragmentCompat in an Activity in your app (a dedicated Activity is recommended). To receive events from the Fragments your Activity must implement the ReviewFragmentListener interface.

Skip navigation links