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, ∼614🔥, 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, ∼549🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼490🔥, 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, ∼472🔥, 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, ∼451🔥, 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, ∼435🔥, 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, ∼433🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to use setAccelerator() method to associate accelera...
This chapter provides tutorial notes and example codes on WSDL2Java. Topics include using the WSDL2J...
This section provides a tutorial example on how to use SHA1 message digest algorithm in Java. The JD...
This section provides a tutorial example on how to convert a private and public key pair stored in b...
This section describes what is OFB (Output FeedBack) Operation Mode - each plaintext block is XORed ...