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

Android Command Line Shell
This chapter provides tutorial notes on Android command line shell. Topics include introduction of Bourne Shell; Unix/Linux command line programs; Android command line tools; running Java application on Dalvik VM.
2017-01-20, 1259🔥, 1💬

Viewing LG 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.
2017-01-09, 644🔥, 1💬

💬 2017-01-09 beto: congratulations

Archived: "adb push" and "adb pull" Commands
This section describes 'adb push' and 'adb pull' commands, which allows you to copy files to and from the remote Android emulator or device.
2016-10-20, 404🔥, 2💬

💬 2016-10-20 Herong: Peter, this tutorial is outdated, because it was based on the outdated SDK version: Android SDK R17. "push" and "pull" commands ...

💬 2016-10-19 peter chatterton: What do you mean by 'outdated'? Are push and pull impossible not or just unsupported? Great site BTW!! Because of the Dummies bo...

Installing Adobe Reader APK File
This section provides a tutorial example on how to install the Adobe Reader APK file to the Android emulator using the 'adb' tool provided in the SDK package. Adobe Reader runs ok on the emulator. But it failed to show PDF files in the /sdcard/Download folder.
2016-10-02, 3769🔥, 1💬

💬 2016-10-02 Nadeem: Great Stuff!!!

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

"adb logcat -v" Command - Log Format Control
This section describes how to use the 'adb logcat -v' command option to control the format of log entries. 'adb logcat -v long' dumps all data elements of each log entry.
2016-08-02, 6645🔥, 2💬

💬 2016-08-02 Herong: jayakrishna, I don't think Android is recording log entries in microsecond accuracy.

💬 2016-07-22 jayakrishna: here logcat is having milli sec accuracy, is it possible to get in micro seconds?

android.view.View Class - Base of User Interface Components
This section describes the android.view.View class which is the basic building block for all user interface components. Android SDK provides over 50 different specific views based on the android.view.View class to help you develop GUI (Graphical User Interface) applications.
2016-05-26, 522🔥, 1💬

💬 2016-05-26 Buckstabue: Thank you so much! I have not known most of listed classes although I'm not a novice in android developing

Android Debug Bridge (adb) Tool
This chapter provides tutorial notes on the Android Debug Bridge (adb) tool. Topics include quick introduction of Android Debug Bridge (adb); using 'adb install/uninstall' commands to install applications; using 'adb shell' command to manage the device; using 'adb push/pull' commands to copy files.
2016-05-05, 1607🔥, 1💬

💬 2016-05-05 lg: Please update the form and submit it again.

Copy PDF File to Android Emulator's File System
This section provides a tutorial example on how to copy PDF files to the Android emulator's file system using the 'adb' tool provided in the SDK package.
2016-04-19, 2890🔥, 2💬

💬 2016-04-19 Herong: Pankaj, you are welcome!

💬 2016-04-11 Pankaj Kumar: Thank you so much. It was really helpful for me.

Installing LG USB Device Driver on Windows
This section provides a tutorial example on how to install the LG USB device driver for LG-P925g Android phone on Windows system. This is needed to test your Android application developed on Windows on LG phones via a USB connection.
2016-03-24, 6169🔥, 7💬

💬 2016-03-24 vamshi: hi hi hi

💬 2015-08-27 Herong: Renee, did you double-click on the downloaded file to actually install the driver to your computer?

💬 2015-08-26 Renee' Flory: Even after I download the program, the Driver Software Installation box does not come up. Even as the phone receives a charge fr...

Android 4.0.3 Emulator File Systems
This section describes file systems used by the Android 4.0.3 emulator system. 8 file systems are supported in the Android emulator: /dev, /mnt/asec, /mnt/obb, /system, /data, /cache, /mnt/sdcard, and /mnt/secure/asec.
2016-03-08, 441🔥, 1💬

"aapt package" Command - Resource Code Generation
This section describes the 'aapt package' command to perform the resource code generation step in the Android project build process. The main output is the R.java file in the .\gen folder.
2016-02-27, 1129🔥, 2💬

💬 2016-02-27 Herong: Hashim, I don't have any videos on "aapt package" at this moment. If anyone has any, please help.

💬 2016-02-26 Hashim km: could you please provide us some videos regarding "aapt package"

What Is Android Debug Bridge (adb)
This section describes the Android Debug Bridge (adb) tool, which allows you to manage an Android emulator or connected Android device like install application APK files.
2016-01-28, 1331🔥, 6💬

💬 2016-01-28 Herong: Xeni, can you find out the name of the directory where Android SDK is installed?

💬 2016-01-28 Xeni: yes, I know. It is in a special folder on Disk C.

💬 2016-01-27 Herong: Xeni, I think the issue you had was caused by the installation location of the Android SDK. Do you know in which directory your ...

💬 2016-01-27 xeni: Thank you for quick response. I have got: Windows_NT

💬 2016-01-27 Herong: Xeni, Can you type in the following and see what you are getting: echo %OS%

(More comments ...)

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.
2016-01-16, 1499🔥, 2💬

💬 2016-01-16 Herong: Trudy, I am planning to upgrade my Windows 8 to 10. Once upgraded, I will test the Bluetooth connection again and let you know t...

💬 2016-01-14 Trudy Dishmon: That would be great if it worked. My new 2 in 1 windows 10 is asking for a code number that my Android 10.1 has never needed a c...

"adb push" and "adb pull" Commands
This section describes 'adb push' and 'adb pull' commands, which allows you to copy files to and from the remote Android emulator or device.
2015-12-17, 15180🔥, 2💬

💬 2015-12-17 Herong: RevHectorForbes, yes the "adb push" should go first, followed by push-from location and push-to location. I think my examples ar...

💬 2015-12-16 RevHectorForbes: Hey man, this is some way cool technical s**t, but another site (http://www.androidauthority.com/and roid-customization-transfer-...

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, 987🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

WebViewClient Subclass - Content Rendering Callbacks
This section provides a tutorial example on how to implement a subclass of android.webkit.WebViewClient with callback methods to interface with the rendering process of the WebView content.
2015-11-27, 563🔥, 1💬

"aapt" - Android Asset Packaging Tool
This section describes 'aapt', the Android Asset Packaging Tool, which can be used to list, add and remove files in an APK file, package resources, crunching PNG files, etc.
2015-11-16, 2745🔥, 1💬

About My Samsung Galaxy Tab 3 Mini Tablet
This section provides a tutorial example on how to view basic information on a Samsung Galaxy mini tablet, running Android 4.4.2.
2015-10-02, 1670🔥, 2💬

💬 2015-09-30 Herong: Antonia, you are welcome. Google translation of your comment: "As I can keep my current Minitab. Thank you."

💬 2015-09-29 Antonia Hernandez: Como puedo mantener mi minitab actualizada. Gracias

Samsung USB Driver for Mobile Phones
This section provides a tutorial example on how to download and install Samsung USB Driver for Mobile Phones, which is needed to run Samsung Galaxy Tab 3 mini tablet in debug mode.
2015-09-09, 1936🔥, 1💬

💬 2015-09-09 Power-Man: Hello, thanks Doc Yang

META-INF Files - Digests, Signature and Certificate
This section describes META-INF files in an .apk package file: MANIFEST.MF - manifest file, CERT.SF - signature file and CERT.RSA - the real signature file with certificate.
2015-09-04, 7800🔥, 2💬

💬 2015-09-04 Herong: KariK, thanks for sharing your comments.

💬 2015-08-28 KariK: Step 5. CERT.RSA is not the only file type. There can also be CERT.DSA and CERT.EC files.

ActivityLog - Application to Create Log File
This section provides a tutorial example on how to create application, ActivityLog, to create a log file to monitor activity lifecycle using the android.content.Context.openFi leOutput()method.
2015-09-01, 381🔥, 1💬

Setting up Gmail Access on Android Phone
This section provides a tutorial example on how to set up Gmail access on Android phones: 'Settings' &gt; 'Account and sync' &gt; 'Add account'.
2015-08-15, 1327🔥, 1💬

💬 2015-08-15 nicholas patterson: It is a great day

android.webkit.WebView - Web Browser Base Class
This section provides a tutorial example on how to create an Android project to build your own Web browser using the android.webkit.WebView class. The first version failed with 'Webpage not available' error.
2015-08-05, 3980🔥, 2💬

💬 2015-08-04 Herong: Amanda, What type of device are you using?

💬 2015-08-04 amanda elizabeth kiely putri: i did try to login into facebok but the problem always say cache miss. pls let me know what to do with this problem accure

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