android - How to force WearableListView.Adapter to redraw? -


i have android wear app has list of 10 items. in mainactivity.oncreate() set listview adapter this: listview.setadapter(new adapter(this, items)); however, items filled dummy data (for debugging purposes) because wear sends message paired phone real data server. once phone sends message wear appropriate data, populate items data. no refresh/redraw occurs though. not if call listview.setadapter() again. know items being updated correctly because once scroll down list, on wear, real data visible (thanks recycle views). appreciated. thanks.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -