SetCurrentPosition for ConvertView Android -


i want coverflow setcurrentposition() number want. can't find built in function task in coverflow. has solution please help.

 coverflow coverflow = (coverflow) findviewbyid(r.id.coverflowid);              coverflow.setanimationduration(1000);              coverflow.setspacing(pixels);     coverflowadapter=new coverflowadapter(carouselcompte.this, postlist);     coverflow.setadapter(coverflowadapter); 

you can set position listview adapter setting ,

listview.setselection(position)  

the adapter set specific position .


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -