How do I replace a ListView item with a RemoteViews?
I have a ListView with a number items. I want开发者_如何转开发 to display a RemoteViews associated with the item when it's clicked. So how do I replace or embed a RemoteViews in a ListView item? This is similar to Twitter's tweet function when you swipe the tweet to the leFt or right to display a list of icon and functions.
Also, some body please tag this post with "RemoteViews". Reputation of 1500 required.
Try using RemoteViewsService.RemoteViewsFactory. Supported for API lvl 11+
精彩评论