Questions tagged as 'parse.com'

0
answers

I need to delete an item attached to the Parse server

Well initially, I have a list that shows all my comments, which is my problem. I want only the owner of the photo to be able to delete the comments that are in the photo. Someone has some idea. here's my code: public void deleteComme...
asked by 15.06.2018 / 01:53
0
answers

Retrieve relational data from Parser.com and display within a listview

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_comentar); comentario = (EditText) findViewById(R.id.text_comentario); botaoSalvar = (B...
asked by 18.05.2018 / 06:28
0
answers

I need to show this data from Parser in a listview, how do I?

I need to show this data in a listview, it's relational data, I already know how to re-emerge, what I do not know is how to show it, I'm doing it inside an activity. //passando uma foto da galeria para a imageviewe Intent i = getIntent(); obID...
asked by 18.05.2018 / 17:56
0
answers

Transfer a Url from an image to another activity and retrieve it in an image view for later comment

Hello, I'm trying to create an option in my application, that when I click the photo I'll be redirected to another screen, with the photo selected in a imageview and a texview to comment! What is the biggest problem I'm doing wi...
asked by 25.04.2018 / 01:47
0
answers

Firebase, Parse-Server or "nail"

I have a school project and my team will use the mobile solution with a backend side, in the backend we have a problem, if we will "do" and configure everything, which is to configure and create a database, create a web Service, create something...
asked by 24.02.2017 / 15:33
1
answer

Update ListView item after Callback

In my application, I use SDK of Parse.com . The SDK provides a method for loading API objects in assíncrona and in another thread named fetchInBackground() . Within getView() of my adapter the follo...
asked by 09.09.2016 / 05:11
0
answers

Blocking a user for a few hours

In my Android application, we have a policy of using the application and if some rules are violated by the user the registration of it should be suspended for a few hours. I use Parse.com as a backend framework, the problem for me is not to crea...
asked by 07.03.2016 / 19:50
1
answer

Retrieve Parser.com data of type pointer

I have the table in the Parser database, which is called Comment. Within it I have the comment field and a field called a pointer of type "pointer" that points to the objectId of another table that is called Image. So, I need to show all the...
asked by 02.06.2018 / 22:04