为 iOS 和 Android 构建 Kotlin 多平台移动应用程序
Build Kotlin Multiplatform Mobile Apps For Ios And Android
- 1 - Introduction
- 2 - Course Requirements
- 3 - What is Kotlin Multiplatform
- 4 - Understanding the Multiplatform Project Structure
- 5 - Target vs Source Sets
- 6 - ExpectActual Mechanism explained
- 7 - Choosing an IDE
- 8 - Preparing the Environment
- 9 - Create and Explore a KMP for Mobile Project Template
- 10 - Add Dependencies
- 11 - Create DTOs
- 12 - Create RequestState wrapper
- 13 - Implement ProductsApi
- 14 - Create a ProductCard
- 15 - Fetch and Display the Data Android
- 16 - Create a ProductView
- 17 - Fetch and Display the Data iOS