Using large number of videos in android application

回眸只為那壹抹淺笑 提交于 2019-12-24 17:16:57

问题


I want to use videos in my android application. There are 80 videos (total size 700MB), so how will I use them in android application?

What will I have to do if I want to use videos with total size as mentioned above?

  • Where I need to store large video files in android?
  • In Listview one item 10 videos I want to show these videos in GridView.
  • I want to read 10 video for one item in my LIstView like each item 10 videos I want to read in my application.
  • It's a stand alone application we are not using server for reading the videos.

Please suggest me are any examples link provide me.


回答1:


Nobody want to download application with 700MB. For better performance and standard application flow, its better to use server to store those videos (I knew you mentioned you don't want to use server).

Update: Also when you store those videos on device then possible problem of memory issues. Where to store those videos in external storage if its not present then internal and what's the available size of those storage..



来源:https://stackoverflow.com/questions/9562954/using-large-number-of-videos-in-android-application

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