I have to make an application in which the user moves around a screen, which is like our android home screen.
There is a list of images that come, and we can scroll through the images in a horizontal scroll er.
The user cannot change the location of images, it’s just like a few thumbnails arranged over a horizontal screen
This is like the paging control in iPhone app development.
I have tried to find ways to do this, but I am fairly new to android and I wanted to know the best way to achieve the above?
I have heard of the gallery control, but I am not sure if it will suit my purposes.
Also if you can give links to the answers you suggest.. it would be great as if there is a new controller involved , I will be able to understand it better as I am still a fresher.
Thank you in advance.
Edit: For those who are unfamiliar with the iPhone paging view,here is a video example.
In my search to implement this, I found many implementation like below