Reputation: 20049
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
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
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