Android Tutorial

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 »

How To Connect To A Http Server Running In Android Emulator From PC Vice Versa

Sometimes you need to connect to the local webserver running on your PC from the android emulator. And sometimes you need to use a PC web browser to browse web pages stored in a web server running in an android emulator. These two scenarios are common use cases when you develop android applications. This article

How To Connect To A Http Server Running In Android Emulator From PC Vice Versa Read More »