I want to create listview. I got the value from the JSON. Here I got the value from the json into listview but i can\'t get the onItemclickListener method. Why this is
Use This:
contests_listView.setOnItemClickListener(new AdapaterView.OnItemClickListener() { @Override public void onItemClick(AdapterView> arg0, View arg1, int position, long id) { Intent in1 = new Intent(Activites_Activity.this, Activity_display.class); startActivity(in1); } });