KC Blog

Welcome to elegantaccess

Development tips and experience sharing, exploring endless possibilities in software development

81
Articles
5+
Years Exp
Passion

Latest Articles

3 min read

【Compose Multiplatform】Implementing SqlDelight Database

This article provides a detailed guide on how to use SqlDelight in Compose Multiplatform projects to implement cross-platform database operations, including library imports, table implementation, platform-specific implementations, and practical usage methods.

📁 CrossPlatform
#CMP#Kotlin#SqlDelight
4 min read

Mastering Android Persistent Storage: Kotlin and Room Database Practical Tutorial

In this practical tutorial, we will delve into how to use Kotlin and Room to achieve persistent storage in Android applications. Whether you are a beginner or an experienced developer, this tutorial will provide you with practical knowledge and techniques to help you develop Android applications more effectively. Let's explore the powerful features of Kotlin and Room databases together and seamlessly integrate them into your next Android project!

📁 AndroidDev
#Android#Kotlin
4 min read

Android Kotlin: Recreating the Classic Snake Game, Playable in Less Than a Day!

In this tutorial, we will guide you step-by-step to create the classic Snake game, allowing you to fully experience the fun of game development during the learning process! Whether you are a beginner or an experienced developer, this hands-on tutorial will deepen your understanding of the Kotlin language and game development. Let's revisit this timeless game and create your own classic memories!

📁 AndroidDev
#Android#Kotlin
5 min read

Create a Smooth Android App Navigation Experience! Navigation with Kotlin: Solve Your App Navigation Issues in One Article!

Create a Smooth Android App Navigation Experience! Using Jetpack Navigation with Kotlin, your app navigation issues will no longer be a problem. With the powerful features of Jetpack Navigation with Kotlin, you can easily manage the various screens and workflows within your app, creating a smoother and more user-friendly experience.

📁 AndroidDev
#Android#Kotlin#Navigation
4 min read

Android Jetpack Compose Basic Tutorial

Welcome to the Android Jetpack Compose Basic Tutorial! In this tutorial, we will introduce you to the world of Jetpack Compose, guiding you step by step to master the basic concepts and techniques of Compose.

📁 UIFramework
#Android#Compose#Kotlin