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

"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, 324🔥, 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, 320🔥, 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, 318🔥, 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, 317🔥, 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, 315🔥, 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, 302🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, 287🔥, 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, 272🔥, 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, 272🔥, 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, 267🔥, 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, 263🔥, 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, 262🔥, 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, 260🔥, 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, 259🔥, 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, 258🔥, 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, 254🔥, 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, 251🔥, 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, 245🔥, 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, 241🔥, 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, 240🔥, 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, 239🔥, 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, 239🔥, 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, 238🔥, 0💬

Android 4.0.3 Emulator File System Hierarchy
This section describes file system hierarchy used by the Android 4.0.3 emulator system.
2022-10-01, 234🔥, 0💬

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