问题
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