Comment on Tutorial - Reading and Writing a file to SD card sample program in Android By Ashley
Comment Added by : Dorjoo
Comment Added at : 2012-05-18 19:00:22
Comment on Tutorial : Reading and Writing a file to SD card sample program in Android By Ashley
Hi, still having problem with 'Permission denied'...
Manifest is:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="test2.test"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="8" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:debuggable="true">
<activity
android:name=".Test2Activity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
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. Nice article, Thank you
View Tutorial By: kumar kasimala at 2010-04-26 21:09:25
2. Hi lolz,
In order for this code to work, yo
View Tutorial By: Vijay at 2008-12-10 19:22:04
3. the above code works fine for. May someone help wi
View Tutorial By: T.T at 2012-02-23 06:22:36
4. ya it is better one and more helpful while learni
View Tutorial By: sumithkrishnank at 2011-07-16 06:47:37
5. Hey,
The above tutorial is for SQL server,<
View Tutorial By: Anil at 2012-02-07 15:58:06
6. really this introduction makes me very interesting
View Tutorial By: Himaja Reddy at 2012-11-09 06:57:31
7. The code for CharArrayReader is not working. So, w
View Tutorial By: Maya Joshi at 2012-06-23 14:30:26
8. thanks
for your clear and precise explanati
View Tutorial By: Tausiq at 2009-09-05 07:27:49
9. This should save some time
class pa
View Tutorial By: vamsi gude at 2012-03-20 18:27:24
10. 29. It is not a deadlock. What will actually happe
View Tutorial By: Sasha at 2012-01-24 14:34:03