I need to explore the world "You wrote a killer application, but do you have an Android / iPhone / iPad client?"
My questions:
1), which is the best way to send data to these devices? Soap and Relax as suggested here ? Or are there some specific methods? (My application is written in Delphi, and I can provide data using webservices if necessary)
2) For the x-platform (where by x I mean mostly apple products and android) is development a tool? Or the only solution is to write one client on a platform that "implements" a web application optimized for mobile devices?
3) which are tags for caching locally some data / working offline? Difference in two worlds or is it widespread?
source share