Comment on Tutorial - Reading and Writing a file to SD card sample program in Android By Ashley
Comment Added by : amithooda
Comment Added at : 2012-06-11 06:43:00
Comment on Tutorial : Reading and Writing a file to SD card sample program in Android By Ashley
gud tutorial but the permission denied is because of two things,,
1 in android manifest file user havnt added write external storage permisison
2 sdcard is not mounted so user can check it
if(!Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState())){
Toast.makeText(this, "External SD card not mounted", Toast.LENGTH_LONG).show();
}
so first mount sdcard :)
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. I get an error returned saying the SMPT server req
View Tutorial By: Christian Peut at 2011-04-04 04:35:51
2. how to connect jdbc in java on mysql
View Tutorial By: naseem at 2011-10-26 19:26:45
3. thanks for all thanks for your help good bye
View Tutorial By: ARAS at 2010-05-14 06:50:47
4. Thanks For This Explanatory Tutorial .
View Tutorial By: Pralay at 2013-06-15 03:50:26
5. I would like to know how to obtain the object that
View Tutorial By: Steve at 2012-01-18 15:58:31
6. hi .the program does run thank you for that ,i nee
View Tutorial By: mazen at 2008-09-09 04:55:16
7. i can understand easily what is isset but i am not
View Tutorial By: sebestiraj at 2010-04-09 00:09:36
8. it is very good service.
View Tutorial By: rajesh at 2009-11-14 02:48:18
9. I did this exactly.
In my case, the fix.php
View Tutorial By: Manorasa at 2010-06-29 23:32:24
10. where is mysdfile.txt file created. where can i fi
View Tutorial By: Venkatesh at 2014-11-12 10:53:52