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