[android-developers] File Handling in Android

2012-01-16 Thread tejas_muley
Hi Android Team, I try to create folder in android app, that folder used only in application in which its create that folder. Can this is possible or is there any folder (already provided by android ) which work like this. Please help me to solve this problem. Thanks in advance. -- You

Re: [android-developers] File Handling in Android

2012-01-16 Thread Mark Murphy
getFilesDir() from any Activity or other Context will return the application-local area of internal storage. On Fri, Jan 13, 2012 at 4:47 AM, tejas_muley tejasmule...@gmail.com wrote: Hi Android Team,     I try to create folder in android app, that folder used only in application in which its

Re: [android-developers] File handling in android

2011-04-04 Thread Gauri Vale
But I want to create a file in android application which will use my jar file containing pure java classes. Like api in android openFileOutput(test.txt, Context.MODE_PRIVATE) which creates files private to app's package, I want to do the same but code is in java and I don't know the android

Re: [android-developers] File handling in android

2011-04-02 Thread TreKing
On Fri, Apr 1, 2011 at 5:11 AM, gauri gauri.v...@gmail.com wrote: Package name may vary. For a given Android App ... no it can't ... - TreKing http://sites.google.com/site/rezmobileapps/treking -

[android-developers] File handling in android

2011-04-01 Thread gauri
I have created one jar file containing classes of pure java. One of the class does file creation, writing and reading operations. I am using this jar file in android application. It is expected that the files created using java apis should be located in the package of that android application. So

[android-developers] File handling in android

2011-04-01 Thread gauri
I have created one jar file containing classes of pure java. One of the class does file creation, writing and reading operations. I am using this jar file in android application. It is expected that the files created using java apis should be located in the package of that android application. So

[android-developers] file handling in android.

2009-03-16 Thread balakrishna...@gmail.com
Hi, I am new to this android platform. Could someone tell me how does android deal with file handling? Thanks and Regards. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this