Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yhs0602/simplestcui-for-android
- Owner: yhs0602
- License: mit
- Created: 2018-10-22T16:25:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T00:12:00.000Z (over 5 years ago)
- Last Synced: 2024-10-30T03:49:58.224Z (about 2 months ago)
- Topics: android, console, console-application, cui, gist, java, library, ui, ui-design
- Language: Java
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`