I am trying to implement a gallery which always starts from left rather than center of the screen.
I have already overridden onLayout and onDraw methods and it works for the first time, but if I scroll the gallery, it again center itself to center.
Do you have any idea how to implement this?
Or I am thinking of backup solution: if it’s possible to make an horizontal listView?
Finally I used Android Horizontal ListView from below link with some modificqations to suit my needs
http://www.dev-smart.com/archives/34