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

android.os.Environment Class - Environment Folders
This section provides tutorial example on how to display environment folders: data, external storage, download cache, and root folders using the android.os.Environment class.
2022-10-01, 197🔥, 0💬

"android create project" Command Options
This section describes 'android create project' command options that you need to use to specify Java class package name, starting activity class name, project folder and Android platform target.
2022-10-01, 196🔥, 0💬

"zipalign" Command - Aligning File Locations in .apk Package
This section describes the 'zipalign' tool for aligning file locations in an .apk package (really a .zip file) to decreases memory usage when running the application.
2022-10-01, 195🔥, 0💬

Web Archive File - XML File of Base64 Encoded Data
This section provides a tutorial example on how to view contents of a Web archive file, which is really an XML file with Base64 encoded data.
2022-10-01, 195🔥, 0💬

Build, Install and Run Android Application
This section provides tutorial example on how to build, install and run an Android application. The Android application shows up automatically on the Android emulator.
2022-10-01, 194🔥, 0💬

AndroidView v2.0 - Creating a Layout in Resource File
This section provides a tutorial example on how to create a LinearLayout object with 2 Button objects in the layout resource file. No layout objects are create in this example.
2022-10-01, 193🔥, 0💬

Archived: Running Android SDK Manager
This section provides a tutorial example on how to run Android SDK Manager to see what additional tools and libraries that are available from the Android developer center.
2022-10-01, 193🔥, 0💬

Archived: 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-10-01, 193🔥, 0💬

Installing the Debug Binary Package
This section provides a tutorial example on how to install the debug binary package to the Android emulator using the Apache Ant tool and the build file.
2022-10-01, 192🔥, 0💬

Archived: Installing the Debug Binary Package
This section provides a tutorial example on how to install the debug binary package to the Android emulator using the Apache Ant tool and the build file.
2022-10-01, 190🔥, 0💬

Archived: Building the Debug Binary Package
This section provides a tutorial example on how to build the debug binary package of the HelloAndroid application using the Apache Ant tool and the build file.
2022-10-01, 188🔥, 0💬

Preparations on Using Apache Ant Tool
This section describes how to prepare yourself to use the Apache Ant tool: create proper folder structure; define smaller build steps; put build steps into an Ant build file; implement each build step with Ant commands.
2022-10-01, 187🔥, 0💬

Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, 187🔥, 0💬

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

android.widget.ScrollView Class - Scrolling Text View
This section provides tutorial example on how to create a scrollable screen to view large contents of text using the android.widget.ScrollView Class.
2022-10-01, 186🔥, 0💬

Project Build Process Done by "ant debug" Command
This section describes the Android project build process done by the 'ant debug' command defined in the Ant build file. It performs 'aidl', 'aapt', 'javac', 'dex', 'apkbuilder' and 'zipalign' all together automatically.
2022-10-01, 186🔥, 0💬

Running "adb" on LG-P925g USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on LG-P925g Android phone through the USB debugging interface. 'adb -d' is to run commands on the USB device. 'adb -e' is to run commands on the emulator.
2022-10-01, 186🔥, 0💬

Turning on USB Debugging on LG-P925g
This section provides a tutorial example on how to turn on 'USB Debugging' on LG-P925g Android phones in the 'Settings &gt; Applications &gt; Development' area.
2022-10-01, 185🔥, 0💬

Archived: Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, 185🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 185🔥, 0💬

Archived: "HelloAndroid" - First Android Project
This section provides a tutorial example on how to create the first Android project, HelloAndroid, using the 'android' command. Java source file and resource files are automatically created.
2022-10-01, 184🔥, 0💬

What Is the Bourne Shell?
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, 180🔥, 0💬

Archived: Rebuild the Debug Binary Package
This section provides a tutorial example on how to modify the resource file and rebuild the debug binary package of the HelloAndroid application.
2022-10-01, 180🔥, 0💬

"javac" - Java Compilation Command
This section describes 'javac', the Java compilation command, provided from the JDK (Java Development Kit) package.
2022-10-01, 178🔥, 0💬

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