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

USB Debugging Applications on LG-P925g Phone
This chapter provides tutorial notes on debugging application on LG-P925g phone. Topics include installing LG USB device driver on Windows; Turning on USB debugging interface on LG-P925g phone; running 'adb -d' commands on USB connected device; installing application through USB connection; Android ...
2022-10-01, 200🔥, 0💬

Archived: Installing Android PDF Viewer APK File
This section provides a tutorial example on how to install the Android PDF Viewer APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, 200🔥, 0💬

"HelloAndroid.java" - First Android Java Code
This section provides a tutorial example on how to review and modify the first Android Java code, HelloAndroid.java. The modification is to print out the 'Hello Android' text on mobile devices.
2022-10-01, 199🔥, 0💬

Archived: Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-10-01, 199🔥, 0💬

Archived: Installing Adobe Reader APK File
This section provides a tutorial example on how to install the Adobe Reader APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, 198🔥, 0💬

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💬

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

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, 194🔥, 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, 194🔥, 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, 194🔥, 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, 193🔥, 0💬

ActivityLog Test - Activity Paused and Resumed
This section tries to test activity lifecycle with the ActivityLog application in case user pauses the activity and resumes it later.
2022-12-10, 192🔥, 1💬

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, 192🔥, 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, 188🔥, 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, 188🔥, 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💬

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💬

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, 187🔥, 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, 187🔥, 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, 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💬

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