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

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💬

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

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, ∼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💬

Running Android SDK Manager R24
This section provides a tutorial example on how to run Android SDK Manager R24 to see what additional tools and libraries that are available from the Android developer center.
2022-02-25, ∼396🔥, 0💬

Creating Android Virtual Device (AVD)
This section provides a tutorial example on how to create an Android Virtual Device (AVD), which is an emulator configuration that lets you to model an actual Android device.
2022-02-22, ∼374🔥, 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, ∼368🔥, 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, ∼334🔥, 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💬

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, ∼326🔥, 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, ∼326🔥, 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, ∼304🔥, 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💬

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