Brett
Brett

Reputation: 20049

iPhone / Android Apps & interacting with a website

Does it matter much what your website is programmed in (PHP/.NET/ROR etc) with regards to having an iPhone or Android app interact with it?

Upvotes: 1

Views: 185

Answers (3)

Venkat Papana
Venkat Papana

Reputation: 4917

If you are making use of service calls, you need to bother about the service request/response formats (xml/json...) and its parsing methods... you need not to worry about the language used to implement those services.

Upvotes: 1

yogsma
yogsma

Reputation: 10586

No, it doesn't matter and if you are trying to build a mobile browser based app, then it won't matter. But if that website provides API , then you can create your app however you want.

Upvotes: 1

tacone
tacone

Reputation: 11441

No, it does not matter at all.

Upvotes: 0

Related Questions