Usage of CIB modules on Android Technical Guide (EN)
4. Showcase
4.1. Open and start
- Unpack the included Showcase for Android into a local directory.
 - Start Android Studio and click on „File“ à „Open“.
 - Select the local directory in the dialog and click "Ok".
 - In the "Project" view you will now find "showcase" and "sdk".
 - „sdk" is the SDK of the CIB modules delivered as AAR.
 - „showcase“ contains sample code in the form of tests.
 - Open „showcase“➔ „java“➔ „de.cib.android.showcase“ and the files it contains. They contain typical use cases for the respective subject areas.
 - Open the context menu with a right click on one of the files (except "BaseTests") and select "Run <Filename>”.
 - The examples of the respective file are now executed as tests.
 
