ListView displaying same data
问题 I have a large JSON array. I am reading the data from JSON array and storing it in a list view, But the list view repeats the same data. i.e the last data from the JSON instead of displaying all the data. Here is my code. public class HistoryActivity extends AppCompatActivity { private Toolbar toolbar; String strServerResponse = null; ProgressDialog nDialog; Pojo pojo; ArrayList<Pojo> history; HistoryAdapter myAdapter; ListView list; public String date, inTime, outTime, inLat, inLong;