Search code examples
androidandroid-widgetboilerplate

Android Widget Boilerplate?


I'd like to make a prototype of an android widget. Has anyone released a boilerplate that set's up most of the 'widgetness'? And would help me build a simple widget quickly?


Solution

  • It really depends on what you want your widget to do. But if you focus on the code parts of the android documentation (http://developer.android.com/guide/topics/appwidgets/index.html), you have a pretty straightforward description on what needs to be implemented.