Posts by Heverton Kleidson • 23 points
5 posts
-
1
votes0
answers34
viewsQ: How to delete User using Parse (Error: insufficient auth to delete user )
Hi, I’m creating an app using Parse to save data in Heroku. I’m having a hard time deleting Users. I can delete objects from other collections with the command: objeto.deleteInBackground(new…
-
1
votes1
answer45
viewsA: Problems to return objects in Parse using android
To update in case someone else goes through it: I was able to solve this by adding "new Findcallback"<"Parseobject()">""(WITHOUT THE QUOTATION MARKS) in place of "new Findcallback()" as shown…
-
0
votes3
answers2343
viewsA: How to use a Fragment button
Just to update in case anyone else needs it. I solved this problem by doing so: Within the fragment class( before): @Override public View onCreateView(LayoutInflater inflater, ViewGroup container,…
androidanswered Heverton Kleidson 23 -
0
votes1
answer45
viewsQ: Problems to return objects in Parse using android
I’m having trouble returning the objects using Parse to connect to Heroku. When I search about returning objects, everyone tells me to use the following code: ParseQuery query = new…
-
-2
votes2
answers116
viewsQ: Guys, does anyone know what call or perform this technique in the studio Android?
I want to make an APP for gym and need to use a smaller screen in front of the main screen as shown in the print of an existing APP that is attached. I want to blur the background and show a smaller…