Am absolute newbie to web-services and am reading up gradually and
rather slowly as well :). So excuse me if this is a bad question.

anyways, am wanting to design an app with portability in mind and was
working on various possible solutions for a scalable architecture and
wanted to design the core of my android app as a web service and the
end user would just be using my client which talks to my web-service
core.

Similarly i can design a client for iphone (if at all) i decide too.
Though the core still has to be changed, unless i decide to use the
NDK to design my core web-service(not sure as to how well i could port
a C++ app to iOS platform - but that is out of scope of this question
for me, at least for now).

Could someone point me to a open source android app that uses /
implemented as a web-service?
i tried searching couldn't find any pointers, so any help here would
be helpful.

Apart from statelessness, the other reason for me to go for web-
service based architecture is because of the abstraction that it would
provide, which i would like to capitalize on..

Please help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to