|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Collection
to the end of the array
associated with a given key.
Collection
to the array associated with a
given key, only adding elements which are not already present in the array.
ParseQuery
is used to count objects matching
a query in a background thread.ParseObject
in a background thread.ParseQuery
is used to fetch a list of
ParseObject
s in a background thread.ParseCloud.callFunction(java.lang.String, java.util.Map)
is used to run a
Cloud Function in a background thread.ParseQuery
is used to fetch a
ParseObject
in a background thread.Activity
utilizing this ParseQueryAdapter
.
Adapter
's ParseQueryAdapter.getCount()
method to return the number of cells to
display.
ParseFile
fetches its data on a background
thread.ParseFacebookUtils.getSession()
and related Facebook SDK 3.0+ APIs instead.
ParseObject
.
ParseQuery
over the Role collection.
ParseRelation
for the ParseRole
s that are direct children of this
role.
Twitter
singleton that Parse is using.
ParseUser.getQuery()
instead.
ParseRelation
for the ParseUser
s that are direct children of this
role.
Adapter
, defines a getView
method intended to display data at
the specified position in the data set.
ParseUser
was created during this session through a call to
ParseUser.signUp()
or by logging in with a linked service such as Facebook.
ParseFacebookUtils.linkInBackground(ParseUser, String, String, java.util.Date)
instead.
ParseFacebookUtils.linkInBackground(ParseUser, java.util.Collection,
android.app.Activity, int)
instead.
ParseFacebookUtils.linkInBackground(ParseUser, java.util.Collection,
android.app.Activity)
instead.
ParseFacebookUtils.linkInBackground(ParseUser, android.app.Activity, int)
instead.
ParseFacebookUtils.linkInBackground(ParseUser, android.app.Activity)
instead.
ParseTwitterUtils.linkInBackground(Context, ParseUser)
instead.
ParseTwitterUtils.linkInBackground(ParseUser, String, String,
String, String)
instead.
ParseObject
issues an invalid request, such as
deleting or editing an object that no longer exists on the server, or when there is a network
failure preventing communication with the Parse server.ImageView
that downloads and displays remote images stored on Parse's
servers.ParseImageView
from code.
ParseImageView
from XML.
ParseQuery
for fetching objects.ParseObject.fetch()
instead.
ParseObject
in a
background thread.ParseObject.fetchInBackground(GetCallback)
instead.
Collection
from the
array associated with a given key.
ParseObject
in a background thread.ParseFacebookUtils.saveLatestSessionDataInBackground(ParseUser)
instead.
ParsePush
in a background thread.AdapterView
.
ParseObject
s when they are created.
ParseQuery
.
AdapterView
.
ParseUser
in a background thread.ParseInstallation
and saves it in
a background thread.
ParseInstallation
and saves it in
a background thread.
ParseAnalytics.trackAppOpenedInBackground(android.content.Intent)
instead.
ParseAnalytics.trackEventInBackground(String)
instead.
ParseAnalytics.trackEventInBackground(String, java.util.Map)
instead.
ParseInstallation
and saves
it in a background thread.
ParseInstallation
and saves
it in a background thread.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |