Re: [android-developers] web service access from net

2010-11-01 Thread Dalvinder Singh
It seems you just want to get the xml data from servers instead of local Assets folders. So the approach should be to deploy these xml resources on some server like Tomcat or JBoss etc. Then in your application you can make simple HTTP request to get these resources and use it in your application.

Re: [android-developers] web service access from net

2010-10-29 Thread TreKing
On Fri, Oct 22, 2010 at 11:39 PM, nena joy wrote: > but I want to create this application with data from a web service in the > net. You need to expand on this - your question is so vague you're never going to get any help like this.

[android-developers] web service access from net

2010-10-28 Thread nena joy
Hello, I created an android application using html5. The data for that application is now from various xml files. These xml files and html files are in the 'assets' folder. but I want to create this application with data from a web service in the net. But I don't know how it possible