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

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -