Programming Tutorials

Comment on Tutorial - Reading and Writing a file to SD card sample program in Android By Ashley



Comment Added by : venkatachalam

Comment Added at : 2013-03-14 16:35:00

Comment on Tutorial : Reading and Writing a file to SD card sample program in Android By Ashley
superb its working perfect but one thing, we have to add a permission in manifest file for creating a file in SD card.
here the line : <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> copy and paste the line in manifest file...!


View Tutorial