kaito

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....
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 ...
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 ...
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 ...
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...
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 ...
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...
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 ...
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...
未分類

[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. ...