saex wrote:
> i have a android app that gets a binary file from a php script.
>
> I need to store the binary file returned by the remote php script into
> a binary file on the cache mem of the app. And after i use the binary
> file, i need to remove it.
>
> How can i achieve it?
>

you can achievie it by reading this:

http://developer.android.com/guide/topics/data/data-storage.html#filesInternal

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to