These would be placed in ur application package which will be there in
data/data..You can view them in File Explorer in Eclipse with DDMS mode.

On Sat, Oct 18, 2008 at 10:51 PM, Le Duc Bao <[EMAIL PROTECTED]> wrote:

>
> Dear,
>
> I build a Android program with some static data files.
>
> I looked at Android Document:
> "Android provides access to read or write streams to files local to an
> application. Call Context.openFileOutput() and Context.openFileInput()
> with a local name and path to read and write files. Calling these
> methods with the same name and path strings from another application
> will not work; you can only access local files."
>
> If I have some existent data files, where they could be placed and how
> to read them by using Context.openFile*() methods?
>
> Thanks,
> Bao Le Duc
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to