how to save downloaded files in cache android
Posted
by
madcoderz
on Stack Overflow
See other posts from Stack Overflow
or by madcoderz
Published on 2011-01-14T10:48:19Z
Indexed on
2011/01/14
10:53 UTC
Read the original article
Hit count: 148
android
Hi i'm streaming video from a website in my android application. I have a history option showing the last seen videos. I wonder if i can use cache so that when the user enters the history the video is played faster (not downloaded again). When you use cache in Android does that mean that the whole video is downloaded and saved somewhere? or some data is saved somwhere(not the whole video).
Some help will be appreciated!!!
Thanks.
© Stack Overflow or respective owner