Skip navigation links

Package net.gini.android.vision.analysis

Contains the Activity and Fragments used for the Analysis Screen.

See: Description

Package net.gini.android.vision.analysis Description

Contains the Activity and Fragments used for the Analysis Screen.

Screen 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.

Component API

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.

Skip navigation links