I am really new to android widgets.
I have implemented a simple application with a widget. The application only saves notes to a ORMLite Database. Now I am trying to load stored notes for the widget via a LoaderManager.
The Andorid docu tells that there is a Fragment or an Activity needed, so my question is, is there any way to load something via a LoaderManager in a widget?