parse.com - How to connect my app to parse in android studio -


i unzip sdk named parse-1.9.2 , dragged files libs folder present in app folder. added following code in build.gradle(module: app)

dependencies {
compile 'com.parse.bolts:bolts-android:1.+'
compile filetree(dir: 'libs', include: 'parse-*.jar') }

after don't how proceed.

if not new android development, easy set parse sdk android project using steps provided in parse.com website. if new android development, follow 1 of these,

https://guides.codepath.com/android/building-data-driven-apps-with-parse

http://www.androidbegin.com/tutorial/android-parse-com-simple-login-and-signup-tutorial/


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -