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

Installing Application to Tablet using "ant installd" 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 'ant installd' command through the USB debugging interface.
2022-10-01, 155🔥, 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, 155🔥, 0💬

Connect tablet to Computer using Bluetooth
This section provides a tutorial example on how to connect an Android tablet to a Windows computer using Bluetooth radio. Once connected, you can transfer files between the tablet and computer.
2022-10-01, 154🔥, 0💬

Running Services - Background Processes
This section provides a tutorial example on how to review running services, or background processes, on my Android tablet. Those background processes are started automatically and running all the time.
2022-10-01, 154🔥, 0💬

Running "adb" on LG-V905R USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on LG-V905R Android tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, 153🔥, 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, 153🔥, 0💬

Installing "AboutAndroid" to LG-V905R Tablet
This section provides a tutorial example on how to install my 'AboutAndroid' application to my LG-V905R tablet. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, 150🔥, 0💬

Tablet Memory Usage
This section provides a tutorial example on how to view tablet memory size and usage.
2022-10-01, 149🔥, 0💬

Running Services - Background Processes
This section provides a tutorial example on how to review running services, or background processes, on my Android phone. Those background processes are started automatically and running all the time.
2022-10-01, 148🔥, 0💬

Samsung Galaxy Storage Usage
This section provides a tutorial example on how to view tablet storage size and usage. Samsung Galaxy Tab 3 comes with 8GB total storage.
2022-10-01, 147🔥, 0💬

Using Wi-Fi to Connect to Internet
This section provides a tutorial example on how to turn on the 'Wi-Fi' function to connect the tablet to the Internet through home Wi-Fi network.
2022-10-01, 147🔥, 0💬

Setting up Gmail Access on Android tablet
This section provides a tutorial example on how to set up Gmail access on Android tablets: 'Settings' &gt; 'Account and sync' &gt; 'Add account'.
2022-10-01, 145🔥, 0💬

Running Applications - Background and Foreground Processes
This section provides a tutorial example on how to review running applications, including both background processes and foreground processes, on my Android phone.
2022-10-01, 143🔥, 0💬

Connect tablet Storage to Computer via USB
This section provides a tutorial example on how to use the USB cable to connect the storage in the tablet to a computer as a removable drive on the computer.
2022-10-01, 142🔥, 0💬

Using Wi-Fi Function to Reduce Data Cost
This section provides a tutorial example on how to turn on the 'Wi-Fi' function to reduce data transfer cost when you are at home next to your home Wi-Fi network.
2022-10-01, 142🔥, 0💬

Using Wi-Fi to Connect to Internet
This section provides a tutorial example on how to turn on the 'Wi-Fi' function to connect the tablet to the Internet through home Wi-Fi network.
2022-10-01, 140🔥, 0💬

Connect Phone to Computer using Bluetooth
This section provides a tutorial example on how to connect an Android phone to a Windows computer using Bluetooth radio. Once connected, you can transfer files between the phone and computer.
2022-10-01, 139🔥, 0💬

Installing "AboutAndroid" to LG-P925g Phone
This section provides a tutorial example on how to install my 'AboutAndroid' application to my LG-P925g phone. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, 139🔥, 0💬

Android Tutorials - Herong's Tutorial Examples
his book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK R24 on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android'...
2022-09-14, 7984🔥, 5💬

Android Emulator for 7 Inch Tablet
This section provides a tutorial example on how to create and run an Android Emulator for 7 inch tablets.
2022-08-28, 1250🔥, 2💬

💬 2022-08-28 Payton: This is amazing! You are awesome!

Missing Emulator Engine Program for 'arm' CPUS
This section provides a tutorial example showing the error of 'Missing emulator engine program for arm CPUS' when starting an Android emulator. This is caused missing emulator-arm.exe file in tools folder caused by anti-virus auto delete virus infected files.
2022-04-14, 5370🔥, 4💬

💬 2017-07-15 Herong: Shira, what is the error you are getting when you try to uninstall Android SDK?

💬 2017-07-10 shira: hi! i cant success to uninstall the "Android SDK" how I can uninstall it from the terminal? (I use Centos7) thanks!

💬 2015-10-15 noor: help full thanq

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 web page. You need disable the cable LAN driver, if you are using Wi-Fi.
2022-04-13, 1276🔥, 2💬

💬 2022-04-13 Herong: 32-bit laptop seems to be very old. You should get a new computer.

💬 2022-04-12 Kiprotichronoh: My question is this ,,, can a 32 bit laptop support both android studio and and a separate android simulator?

Viewing Android Virtual Device (AVD) Details
This section provides a tutorial example on how to view details of a Android Virtual Device (AVD) created in the AVD Manager.
2022-03-23, 269🔥, 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💬

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