Android: Gallery View has been deprecated?

a 夏天 提交于 2019-12-22 08:38:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!