You may want to check the Jt Design Pattern Framework. It features complete support for Web services on Android (including REST):
a) Java Pattern Oriented Framework, An application of the Messaging Design Pattern IBM Technical Library http://www.ibm.com/developerworks/webservices/library/ws-designpattern/index.html b) MDP and a distributed Component/Service Model https://jt.dev.java.net/files/documents/5553/149793/MDPdistributedModel.pdf It provides HTTP adapters so that you can invoke you Web services by using the Adapter. On Nov 1, 9:09 am, Dalvinder Singh <[email protected]> wrote: > 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. > > On Fri, Oct 29, 2010 at 9:23 PM, TreKing <[email protected]> wrote: > > On Fri, Oct 22, 2010 at 11:39 PM, nena joy <[email protected]> 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. > > > ------------------------------------------------------------------------------------------------- > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > transit tracking app for Android-powered devices > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- 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

