Android Programming Course - Kotlin, Jetpack Compose UI, Graph Data Structures & Algorithms

Create an Android app with Kotlin and Jetpack Compose UI. Learn about Graph data structures and algorithms by building a Sudoku app. ✏️ Created by Ryan M. Kay. Check out his channel: 🎉 Ryan has a free Java course: 💻 Full Source Code Here:: 💻 Starting Point Branch Here: Timestamps: ⌨️ (0:00:16) Introduction & Overview: Topics, Source ⌨️ (0:02:39) App Design Approach: 3rd Party Library Minimalism & MV-Whatever Architecture ⌨️ (0:04:50) Domain package: Repository Pattern, Enum, Data Class, Sealed Class, Hash Code, Interfaces ⌨️ (0:34:39) Common package: Extension Functions & Variables, Open-Closed Principle (OCP), Abstract Class, Singleton ⌨️ (0:50:20) Persistence (Storage) package: Clean Architecture Back End w/ Java File System Storage, Je
Back to Top