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

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

Archived: Android Emulator Built-in Web Browser
This section provides a tutorial example on how to use the Android emulator's built-in Web browser to visit a home page.
2022-10-01, ∼266🔥, 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, ∼265🔥, 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, ∼263🔥, 0💬

Archived: Android Emulator Built-in Applications
This section describes the Android emulator home screen and built-in applications.
2022-10-01, ∼260🔥, 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, ∼258🔥, 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, ∼258🔥, 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, ∼256🔥, 0💬

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

android.app.Activity Class and Activity Lifecycle
This chapter provides tutorial notes on android.app.Activity class and activity lifecycle. Topics include introduction of activity states, lifetime periods and activity callback methods; creating log file in the application's private file folder; implementing activity callback methods; writing examp...
2022-10-01, ∼253🔥, 0💬

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, ∼252🔥, 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, ∼252🔥, 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, ∼249🔥, 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, ∼248🔥, 0💬

Implementing Activity Callback Methods
This section provides a tutorial example on how to implement activity callback methods using ActivityLog application as an example to log a short message from each callback method in a log file.
2022-10-01, ∼246🔥, 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, ∼246🔥, 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, ∼245🔥, 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, ∼244🔥, 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, ∼243🔥, 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, ∼239🔥, 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, ∼239🔥, 0💬

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

Android Phone - LG-P925g
This chapter provides tutorial notes on the Android phone - LG-P925g. Topics include Android phone system basic information; running background processes and foreground applications; connecting phone to computer as USB storage drive, transferring files using Bluetooth radio; using Wi-Fi network to a...
2022-10-01, ∼237🔥, 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, ∼236🔥, 0💬

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