Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.05 KB

WidgetExamples

There are 4 example of Android Widgets based on this article : https://medium.com/@erenutku/android-widgets-ad3d166458d3

SimpleWidgetExample

Widget Creation Steps with a basic example(Opening a website on widget clicked) simplewidgetexample

BroadcastWidgetExample

Broadcast Widget Example(Counting clicks on widget)

broadcastwidgetexample

ConfigurableWidgetExample

Configurable Widget Example(Getting data before creation and using the data when it’s clicked) configurablewidgetexample

UpdatingWidgetExample

Updated by a Service Widget Example (Updating every minute brings random numbers on widget) updatingwidgetexample