Tutorial Books:
Downloading and Installing Android SDK R24
This section provides a tutorial example on how to download and install Android SDK (Software Development Kit) Revision 24 on Windows systems. 2022-12-20, 398👍, 2💬
ActivityLog Test - Activity Paused and Resumed
This section tries to test activity lifecycle with the ActivityLog application in case user pauses the activity and resumes it later. 2022-12-10, 125👍, 1💬
💬 2022-08-04 Eddie S: Very Useful! You may also be interested in: APK MODS
💬 2022-08-04 Eddie Stallings: Infromative! Download Android apks here: droidmods.co
"dalvikvm" Command to Run Java Application
This section provides a tutorial example on how to use 'dalvikvm' command line tool to run a Java application on the Dalvik VM (Virtual Machine). 2022-10-01, 438👍, 0💬
Java Exceptions in AndroidRuntime Error Log
This section provides a tutorial on how use the 'adb logcat' command to retrieve Java exceptions from the AndroidRuntime error log entries. 2022-10-01, 309👍, 0💬
onCreate() and Other Callback Methods
This section describes activity callback methods: onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroyed(), and onRestart(). 2022-10-01, 259👍, 0💬
System.getenv() Method - System Environment Variables
This section provides tutorial example on how to display system environment variables using the java.lang.System.getenv() method. 2022-10-01, 239👍, 0💬
About This Book
This section provides some detailed information about this book - __title__. 2022-10-01, 221👍, 0💬
"adb logcat" Command - Displaying System Logs
This section describes the 'adb logcat' command that can be used to print out Android system log data for debugging purpose. 2022-10-01, 182👍, 0💬
Setting JAVA_HOME Environment Variable
This section provides a tutorial example on how to set up JAVA_HOME environment variable to run development tools to build and test Android apps. 2022-10-01, 181👍, 0💬
Android 5.1.1 Emulator File System Hierarchy
This section describes file system hierarchy used by the Android 5.1.1 emulator system. 2022-10-01, 181👍, 0💬
Popular Posts:
This chapter provides tutorial notes and example codes on Java HotSpot VM. Topics include running Ja...
This section describes the native-to-ASCII encoding converter 'native2ascii' and its options. Non-AS...
This section provides a tutorial example on how to run WinRAR in a command line window.
This section provides a tutorial example on how to use the MimeHeaders class and the addHeader() met...
This section describes how to insert new data rows into MS Access database through the JDBC-ODBC dri...