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
Subscribe to Tutorials
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. these above examples of overloading and overriding
View Tutorial By: janmejay pant at 2011-03-02 22:06:16
2. Hi all, i have tried above code, but am getting fo
View Tutorial By: shalini Iyer at 2008-04-22 01:20:32
3. i didnot get the answer
View Tutorial By: ramana at 2013-02-04 06:36:37
4. Hey thnx. Solved my "inconvinience" ;P
View Tutorial By: Hesam Ossanloo at 2013-12-19 15:13:31
5. Whenever i run this program, it terminates immedia
View Tutorial By: Salman at 2015-03-26 08:23:32
6. You explained the this Keyword very well.
&
View Tutorial By: Karan at 2012-12-04 11:27:35
7. excellent, thanks a lot..............
View Tutorial By: yellareddy at 2013-03-12 06:56:12
8. Its working perfectly for me.Thanks so much for pr
View Tutorial By: Sunpenn at 2009-10-13 00:53:09
9. sample program exception handling
View Tutorial By: priya at 2009-09-10 05:40:29
10. file reader is good but file writer is worst
View Tutorial By: sachinmani at 2010-03-01 04:34:22