The module mmm-ui-android
provides the implementation of the mmm-ui-api for android.
Please note that mobile devices (esp. phones) are very limited. In case you want to support mobile phones from the same UI codebase, you are strongly encouraged to do a mobile first
approach. This means you start with developing and testing the mobile app. Later you add features to the UI what can be extended when there is more display space available.
Maven Dependency:
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-ui-android-all</artifactId>
</dependency>
Module Dependency:
requires transitive io.github.mmm.ui.android.all;
The implementation of mmm-ui-api
for android is still very incomplete. We need your help if you have android experience. To understand why our progress with android is very limited read this.