< 1 2 3 4 5 6 7 > >>   ∑:192  Sort:Rank

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼543🔥, 0💬

Archived: Downloading and Installing Apache Ant 1.8
This section describes how to download and install Apache Ant 1.8.3 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2022-10-01, ∼476🔥, 0💬

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, ∼473🔥, 0💬

Bourne Shell Command Line Examples
This section provides a quick introduction of the Bourne shell which is the default shell on the Android system, which is based on the Linux system, which is based on Unix system.
2022-10-01, ∼453🔥, 0💬

Android Application Project Build Process
This section describes the Android application project build process which consists of 7 steps: Resource code generation, Interface code generation, Java Compilation, Byte code conversion, Packaging, Signing, and Package optimization.
2022-10-01, ∼430🔥, 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, ∼417🔥, 0💬

Detailed Output of "ant -verbose debug" Command
This section describes the output of the 'ant -verbose debug' command, which provides more details how each of 'aidl', 'aapt', 'javac', 'dex', 'apkbuilder' and 'zipalign' tools are invoked in the Ant build process.
2022-10-01, ∼415🔥, 0💬

"adb shell" - Remote Shell Interface
This section describes the 'adb shell' command, which gives you a shell interface to the connected Android operating system. The shell interface allows you to manage the Android file system and invoke Android command line programs.
2022-10-01, ∼413🔥, 0💬

Viewing Activity Log File with "cat" Command in "adb shell"
This section provides a tutorial example on how to test ActivityLog application, find the log file with the 'adb shell' window, and view the log file content with the 'cat' shell command.
2022-10-01, ∼400🔥, 0💬

Output of "ant -verbose debug" - Android SDK R17
This section describes the output of the 'ant -verbose debug' command, which provides more details how each of 'aidl', 'aapt', 'javac', 'dex', 'apkbuilder' and 'zipalign' tools are invoked in the Ant build process in Android SDK R17.
2022-10-01, ∼356🔥, 0💬

"aapt dump" Command - Printing Contents of .apk Package
This section describes the 'aapt dump' command for providing the list of all files, the resource table and the manifest of an .apk package file.
2022-10-01, ∼346🔥, 0💬

Archived: Copy PDF File to Android Emulator's File System
This section provides a tutorial example on how to copy PDF files to the Android emulator's file system using the 'adb' tool provided in the SDK package.
2022-10-01, ∼344🔥, 0💬

android.content.Context - Application Context Information
This section provides tutorial example on how to display application context information using instance methods of the android.content.Context class like application package name, private file folder, private cache folder, etc.
2022-10-01, ∼342🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼342🔥, 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, ∼338🔥, 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, ∼329🔥, 0💬

Creating Android Project with "android" Command
This section describes how to create an Android application project without using the Eclipse IDE. The 'android' command can be used to create a project with all the source code and directory stubs for your project, as well as an Apache Ant build file.
2022-10-01, ∼327🔥, 0💬

AboutAndroid - Application to Retrieve System Information
This chapter provides tutorial notes on AboutAndroid - An example application to retrieve system information. Topics include using java.lang.System class; displaying system properties and environment variables; using ScrollView and TextView classes; using android.os.Environment class.
2022-10-01, ∼327🔥, 0💬

Installing "AboutAndroid" to Samsung Tablet
This section provides a tutorial example on how to install my 'AboutAndroid' application to my Samsung tablet. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, ∼320🔥, 0💬

Build Process and Package File Content
This chapter provides tutorial notes on the Android project build process. Topics include Android project folder structure; project build process; Ant automated build command; Android Asset Packaging Tool (aapt); Java compiler (javac); Dalvik Executable (dex) conversion; 'apkbuilder' command for pac...
2022-10-01, ∼316🔥, 0💬

Building Your Own Web Browser
This chapter provides tutorial notes on the android.webkit.WebView class. Topics include building your own Web browser with the WebView class; setting INTERNET permission for the application; using WebViewClient subclass to interface with Web page rendering; saving Web pages as Web archive files.
2022-10-01, ∼314🔥, 0💬

USB Debugging Applications on Samsung Tablet
This chapter provides tutorial notes on debugging application on Samsung mini tablet. Topics include installing Samsung USB device driver on Windows; Turning on USB debugging interface on Samsung tablet; running 'adb -d' commands on USB connected device; installing application through USB connection...
2022-10-01, ∼313🔥, 0💬

Running Services - Background Processes
This section provides a tutorial example on how to review running services, or background processes, on my Android mini tablet. Those background processes are started automatically and running all the time.
2022-10-01, ∼303🔥, 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, ∼301🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:192  Sort:Rank