Android Image
- Android Custom Gallery Example
This example will use a Gallery and an ImageSwitcher widget to create an image gallery application. - Android GridView And ImageSwitcher Example
This example show you how to use GirdView and ImageSwitcher to create an image browser with fadein and fadeout image animation. - Android Glide Example
Example about how to use android glide to load images simple, easy and fast. - Android ImageView Examples
This example will introduce you android ImageView properties and usage. There are two ImageView object and 11 buttons, each button shows one image effect. - Android ImageView Matrix Rotate, Scale, Skew, Translate Example
This example will introduceandroid.graphics.Matrix
class and how to use it’s method to implement image rotate, scale, skew and translate process. - Android Nine Patch Image Example
This example tell you what is android nine patch image and how to create and use it in android application. - How To Add Images In Android Studio Drawable Folder
When develop android application, you always need to add images in it. This article will show you how to add images in your android application, there is also an example which will show you how to load and use the added images.