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

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8.
2022-10-01, ∼301🔥, 0💬

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

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

Android 4.0.3 Emulator File System Hierarchy
This section describes file system hierarchy used by the Android 4.0.3 emulator system.
2022-10-01, ∼298🔥, 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, ∼289🔥, 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, ∼288🔥, 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, ∼288🔥, 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, ∼287🔥, 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, ∼286🔥, 0💬

What Is the Bourne Shell?
This section provides a quick introduction of the Bourne shell which is the default shell on the Android system, which is based on the Linux system, which is based on Unix system.
2022-10-01, ∼286🔥, 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, ∼285🔥, 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, ∼285🔥, 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, ∼282🔥, 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, ∼282🔥, 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, ∼282🔥, 1💬

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

Archived: Launching Android Emulator in AVD Manager
This section provides a tutorial example on how to launch an Android emulator with the Android Virtual Device (AVD) created in the AVD Manager.
2022-10-01, ∼281🔥, 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, ∼280🔥, 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, ∼279🔥, 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, ∼278🔥, 1💬

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

Turning on USB Debugging on LG-P925g
This section provides a tutorial example on how to turn on 'USB Debugging' on LG-P925g Android phones in the 'Settings &gt; Applications &gt; Development' area.
2022-10-01, ∼273🔥, 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, ∼273🔥, 0💬

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