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

Installation of Android SDK R24 and Emulator
This chapter provides tutorials and notes on installation of Android SDK R24 and emulator. Topics include downloading and installing Android SDK R24; installing Android latest platform; creating Android virtual device; running Android emulator; running emulator's built-in Web browser.
2022-03-04, 536🔥, 0💬

Turning on USB Debugging on Samsung Galaxy Tab 3
This section provides a tutorial example on how to turn on 'USB Debugging' on Samsung Galaxy Tab 3 mini tablet by tapping 'Build Number' 7 times.
2022-10-01, 528🔥, 0💬

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, 524🔥, 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

"adb logcat" Command - Displaying System Logs
This section describes the 'adb logcat' command that can be used to print out Android system log data for debugging purpose.
2022-10-01, 496🔥, 0💬

Developing First Android Application - HelloAndroid
This chapter provides tutorial notes on developing the first Android application. Topics include creating Android projects using the 'android' command; modifying Java source code; building and installing binary packages of Android projects.
2019-12-08, 480🔥, 2💬

💬 2019-12-08 Herong: Sandeep, can you share some of those changes with us? Thanks.

💬 2019-12-07 Sandeep Srivastava: Nice blog. I have made various apps with the above platforms but now they need some changes. Have you checked out Appcode India?

"adb logcat" Command Arguments - Output Filters
This section describes how to use the 'adb logcat' command arguments to filter out unwanted log entries. 'adb logcat dalvikvm:V *:S' means dump all log entries from the Java Virtual Machine, dalvikvm, and nothing from all other processes.
2022-10-01, 457🔥, 0💬

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

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, 421🔥, 0💬

View, ViewGroup, Layout, and Widget
This section describes UI class and object terminologies used in Android SDK documentation. View and ViewGroup are base classes serving as UI building blocks. Widget and Layout are classes extended from View or ViewGroup class providing specific UI functions.
2022-10-01, 416🔥, 0💬

Using "adb logcat" Command to Track the Lifecycle of an Application
This section provides a tutorial example how to use the 'adb logcat' command to track the lifecycle of an application. The 'events' log buffer provides log entries for each Activity callback method.
2022-10-01, 408🔥, 0💬

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, 405🔥, 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...

"ant debug" Command and Build Error
This section provides a tutorial example on the 'ant' build command. An error occurred when running 'ant debug'. The error message says '...${aapt}': CreateProcess error=2, The system cannot find the file specified.
2022-12-10, 401🔥, 1💬

Android Emulator for Google Watch
This section provides a tutorial example on how to create and run an Android Emulator for Google watches.
2022-02-24, 400🔥, 0💬

Bourne Shell Command Line Examples
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, 392🔥, 0💬

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💬

Android 5.1.1 Emulator File System Hierarchy
This section describes file system hierarchy used by the Android 5.1.1 emulator system.
2022-10-01, 380🔥, 0💬

Android 5.1.1 Emulator File Systems
This section describes file systems used by the Android 5.1.1 emulator system. 9 file systems are supported in the Android emulator: /dev, /sys/fs/cgroup, /mnt/asec, /mnt/obb, /system, /data, /cache, /mnt/media_rw/sdcard, and /storage/sdcard.
2022-10-01, 374🔥, 0💬

Archived: Downloading and Installing Apache Ant 1.8
This section describes how to download and install Apache Ant 1.8.3 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2022-10-01, 364🔥, 0💬

Listing Target Android Platforms
This section provides a tutorial example on how to list all available target Android target platforms with the 'android list targets' command.
2022-03-08, 363🔥, 0💬

HAXM - Hardware Accelerated Execution Manager
This section describes what is HAXM (Hardware Accelerated Execution Manager) and how to install it. HAXM requires Virtualization Technology (VT) to be enabled in the BIOS setup.
2021-12-26, 352🔥, 2💬

Archived: Downloading and Installing JDK 1.7
This section describes how to download and install Java SE Development Kit 7u3 on a Windows system.
2022-10-01, 351🔥, 0💬

Android 4.0.3 File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 4.0.3 emulator file systems.
2022-10-01, 338🔥, 0💬

Android Emulator Starting Screens
This section provides a tutorial example on how to unlock the starting screen of an Android emulator by 'Swipe' up the lock icon.
2022-02-27, 335🔥, 0💬

Android Emulator Built-in Apps and Widgets
This section describes the built-in apps and widgets provided in an Android emulator generated from Android SDK R24.
2022-02-26, 335🔥, 0💬

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