android home screen widget layout change on click event -


i developing android home screen widget todo app. shows 3 todos @ time on widget layout. mean widget layout can accommodate 3 textviews.

now, have textview(besides 3 textviews todo list) on widget android:text="flip". want whenever click on "flip" other set of 3 todos should shown. again, when user clicks on previous set of 3 todos should shown. , process continues.

how can gain control on textview?

you can in onupdate() method of appwidgetprovider class.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -