See: Description
Interface | Description |
---|---|
ReviewFragmentInterface |
Methods which both Review Fragments must implement.
|
ReviewFragmentListener |
Interface used by
ReviewFragmentStandard and ReviewFragmentCompat to dispatch
events to the hosting Activity. |
Class | Description |
---|---|
ReviewActivity |
Screen API
|
ReviewFragmentCompat |
Component API
|
ReviewFragmentStandard |
Component 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.
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.