You are wrong. The currentAppConfig is a tool to save persistent information within the application.
Please provide some context on what you are trying to accomplish. Have you looked at the MessageCenter functionality?
Hi does within application = all view classes in the particular widget ?
MY scenario,
* I am pulling data async from http service,
* This data has to be parsed and split and stored so that different views in the widget can access the data in the update view method.
Intent is fetch the data during widget initialization and store the processed data in a place where all views in the widget can access the data to and invoke updateview
Hope this clarifies my intent