4.10. Android Simple UI App
As part of 9.0 SDK release, Android SDK has included an pre-built app created by the company Klaralvdalens Datakonsult AB (KDAB). The app is based on Flutter and the source code of the app is available at https://github.com/KDAB/cabin-demo.
Note
For more information on this application, please visit the KDAB page at https://www.kdab.com/
4.10.1. Background
The default Google UI consists of several UI layers and performs various memory intensive operations involving alpha blending, anti-aliasing and composition. On AM62Px device this keeps the GPU and DDR throughput fully occupied. This Android app has simpler UI animations and few layers that shows good user experience with Android on AM62Px device.