Posts by Alekssander Augusto • 35 points
4 posts
-
0
votes1
answer99
viewsQ: Create an int variable that recognizes numbers in time format
I have a variable int that is taking the current time of android and comparing with more dua variables int of my database in the parse that contains the opening and closing time of a company, in…
-
0
votes0
answers107
viewsQ: save the data coming from parse (back4app) in mobile memory
I am trying to save the data coming from the parse on the device, when it has connection to the internet it works, but when it does not have it does not work so the data only appear when it has…
-
1
votes0
answers130
viewsQ: How to Add Image of a Parseuser Arraylist to a Parseobject Adapter
Well, I’m trying to add a user image to my Listview for when publishing an item it puche the user image of the Parse in the Imageview, but I can’t because ArrayAdapter of Fragment where is the…
-
2
votes1
answer361
viewsQ: How to display a parse string in a Textview?
I’m trying to add an image with a description on the server parse. I’ve already been able to add the image description by objectId, but the problem is that I don’t know how to display the text of…