Usage of CIB modules on Android Technical Guide (EN)

4. Showcase

4.1. Open and start

  1. Unpack the included Showcase for Android into a local directory.
  2. Start Android Studio and click on „File“ à „Open“.
  3. Select the local directory in the dialog and click "Ok".
  4. 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.
  5. Open „showcase“ „java“ „de.cib.android.showcase“ and the files it contains. They contain typical use cases for the respective subject areas.
  6. Open the context menu with a right click on one of the files (except "BaseTests") and select "Run <Filename>”.
  7. The examples of the respective file are now executed as tests.