android cardview onclick to display more details -


i'm working on android rest client application, , i, can retreive data local server i'm willing display more data when cardview recycler view clicked. if has idea on how it, or tutorial please share it.

hmmm think when click card view

   holder.lnrlayout.setonclicklistener(new view.onclicklistener(){         public void onclick(view v) {             intent.putextra("movie_year",getdataadapter1.getmovie_year()) ;             v.getcontext().startactivity(intent);         }     });  } 

Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -