Reputation: 5
I have a listview in my main activity and I just want to display its data in my homescreen widget .Any tutorial or website if you know then please provide I searched whole internet but failed to get what I want . all I want is to display listview in widget.
Upvotes: 0
Views: 45
Reputation: 777
ListView
to your RemoteViews widget layout.RemoteViewService
and a RemoteViewFactory
which will act as your adapter.setRemoteAdapter()
to populate the list.There is a repository on Github
which does exactly the same and was very handy for me. It is by CommonsGuy : LoremWidget
Upvotes: 1