This is driving me crazy. I don\'t know how to update the app widget from the configuration activity, even with the recommended practises. Why the update method is not calle
For developers who are looking for latest example which explains how to create widget with configuration or options or settings feature, see http://www.zoftino.com/android-widget-example.
For developing configuration feature, configuration activity and UI which allows user to configure widget needs to be created in the app. Widget configuration option can be shown when an instance of widget is created or every time a widget is clicked. Every time widget settings are changed, the changes need to applied to widget instances.