timer - Auto-refresh a ListView within a ViewPager? -


i'm having bit of trouble approaching auto-refresh design want implement.

currently have titlepageindicator sets view pager pageradapter. each page in view pager listview constructed based on list of date strings.

in instantiateitem() method, call asynctask load data based on date. works well, , loads way want.

i changed listviews pulltorefresh list views, in order make sure user update data on date wished have up-to-date info on. (this works way desire).

however want somehow refresh date in view pager (current date instance) - every 60 seconds. i'm not refreshing listivews in viewpager, i'm refreshing 1 want.

i started making timer thread based on :

update textview within custom listview

but got stumped , i'm not sure next..

can point me in right direction?


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -