Android [Android/Jetpack Compose] how to use `context` in Unit test? You may want to use context in your unit test in jetpack. But if you do nothing you may get error some kinds of context.... 2024.06.16 AndroidJetpack Compose
Android How to prevent contents overwrapping by keybord? Problem I've implemented textfield features to create login screen. But textfields doesn't show because of overwrapping ... 2024.06.16 AndroidJetpack Compose
Android [Android/Jetpack Compose] Coil ~cache network images for either device or memory~ What is Coil? Coil is an image loading library for Android backed Kotlin Coroutines Detail information is here. You can ... 2024.06.16 AndroidJetpack Compose
Android [Android/Jetpack Compose] Json Serearization ~ How to ignore missing fields ~ What I faced on the problem When I retrieve the json data from API, I faced an issue. The error occured when retrieving ... 2024.06.16 AndroidJetpack Compose
Android [Android/Flutter] How to build your `aab` file as a production build? You just write down on the console flutter build appbundle --dart-define=FLAVOR=production --release --flavor production... 2024.06.05 AndroidFlutter
Jetpack Compose [Android/Jetpack Compose] Basic philosophy of developing android application About When you initialize to develop android application, you have wondered which tools or liblralies should you use. I ... 2024.06.01 Jetpack Composekotlin
Jetpack Compose [JetpackCompose/Android] DAO object doesn’t update and how to solve this Tech stack Jetpack Compose Room⭐️ //related this article Daggar hilt In my case, I had to update the room object through... 2024.05.16 Jetpack Composekotlin
Android [Jetpack・Android] How to resolve the problems arround gradle A problem When I try to incorporate a package of hilt with using ksp, I came across the several errors and was not able ... 2024.05.06 AndroidJetpack Composekotlin
Jetpack Compose [Jetpack Compose / Kotlin] How to solve Unable to load class ‘org.jetbrains.kotlin.gradle.plugin.mpp.pm20.KotlinCompilationData’. Cause of Problem This error is caused by missing version defining. When I was getting the title's error I've defined com... 2024.05.04 Jetpack Composekotlin
未分類 [Jetpack Compose / Kotlin] Kotlin / Java Tips and Memos (Update on time) Purpose of this article This article is a memo which I've searched how to solve or write such pattern at seviral times. ... 2024.05.04 未分類