This Android tutorial will walk you through creating an application with pinch zoom feature. We will not use any external API support to i...
How to create a round/circle Button in Android
Hello, following their application guide for you. The first step you create contain layout activity_demo <? xml version= "1.0...
Create gradient background via XML
First, open your resources folder from your Eclipse project. Create a gradient.xml file in your drawable folder. In this gradient.xml we wi...
Pinch to Zoom - Android Studio Tutorial (Gestures)
tienanh-it Hello, today I will introduce you to pinch to zoom on android . First create the activity_main layout. < RelativeLayout xml...
Android Add Views into a ViewGroup Dynamically
1. Create a new project and call your activity “MyActivity” 2. Go to res – layout – main.xml and put the following code: <? xml ver...
Implement pinch-to-zoom with ScaleGestureDetector
Today i'm introduce for you Implement pinch-to-zoom with ScaleGestureDetector on Android. + Layout activity_main. < Rela...
Android layout with dotted border
1. Create a resource file in your drawable folder just as follow : <?xml version="1.0" encoding="utf-8"?> <s...