Popular Books:
Android Emulator Built-in Apps and Widgets
This section describes the built-in apps and widgets provided in an Android emulator generated from Android SDK R24. 2022-02-26, ∼456🔥, 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, ∼455🔥, 0💬
Viewing Android Virtual Device (AVD) Details
This section provides a tutorial example on how to view details of a Android Virtual Device (AVD) created in the AVD Manager. 2022-03-23, ∼410🔥, 0💬
Android Project Folder Structure
This section describes the Android project folder structure, which has a source folder, a resource folder, a generated-code folder, and a binary folder. 2022-10-01, ∼401🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼398🔥, 0💬
Launching Android Emulator in AVD Manager
This section provides a tutorial example on how to launch an Android emulator with the Android Virtual Device (AVD) created in the AVD Manager. 2022-03-07, ∼366🔥, 0💬
First Apache Ant Build File Example
This section provides a tutorial example on how to write an Apache Ant build file to compile and run a simple Java application, Hello.java. 2022-10-01, ∼358🔥, 0💬
Installing Android Platform 4.0.3 and Libraries
This section provides a tutorial example on how to install Android platform libraries and tools using Android SDK Manager. 2022-02-28, ∼357🔥, 0💬
Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8. 2022-10-01, ∼352🔥, 0💬
Popular Posts:
This section provides a tutorial example to illustrate how RSA public key encryption algorithm works...
This section describes how to create tables with CLOB (VARCHAR(MAX)) columns in SQL Server server.
This section describes how to insert CLOB values as string literals using SQL INSERT statements.
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on ...
This section provides a tutorial example on how to use the saveWebArchive() method to save Web page ...