Wednesday, November 4, 2009

[android-developers] Re: Where put file with data?

/sdcard/ works well.

On Nov 2, 1:01 pm, Wojciech Topolski <wojciech.topol...@gmail.com>
wrote:
> Hi
>
> I have a problem with files. I would like to add file with database inserts
> to my app. Where should I put this file? In res/then? This file will have 5
> MB, so after operation I would like to remove it from system. I know about
> /res/raw/file, but this file is only readably by InputStream importSql =
> res.openRawResource(R.raw.import_sql);
>
> Best regards.
>
> --
> ===============================
> Wojciech Topolski
> wojciech.topol...@gmail.com
> ===============================

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment