listview - onitemClickListener is not working above android 4.0 -


i have list view in have added onitemclicklistener. problem that, onclicklistener working android 2.2 , 2.3 not working above android 4. can please tell me why happening , can make work ??

listview remindview= (listview)findviewbyid(r.id.addreminderview); remindview.setonitemclicklistener(new listview.onitemclicklistener(){         @override         public void onitemclick(adapterview<?> arg, view v, int position,long id) {              intent = new intent(reminderview.this,singlereminder.class);             startactivity(i);         }      }); 


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -