131 questions
2 votes
1 answer
165 views
"Could not find bolts-tasks" error after upgrading Parse Android SDK from 3.0 to 4.2
I'm trying to upgrade an existing project from Parse Android SDK from 3.0 to 4.2. I have the below dependencies in my app's build.gradle an in another module's build.gralde file called foundation: ...
0 votes
1 answer
552 views
Parse internally causing error "Cannot resolve symbol 'okhttp3'"
I am developing an Android application using the Parse Server. I implemented the basic requirements using the documentation from the Parse Android SDK. But the Parse SDK internally causes me to get ...
0 votes
0 answers
90 views
RecyclerView only shows items after Swipe Refresh
I am trying to fetch data from my Parse database and display it into my RecyclerView. Upon entering the Fragment, the RecyclerView displays no data. It isn't until I Swipe Refresh the feed that the ...
0 votes
1 answer
60 views
Parse Andorid SDK: remove label from a local pin
I'm using Parse SDK's localDataStore to implement offline-capable Android app. When users create new objects, they're pinned locally with a special label. When it's time to sync offline changes to the ...
1 vote
0 answers
75 views
How To Replace OnActivityResult With New Activity Result API With Parse-SDK
I wonder if someone may be able to assist with my struggles, I apologise as I’m new to Kotlin. After implementing facebook login following the parse-sdk-android documentation I have realised that ...
0 votes
1 answer
41 views
PositionalDataSource returns nothing from Parse Server databse
I'm trying to load Products items from a Parse Server database using data source type of PositionalDataSource()to be able to fetch pages of items while scrolling down. This what i've done so far : My ...
0 votes
1 answer
374 views
Parse Android SDK - Querying based on Pointer in Android SDK
The current questions on the internet about this didn't help (it's no duplicate). Currently I'm experimenting with the GameScore example class. Simply searching for a value in a column (here it's 1337 ...
0 votes
1 answer
59 views
Getting errors for Password reset function in parse
I am programming an Android app that uses parse in the back end. I am trying to implement a "Forgot Password" function. I used the Parse Documentation linked here. So i added this to my app. ...
0 votes
0 answers
73 views
Will saveEventually() work if Parse server itself is down?
So this is my knowledge of how client-server interaction works. Client --> Parse Server ---> MongoBD (The request went through and got saved) MongoDb ---> Parse Server ---> Client. (...
1 vote
0 answers
43 views
Android studio throwing error when installed new parse sdk
I tried to use a new parse sdk from github but after installing android studio throwing below error. Error:No resource identifier found for attribute 'appComponentFactory' in package 'android' Error:...
-1 votes
1 answer
1k views
java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File com.parse.ParsePlugins.getParseDir()' on a null object reference.parse [duplicate]
Hi currently i am working on project including parse server,and after adding parse library to my project ,when i run it it shows this error ( java.lang.RuntimeException: Unable to start activity ...
0 votes
0 answers
207 views
unable to update back4app database in android studio
So I've linked my android app to back4app parse server. According to their documentation when I run the following code a class is supposed to be created in the database. However Android studio shows ...
1 vote
1 answer
759 views
cannot resolve symbol Object in Object.,extend
I'm trying to use a parse server from back4app as my backend and I'm having troubles with the initial installation part.So I followed the documentation given in back4app to connect my app to the parse ...
0 votes
2 answers
2k views
The SDK directory '/Users/username/Library/Android/sdk' does not exist
I was running Azure Pipeline build for react native app in which i am using gradle for android build and got this error: FAILURE: Build failed with an exception. * What went wrong: A problem ...
0 votes
1 answer
210 views
How to convert/revert ParseObject to Json
I need convert ParseObject to Json and in other time convert the Json back in ParseObject,but when I use Gson for example, don't work. I try any forms,but no have success,my class is this: class ...