问题
I have been using the gallery control to show the photos and having problem when swiping the photo. I need to swipe all the way to change photo otherwise it will bounce back to the previous photo.
After checking up on the internet, I heard the gallery has been deprecated. What is the next control which can do the same as gallery control?
回答1:
- Use a Gridview to show images
- Combine
gridview
with View pager to view selected images
Here is a Tutorial from androidhive to get you started
来源:https://stackoverflow.com/questions/26112986/android-gallery-view-has-been-deprecated