Skip to content

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

License

Notifications You must be signed in to change notification settings

yhs0602/SimplestCUI-for-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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