Presentation Materials: AnDevCon DC 2017
If you are reading this page, you probabaly attended the AnDevCon DC 2017 conference, and Mark Murphy’s sessions from that event. Or, you got the URL to this page from someone who did. Or, perhaps hackers broke into your device and planted this URL for you to find.
Regardless of how you got here, here’s what you are looking for!
A Room With a ViewModel
- the slides
- the initial Room sample project
- the Room relations sample project
- the Room tree sample project
- the Room migrations sample project
- the Room
LiveData
andViewModel
sample project - the CWAC-SafeRoom library
- the
LiveData
sensor sample project
Android 8.0: What You Should Worry About
- the slides
- the
JobIntentService
sample project - the implicit broadcast fanout sample project
- the
SYSTEM_ALERT_WINDOW
monitor sample project - the app installer sample project
- the notification channels sample project
- the autofill client sample project
- Google’s autofill example
Note that there is more depth on both of these subjects in The Busy Coder’s Guide to Android Development and *Android’s Architecture Components!