Parse Heroku for Mobiles

Post on 15-Jan-2015

1.041 views 2 download

Tags:

description

Parse Heroku for mobiles

Transcript of Parse Heroku for Mobiles

PARSE

Ana Cecilia Castillo (ceci@girlsattech.org)@zezzi

“HEROKU FOR MOBILE APPS”

Tuesday, March 6, 12

WHAT IS PARSE?

Tuesday, March 6, 12

WE HAVE A PROBLEM!!!!

Tuesday, March 6, 12

WHO ARE THE FOUNDERS?

Tuesday, March 6, 12

• Tikhon Bernstam (Founder @ scribd )

• James Yu (2nd Engineer @ Scribd)

• Kevin Lacker (Gamador Founder)

• Ilya Suckar (Etacts antes de ser vendida a salesforge)

Tuesday, March 6, 12

HOW DO I START?

Tuesday, March 6, 12

STEP 1

STEP 2Copy to libs folder of your project

STEP 3Right Click the jar and select Build Path->Add to Build Path

STEP 4Right Click the jar and select Build Path->Add to Build Path

STEP 5

STEP 6

import com.parse.Parse;import com.parse.ParseObject;

<uses-permission android:name="android.permission.INTERNET" />

Tuesday, March 6, 12

• Data Storage

• Push Notifications

• User Managment

• Geopoints

• File

• Objects

• Queries

• Facebook and Twitter Users

WHAT DOES IT HAVE

Tuesday, March 6, 12

• Uses KEY- VALUE

• JSON compatible

• MAP

• createdAt() , updatedAt()

• Save() VS saveInBackground() , saveEventually()

DATA STORAGE

Tuesday, March 6, 12

QUERIES• ParseQuery

• whereEqualTo() whereGreaterThan(), Limit(),etc...,

• REGEX

• Cache Queries

Tuesday, March 6, 12

AUTHENTICATION

• Most apps use authentication

• SignUp, Reset Password, Login, CurrentUser

• Twitter y Facebook authentication

Tuesday, March 6, 12

Facebook Authenthication

• Create an app in Facebook

• Register your Android app with facebook

• You need to put your Android application signature into your Facebook application settings. “keytool”

• ParseFacebookUtils.initialize(“facebook app ID”)

Tuesday, March 6, 12

DEMO :)

parse.comTuesday, March 6, 12

GRACIAS POR SU ATENCIÓN

Ana Cecilia Castilloceci@girlsattech.org

@zezzi

Tuesday, March 6, 12