Watch a demo of my Jetpack Compose app from start to finish, featuring phone and tablet
adaptive layouts, Google One Tap Sign in, and Material 3 glass morphism design elements. Then I'll
go over the final screens, which allow users to create, get, and patch apps. When an app is created,
the API auto-generates an API key that developers can use to query city data.
Android Source: https://github.com/santansarah/city-api-client/tree/ktor-crud
Ktor API Source: https://github.com/santansarah/ktor-city-api/tree/ktor-crud
0:00 New Jetpack Compose Screens
0:42 Phone Demo
4:33 Landscape Demo
5:19 Tablet Demo
6:55 Ktor API Routes
7:41 Update Data with Exposed
8:12 Ktor Use Cases
8:48 Android API Services
10:06 PATCH from Android
10:57 Share and Copy to Clipboard