Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 293 Bytes

File metadata and controls

4 lines (3 loc) · 293 Bytes

Simple Java Android app

User enters a number in an editText field and can choose to do some local calculation and display the result in a textView or request a server and display the response in the same textView. Local calculation is to show only the prime digits of the entered number.