Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yhs0602/simplestcui-for-android

Simplest boilerplate code for android CUI apps. just copy and paste it.
https://github.com/yhs0602/simplestcui-for-android

android console console-application cui gist java library ui ui-design

Last synced: 7 days ago
JSON representation

Simplest boilerplate code for android CUI apps. just copy and paste it.

Awesome Lists containing this project

README

        

# SimplestCUI-for-Android
Simplest boilerplate code for android CUI apps. just copy and paste it.

To use it, rename package names and so on, and customize the TestProgram.java to your taste!

# APIs(...)

- `void MainActivity.print(String s)`

- `String MainActivity.readLine() throws InterruptedException`