thunderousNinja
thunderousNinja

Reputation: 3520

What is the best way to create a mobile web service API?

i am new to android programming and i want to create an api with a login system and a whole set of different API calls. what is the most common convention on doing this for mobile apps? thanks again

Upvotes: 0

Views: 92

Answers (1)

Omar Abdelhafith
Omar Abdelhafith

Reputation: 21221

You can do the services in any server side language that you like, i personally would do it in Ruby or php, but you could use Java, python, or any other language you like

Upvotes: 2

Related Questions