Loaders have these characteristics:
- They are available to every
Activity
andFragment
. - They provide asynchronous loading of data.
- They monitor the source of their data and deliver new results when the content changes.
- They automatically reconnect to the last loader's cursor when being recreated after a configuration change. Thus, they don't need to re-query their data.
<有待进一步了解,第一次接触到>,使用场景是什么???