I am trying to create Widget, which does the following.
- User specifies his intent, triggering the Timeline.
- the Timeline returns an entry, with isLoading Flag for the Widget View to render [IsLoading] View.
- in Background ( somehow ), the timeLine fetchs the real data via an API Call, and on its response, the timeline reloads the Widget View with the real data.
Implemented the Number 3, list above, via some programing logic, and calling reloadAllTimelines. This works sometimes, and fails other times.
Any help ?