> I'm not receiving any error. Ah, sorry. I was sifting through earlier messages in the thread and thought you were getting an error.
> Its just that when I click the button in > my application which should call a function to go online and download > data to the news.txt file, nothing happens. The manifest looks OK. You use "UTF8" instead of "UTF-8" in your streams, and I think the latter is the correct value there. If it helps, here is a slight variation of your algorithm, at least on the reading side: http://www.exampledepot.com/egs/java.net/ReadFromURL.html Do you have any evidence that the code is executing (e.g., stepping through it in Eclipse, sprinkling in Log.d statements)? -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

