Popular Books:
Archived: Downloading and Installing JDK 1.7
This section describes how to download and install Java SE Development Kit 7u3 on a Windows system. 2022-10-01, ∼646🔥, 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, ∼585🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼531🔥, 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, ∼514🔥, 0💬
Archived: 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-10-01, ∼486🔥, 0💬
Archived: Redefine Text in Resource Files
This section describes how the text message string of the TextView gets redefined in the resource file, main.xml. 2022-10-01, ∼467🔥, 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, ∼464🔥, 0💬
Popular Posts:
This section describes why sorting is needed - Search in a sorted collection is much faster than an ...
Where to find Chinese New Year dates for year 2001 to 2010? Where to get free Chinese calendars? Her...
This book is a collection of notes and tutorial examples written by the author while he was learning...
This section provides a tutorial example on how to enable the Pop-up Blocker and change its settings...
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.