android - How to create users in/for apps -
i have question has straight forward answer, asking here make sure.
if want develop app users (e.g. snapchat, wordfeud etc.), how do it? have use database of kind? users not have information stored them, nothing more username , score collection.
can without using databases? , how set app having users?
you need database. simplest, can set mysql database on server, , make queries it.
you can follow tutorial: http://codewithchris.com/iphone-app-connect-to-mysql-database/
Comments
Post a Comment