Browsing Tag
GridView
3 posts
Using Custom Activity Transition in GridView Image Gallery
In this example, we will see how to create custom window animation that makes sense to user. We will extend our previous GridView example, to create custom bitmap scale animation when user clicks on a thumbnail in GridView.
Download and Display Image in Android GridView
This example is an improved version of my previous example Android GridView Example. Instead of using static images…
Android Gridview Example- Building Image Gallery in android
GridView is a ViewGroup that displays items in a two-dimensional, scrollable grid. In this tutorial, we’ll build an Image Gallery using a GridView in android. Each grid to display an image thumbnails and a text. While an item is selected, a toast message will display the position of the grid selected.