See: Description
| Interface | Description |
|---|---|
| AnalysisFragmentInterface |
Methods which both Analysis Fragments must implement.
|
| AnalysisFragmentListener |
Interface used by
AnalysisFragmentStandard and AnalysisFragmentCompat to dispatch events to the hosting Activity. |
| Class | Description |
|---|---|
| AnalysisActivity |
Screen API
|
| AnalysisFragmentCompat |
Component API
|
| AnalysisFragmentStandard |
Component API
|
Extending the AnalysisActivity 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: AnalysisActivity extends android.support.v7.app.AppCompatActivity, therefore you have to use an AppCompat theme
for your AnalysisActivity subclass.
To use the Component API you have to include the AnalysisFragmentStandard
or the AnalysisFragmentCompat in an Activity in your app
(a dedicated Activity is recommended). To receive events from the Fragments your Activity must
implement the AnalysisFragmentListener interface.