Sorry if I don't fully understand your question, but if you don't have to use the NDK for file access, Android provides a number of ways to store data. See http://developer.android.com/guide/topics/data/data-storage.html
Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 6, 9:49 pm, subram <[email protected]> wrote: > Hi there > I have an doubt regarding file operations(fread(),fwrite(),fopen > (),fclose()) in the NDK,I have an JNI that calls the c program,but i > have to do file operations either in JNI,pass to c program or in c or > in Java program pass to JNI/C program,If any one know kindly say how > to open a file in write mode(create output file),read from file. > > Thanks & Regards > Subram --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

