I have following code in which i am doing JSON parsing and showing results in listview.
The problem i am facing is whenever i am scroll the listview my listview contents position get changes for ex. if Accommodation is at 1st item in list, when i scroll down i can see accommodation again as a last item in the list or at any other position. My log-cat showing the proper result but not the listview. I am not getting where i went wrong why my list not showing me proper result.
I have following code in which i am doing JSON parsing and showing results
Share
Try to follow viewHolder pattern as below