user1779764
user1779764

Reputation: 91

How can I host AppWidgets in my app (launcher)?

I am making a launcher app replacement for home screen in Android. I want to add widgets to it (native app widgets). How can I ? I tried many methods and they all either didn't work or worked with bugs (which I couldn't solve).

Anybody knows of a way to implement AppWidgets ?

Upvotes: 1

Views: 3574

Answers (1)

YuviDroid
YuviDroid

Reputation: 1546

Take a look at this tutorial: http://coderender.blogspot.ch/2012/01/hosting-android-widgets-my.html

Seems to be working fine.. :)

Upvotes: 5

Related Questions