android - Is there any way to send some data from my application e.g. quiz results -


for example application contains quiz , want know results each user installed app. there way collect these stats?

yes.

use example parse library. https://parse.com/docs/android_guide. it's easy set up.

when have set , read guide, you'll able save data easily. had mine in five, ten minutes , can save complex data.

the upside of using cloud based solution (parse cloud based) of course won't need own backend (server , database). won't have code backend script/servlet either.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -