Overview: We can create an image that canvas draw in view.
1. Draw Something: First, we going to draw some shapes such as a circle by using canvas.
Now Launching Application.
2.Creating image: Now we going to create an image from draw view. Let see...
Wednesday, April 8, 2015
Android - Infinite GridView

Introduction: The sort definition of infinite GridView is that we will draw bitmap and user can move (Scroll) in any direction in our custom surface view.
We can view such kind of application on google play store:https://play.google.com/store/apps/details?id=com.HBO&hl=en
Infinite...