This is a sample application that uses apl-viewhost-android to render APL documents.
This application includes the apl-release.aar, common-release.aar and discover-release.aar
archive files inside app/libs
folder.
The aar files are currently built at the APL 2023.2 commit
Make sure you have installed:
- Android SDK version 28 or higher
Currently the sample application contains a simple APL document named testavg.json
under app/src/main/assets
folder.
- The
APLExampleApp
contains the code to initialize the APL library. - The
MainActivity
contains the code to render the document. - The
AssetContentRetriever
contains the code to read APL document JSON files from assets folder