[email protected] wrote:
> Please tell me the Best way for storing a binary content(buffer).
> 
> As Android have 2 options to store this kind of information(one is
> save it as file and second one is BLOB in db file), which is the best
> concept?

You have not given us nearly enough criteria to say what is "best".

If the binary content is large, please please please please store it on
the SD card (/sdcard), probably as a file.

Overall, storing it in a file is probably more efficient for most use cases.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Published!

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

Reply via email to