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

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💬

Running "adb" on LG-P925g USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on LG-P925g Android phone through the USB debugging interface. 'adb -d' is to run commands on the USB device. 'adb -e' is to run commands on the emulator.
2022-10-01, ∼229🔥, 0💬

ActivityLog Test - Activity Paused and Resumed
This section tries to test activity lifecycle with the ActivityLog application in case user pauses the activity and resumes it later.
2022-12-10, ∼228🔥, 1💬

AndroidView v1.0 - Creating a Layout in Java Class
This section provides a tutorial example on how to create a LinearLayout object with 2 Button objects in the activity Java class. Layout resource XML file is not used in this example.
2022-10-01, ∼228🔥, 0💬

ActivityLog Test - Activity Stopped and Restarted
This section provides a tutorial example on how to test activity lifecycle with the ActivityLog application in case user stops the activity by clicking the home icon and restart it again by clicking its name in the application list.
2022-10-01, ∼225🔥, 0💬

Archived: Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, ∼220🔥, 0💬

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

Unix/Linux Command Line Programs
This section provides a list of commonly used Unix/Linux command line programs that can be executed on the Bourne shell on Android systems.
2022-10-01, ∼217🔥, 0💬

Creating Android Project for Simple Application
This section provides tutorial example on how to create an Android project for a simple Android application using command line tools.
2022-10-01, ∼216🔥, 0💬

AndroidView v3.1 - Layouts with Vertical Orientation
This section provides a tutorial example on how to develop a layout resource file to display all fields in all blocks in vertical orientation.
2022-10-01, ∼215🔥, 0💬

Connect Phone SD Card to Computer via USB
This section provides a tutorial example on how to use the USB cable to connect SD card in the phone to the computer as a removable drive on the computer.
2022-10-01, ∼215🔥, 0💬

AndroidView v3.0 - Referencing Views in Resource Files
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, ∼214🔥, 0💬

Downloading and Installing from "Play Store"
This section provides a tutorial example on how to download and install applications from Google's 'Play Store'. Read permissions requested by the application carefully before using the application.
2022-10-01, ∼214🔥, 0💬

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

Running the Debug Binary Package
This section provides a tutorial example on how to run the debug binary package that has been installed on the Android emulator.
2022-10-01, ∼212🔥, 0💬

About My LG-P925g Android Phone
This section provides a tutorial example on how to view basic information a LG-P925g Android phone.
2022-10-01, ∼212🔥, 0💬

Samsung Galaxy Tab 3 Mini Tablet
This chapter provides tutorial notes on the Android mini tablet - Samsung Galaxy Tab 3. 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; usin...
2022-10-01, ∼210🔥, 0💬

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.xml file.
2022-10-01, ∼209🔥, 0💬

Developing Applications with Android API Level 7
This section describes why 'AboutAndroid' fails to run on Android 2.2.2 phone. The getObbDir() method is supported only on Android 2.3.4 (API Level 10) and higher. To run on 99% of existing Android devices, you need to develop the application with API Level 7.
2022-10-01, ∼208🔥, 0💬

AndroidView v3.2 - Layouts with Horizontal Orientation
This section provides a tutorial example on how to develop a layout resource file to display all fields in blocks in horizontal orientation.
2022-10-01, ∼207🔥, 0💬

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