Questions tagged [android-parsequeryadapter]

ParseQueryAdapter handles fetching objects stored in Parse and displaying them as views. It implements the Adapter, ListAdapter and SpinnerAdapter interfaces, so you can use a ParseQueryAdapter to populate any view that uses those interfaces.

ParseQueryAdapter handles fetching objects stored in Parse and displaying them as views. It implements the Adapter, ListAdapter and SpinnerAdapter interfaces, so you can use a ParseQueryAdapter to populate any view that uses those interfaces.

Useful links

48 questions
0
votes
0 answers

Parse.com filtering and using custom listview layout on Android

I have made an application by usign Parse.com. I retrieve data to listview and spinner with Parse Query Adapter. Everything is cool till here. The problem occured when I try to use a custom layout for listview and spinner. I made the layouts but I…
Afbyk
  • 101
  • 2
  • 7
0
votes
0 answers

Populating a ListView with parse.com

I'm building an app that would display the the values from column "NameMessage" from the table/class "messages" from my parse.com app called : "ParseQueryAdapter" on the click of "Display" button. Nothing happens when display button is clicked, and…
-3
votes
1 answer

NullPointerException on view.findViewById() with Parse Query Adapter/ListView

I've populated a ListView using a custom adapter with Parse Query Adapter. My issue is that I can only seem to access the first item of a list. Within the ListView, I have a button that I want to call a function. android:id="@+id/showGrunts" …
1 2 3
4