[android-developers] how to append existing file in android

2011-08-24 Thread Piyush Angre
hi i want to add data in xml file which i already have file on sd card. so how to append data in that file??? -- 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

Re: [android-developers] how to append existing file in android

2011-08-24 Thread Mark Murphy
The same way you would in regular Java. http://exampledepot.com/egs/java.io/AppendToFile.html On Sat, Aug 20, 2011 at 4:48 AM, Piyush Angre piyushan...@gmail.com wrote: hi i want to add data in xml file which i already have file on sd card. so how to append data in that file??? -- You