I would like to implement a gallery like Facebook does with Photos on my android app, I mean, show all pictures into an ScrollView or a TableLayout.
I tried Gallery, but it just shows a row with three thumbnails and I want the full screen with thumbnails.
Thank you.
I would like to implement a gallery like Facebook does with Photos on my
Share
What you want is a
GridViewwith a customAdapter. Here is an example.