Skip to content

Implement an Android ASAP application

Thomas Schwotzer edited this page Jan 18, 2021 · 16 revisions

Start with Java

We strongly suggest to implement you application logic as free as possible from Android. In any case, read the Implement an ASAP application before you go on with Android. It not long. Hava look.

This documentation assumes that your ASAP related code is implemented and tested on Java and you plan to run use it on Android.

Concept of this lib: service and application side

Clone this wiki locally