posted 9 years ago
I am trying this features where a user can create questionnaire send it to another user's inbox and as a user click on the inbox message the data will be presented in another Activity as TextView. In other words, I am trying to input data as edit text in one view, save it in parse and pass to another Activity retrieve that data from Parse database in a text view. So far I was able to do everything but I do not know why it is not working? I am not able to display the data or retrieve it in VoteAnswer Activity. Illustration of code is below:
VoteActivity below as it was success:
It directs to recipients and to inbox fragments from there
Finally, from inbox it goes to VoteAnswer.Activity here is the part I am not able to display the data into textview
Thanks in advance. I would really love some inputs as I have been struggling with this issue for a week. I do not know what I am missing? I read parse documentation but nothing