Android Forums

Go Back   These FORUMS ARE DISABLED!! OUR NEW FORUMS ARE AT http://androidforum.com/ > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
 
 
LinkBack Thread Tools Display Modes
Old 07-14-2010, 02:22 AM   #1
rXp
New Member
 
Join Date: Feb 2010
Posts: 3
Friends: 0
View rXp's Profile   View rXp's Photo Album   View rXp's Blog   View Social Groups
Hello,

My application is currently reading XML stored on a FTP and I want to be able to download the xml files and store them on the sd card. Then read them locally.
For now I use an URL Object but how could I use a stream from the sdcard ?

Best regards,

rXp>!<
rXp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Old 07-24-2010, 04:02 AM   #2
New Member
 
Join Date: Jul 2010
Posts: 11
Friends: 0
View Bryter layter's Profile   View Bryter layter's Photo Album   View Bryter layter's Blog   View Social Groups
File sdroot = Environment.getExternalStorageDirectory();
if (sdroot.canWrite()) {
File src = new File(root, "MyFile");
// ...
}
}

Note: you'll need to set permissions to read/write from SD card in you manifest
Bryter layter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with reading from a local file Liron Android Development, Answers, Tutorials, and Code Snippets 0 09-10-2009 06:21 AM
Reading sim information sk.android Android Development, Answers, Tutorials, and Code Snippets 0 07-22-2009 12:21 AM
I am getting java.lang.ExceptionInInitializerError while reading yml file Anish Android Development, Answers, Tutorials, and Code Snippets 0 06-16-2009 04:52 AM
Having trouble reading keyboard Marylander Android Chat 2 03-12-2009 09:24 AM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 05:20 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2012 TalkAndroid.com. All rights reserved.