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

Build Process and Package File Content
This chapter provides tutorial notes on the Android project build process. Topics include Android project folder structure; project build process; Ant automated build command; Android Asset Packaging Tool (aapt); Java compiler (javac); Dalvik Executable (dex) conversion; 'apkbuilder' command for pac...
2022-10-01, 222🔥, 0💬

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

Archived: Redefine Text in Resource Files
This section describes how the text message string of the TextView gets redefined in the resource file, main.xml.
2022-10-01, 220🔥, 0💬

AndroidView v4.0 - Inserting Views to Parent Layout
This section provides a tutorial example on how to identify and reference layouts or views defined the layout resource file. This is needed to mix layouts and views created in Java code with those defined in the resource file.
2022-10-01, 216🔥, 0💬

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

Installing Application to Tablet using "adb -d install"
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my Samsung tablet using the 'adb -d install' command through the USB debugging interface.
2022-10-01, 214🔥, 0💬

View Objects and Layout Resource Files
This chapter provides tutorial notes on View objects and Layout resource files. Topics include the android.view.View base class; View, ViewGroup and layout objects; creating view objects in Java code; defining layouts in Layout Resource Files; identifying and referring layouts; Inserting view object...
2022-10-01, 209🔥, 0💬

"apkbuilder" Command - Packaging and Signing .apk File
This section describes that the 'apkbuilder' tool is used to package the .dex file with resource files into a .apk file and sign the .apk file. But no details on how the 'apkbuilder' tool is invoked.
2022-10-01, 209🔥, 0💬

Archived: "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, 208🔥, 0💬

Viewing LG-V905R Android USB Device in Control Panel
This section provides a tutorial example on how to view the LG Android USB device in Windows Control Panel and see its detailed properties.
2022-10-01, 206🔥, 0💬

"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, 204🔥, 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, 204🔥, 0💬

Archived: Android Emulator Built-in Applications
This section describes the Android emulator home screen and built-in applications.
2022-10-01, 203🔥, 0💬

Android Tablet - LG-V905R
This chapter provides tutorial notes on the Android tablet - LG-V905R. Topics include Android tablet system basic information; running background processes and foreground applications; connecting tablet to computer as USB storage drive, transferring files using Bluetooth radio; using Wi-Fi network t...
2022-10-01, 202🔥, 0💬

AndroidWeb - My Own Web Browser
This section provides a tutorial example on how to make my own Web browser, AndroidWeb, to work. The INTERNET permission needs to added to the Android project manifest file.
2022-10-01, 201🔥, 0💬

What Is Layout Resource File?
This section describes a Layout Resource File, which is XML file that defines a view hierarchy of nested view groups and views to provide a user interface layout on the Android device screen.
2022-10-01, 199🔥, 0💬

java.lang.System Class - Accessing System Information
This section describes the java.lang.System class on access system-related information and resources including standard input and output.
2022-10-01, 198🔥, 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, 198🔥, 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, 197🔥, 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, 197🔥, 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, 196🔥, 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, 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💬

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

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