I'm writing an android application and wondered if there is a way to save a Movie
object to the internal storage?
I think I have to get the bytes of the Movie
object somehow, but I'm not sure...
I created the object via the method decodeStream
...
Kind regards Marc