Parse.com filtering and using custom listview layout on Android

466 views Asked by At

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 couldnt find how to assign that layout to Parse Query Adapter. Another issue is I couldnt find a way to filter Parse Query Adapter for search feature. Is there any solution for these or any other ideas?

I also tried to retrieve all data with normal parse.com query to ArrayList and use regular ArrayAdapter but that also didnt work. I dont know why but I couldnt make spinner data select. It shows data as dropdown but none are selectable.

0

There are 0 answers