github: , ,
* The source information is from Udacity Nanodegree Program- Become an Android Developer *
S11.01- Sunshine’s New Layout:

github: , ,
* The source information is from Udacity Nanodegree Program- Become an Android Developer *
S11.01- Sunshine’s New Layout:

GitHub:
Synchronizing The Weather:
SmarterSyncing: S10.02- SmarterSyncing
Sunshine FirebaseJobDispatcher:
Sunshine Notifications:
* Reference: Udacity Nanodegree Program- Become an Android Developer *

github:
* Reference: Udacity Nanodegree Program- Become an Android Developer *
To set up the Details Activity to use CursorLoaders to display more weather information in the Detail Layout.
* Reference: Udacity Nanodegree Program- Become an Android Developer *
A CursorLoader is a subclass of AsyncTaskLoader that queries a ContentProvider, via a ContentResolver and specific URI, and returns a Cursor of desired data. This loader runs its query on a background thread so that it doesn’t block the UI.
github: , ,
github: S06.01-LaunchSettingsActivity , ,
* Reference: Udacity Nanodegree Program- Become an Android Developer *
