Android Image

Android Image

  1. Android Custom Gallery Example
    This example will use a Gallery and an ImageSwitcher widget to create an image gallery application.
  2. 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.
  3. Android Glide Example
    Example about how to use android glide to load images simple, easy and fast.
  4. 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.
  5. Android ImageView Matrix Rotate, Scale, Skew, Translate Example
    This example will introduce android.graphics.Matrix class and how to use it’s method to implement image rotate, scale, skew and translate process.
  6. 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.
  7. 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.