Skip to content

m-m-m/ui-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Apache License, Version 2.0 Build Status

mmm-ui-android

Maven Central JavaDoc

The modules mmm-ui-android-* provide 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.

Usage

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;

Status

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.

About

Implementation of mmm-ui-api for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages