On Tue, Sep 27, 2011 at 6:18 AM, Sam <jain....@gmail.com> wrote:
> i develop one application in which require sqlite database. database
> size is verry large approx. 100 Mb.
>
> so i have not any idea which way use these database in my application.
> database is some private contents so not installed in sdcard...
>
> 1) Can android app support or store 100 mb database in data
> directory ?

Only if the device has that much space available, and the user is
willing to have you consume that much space.

> 2) if app store database in sdcard then , any other way to implement
> so user can not see or used these database ?

No. The user can "see or used these databases" in "data directory" as
well, if they root their phone. If you do not want the user accessing
the data, do not store it on the device.

> 3) my application not use any internet connection..

How do you intend to download your 100MB database without an Internet
connection?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0
Available!

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