¡@

Home 

2014/10/16 ¤W¤È 08:21:15

android Programming Glossary: parseobject

How to store data from website to parse.com And how to to fetch data of it in my application

http://stackoverflow.com/questions/16476240/how-to-store-data-from-website-to-parse-com-and-how-to-to-fetch-data-of-it-in-my

version. for store data using ANDROID create object like ParseObject gameScore new ParseObject GameScore gameScore.put score 1337.. using ANDROID create object like ParseObject gameScore new ParseObject GameScore gameScore.put score 1337 gameScore.put playerName.. xWMyZ4YEGZ new GetCallback public void done ParseObject object ParseException e if e null object will be your game score..

How to store data from website to parse.com And how to to fetch data of it in my application

http://stackoverflow.com/questions/16476240/how-to-store-data-from-website-to-parse-com-and-how-to-to-fetch-data-of-it-in-my

YES you can use same database for application and desktop version. for store data using ANDROID create object like ParseObject gameScore new ParseObject GameScore gameScore.put score 1337 gameScore.put playerName Sean Plott gameScore.put cheatMode.. for application and desktop version. for store data using ANDROID create object like ParseObject gameScore new ParseObject GameScore gameScore.put score 1337 gameScore.put playerName Sean Plott gameScore.put cheatMode false gameScore.saveInBackground.. this way ParseQuery query new ParseQuery GameScore query.getInBackground xWMyZ4YEGZ new GetCallback public void done ParseObject object ParseException e if e null object will be your game score else something went wrong same way you can use for WEB..