Android Tutorial

How To Use Android Debug Bridge (ADB)

ADB is a powerful tool, it is an abbreviation of Android Debug Bridge. It is located in %ANDROID_HOME%\platform-tools like C:\Users\Jerry\AppData\Local\Android\sdk\platform-tools. It provides a lot of useful subcommands for android developers to operate between android physical or virtual devices and computers. It can be used to copy files, install apps, or execute Linux commands on an android device directly.

How To Use Android Debug Bridge (ADB) Read More »

Android Canvas And Paint Common Drawing Function Example

This example will show you how to use various android.graphics.Canvas class’s methods to draw text, point, line, circle, rectangle, oval, arc, and self-defined shapes. 1. Android Graphics Canvas Draw Method Example. If you can not watch the above video, you can see it on the youtube URL https://youtu.be/HtR0yY0kCcI The above example demo video shows that

Android Canvas And Paint Common Drawing Function Example Read More »