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

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

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

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

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

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

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, ∼241🔥, 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, ∼240🔥, 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, ∼238🔥, 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💬

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

Introduction of Activity Lifecycle
This section describes the android.app.Activity class which represents an activity you allow the user to interact with on the screen. An activity has 4 states: Active, Paused, Stopped and Destroyed.
2022-10-01, ∼232🔥, 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, ∼231🔥, 0💬

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