by Phat (Phillip) H. VU
This code snippet checks whether network is available on an Android phone.
by Phat (Phillip) H. VU
Show/hide password in a edit text view (password type) .
by Michael Hodel
Enigma Puzzle for Android – a game as difficult as the Rubik's cube
by Chilap
Implement an easy-to-use file system backed by a SQLite database.
by Safak Tarazan
Usage of services, alarm manager and broadcast receivers.
by Azim Zahir
This article demonstrates creating Android apps on device using AIDE.
by li9705
This article talks about how to debug C++ code using NDK-debug tool, and gives some advice about C++ programming on Android. If the application is written in Java, programmers can use Eclipse to debug the code, set break points, and trace step by step.
by Eduardo Antonio Cecilio Fernandes
Add asynchronous tasks, using threads, in Android activities while updating its progress to the UI. Use this technique for SDKs lower than 1.5.