Android Android Room, ViewModel Background Room is Android SQL Lite wrapper to use easily. This example is from Android Room with a View - Kotlin... 2022.04.03 Android
Android Android Jetpack Compose Navigation Background Jetpack Compose is Android’s modern toolkit for building native UI. This is new style to create UI and... 2022.03.20 Android
Android Android Jetpack Compose Get Started Jetpack Compose Jetpack Compose is Android’s modern toolkit for building native UI. It looks like Swift UI for iO... 2022.02.22 Android
Android Android 12 Advertising ID These days, data is very strict. From iOS 14.5, IDFA rule becomes strict and to collect this info, need to get user ap... 2021.10.24 Android
Android Android Call Kotlin Object from Java Call Kotlin from Java These days, developing Android app by kotlin becomes popular. But, sometimes we need to suppor... 2021.07.10 Android
Android Android Deeplink Deeplink Deeplink is app(web) to app link From one application, jump to another application. Situation ... 2021.03.28 Android
Android Android Kotlin Scope Functions Scope Functions Scope Functions are block operations check null and execute some operations in block This is the ... 2021.03.28 Android
Android Android Livewallpaper Livewallpaper From Android 2.1, Livewallpaper is supported. Livewallpaper is home screen, and lock screen wallpaper ... 2020.06.16 Android
Android Android Activity Fragment share ViewModel Goal Use View Binding and Data Binding by Android Studio 3.6 above Use Shared ViewModel between Activity and chil... 2020.05.23 Android
Android Android – Dagger2 – Basic In previous entry, I explained introduction of Dagger2 in Android (Android – DI – Dagger). In this time, from Google... 2020.05.09 Android