Tag Archives: FileWriter

Saving TextFile to SDCARD in android?

By | June 9, 2012

Hello android lovers, In today’s tutorial I will show you how to 1. Create a text file and save a textfile in your SDCARD in your preferred path. 2. Read the contents from the same file and show it in a TextView. For writing a file we use the FileWriter class and for reading theā€¦ Read More »