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

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -