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

x86 Emulation Requires Hardware Acceleration
This section provides a tutorial example showing the error of 'x86 emulation currently requires hardware acceleration!' when starting an Android emulator, if the AVD is created to simulate Intel x86 CPU.
2022-02-28, 229🔥, 0💬

Android PDF Viewer APK File Contents
This section provides a tutorial example on how to download the APK file of the Android PDF Viewer project from sourceforge.net. The APK file contents can be viewed by the WinZIP tool.
2022-03-11, 227🔥, 1💬

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-02-24, 227🔥, 0💬

About My LG-V905R Android Tablet
This section provides a tutorial example on how to view basic information a LG-V905R Android tablet, running Android 3.0.1.
2016-09-09, 227🔥, 1💬

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

Viewing USB Debugging Devices in Control Panel
This section provides a tutorial example on how to view the LG Android USB Debugging devices in Windows Control Panel. Each device represents a different interface that Windows can use through the USB connection.
2022-10-01, 225🔥, 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, 222🔥, 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, 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, 219🔥, 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, 219🔥, 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, 215🔥, 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, 212🔥, 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, 210🔥, 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, 209🔥, 0💬

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

Building Your Own Web Browser
This chapter provides tutorial notes on the android.webkit.WebView class. Topics include building your own Web browser with the WebView class; setting INTERNET permission for the application; using WebViewClient subclass to interface with Web page rendering; saving Web pages as Web archive files.
2022-10-01, 205🔥, 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, 204🔥, 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, 203🔥, 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, 203🔥, 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, 202🔥, 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, 201🔥, 0💬

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