Skip to main content
2 votes
1 answer
165 views

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: ...
ChrisBorg's user avatar
  • 1,456
0 votes
1 answer
552 views

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 ...
Sercan's user avatar
  • 5,143
0 votes
0 answers
90 views

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 ...
Paul Leung's user avatar
0 votes
1 answer
60 views

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 ...
Vasiliy's user avatar
  • 16.4k
1 vote
0 answers
75 views

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 ...
DanB's user avatar
  • 23
0 votes
1 answer
41 views

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 ...
Nadjib Rebahi's user avatar
0 votes
1 answer
374 views

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 ...
Cyb3rKo's user avatar
  • 485
0 votes
1 answer
59 views

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. ...
Sami-M's user avatar
  • 57
0 votes
0 answers
73 views

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. (...
Tanzim Chowdhury's user avatar
1 vote
0 answers
43 views

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:...
ash's user avatar
  • 17
-1 votes
1 answer
1k views

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 ...
Nalin Rathore's user avatar
0 votes
0 answers
207 views

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 ...
Akul Shivakumar's user avatar
1 vote
1 answer
759 views

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 ...
Akul Shivakumar's user avatar
0 votes
2 answers
2k views

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 ...
Rishav Singh's user avatar
0 votes
1 answer
210 views

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 ...
Paulo C.'s user avatar
  • 866

15 30 50 per page
1
2 3 4 5
9