Android Demos

Notable demos covering core topics and tools are shown below

Jetpack Navigation

This demo shows typical usage of Jetpack Navigation for routing a user between different screens while maintaining the back stack.

Room Database

This demo shows how structured data is stored locally on the Android device.

Shopping Server

This demo shows how a simpel server is setup and used, goes hand in hand with following Retrofit Demo.

Retrofit

This demo shows how to leverage Retrofit for communicating with a remote server.