Asmr Programming – Android Note App Coding JetpackCompose/Kotlin



Asmr Programming – Android Note App Coding JetpackCompose/Kotlin

Asmr Programming - Android Note App Coding JetpackCompose/Kotlin

Hi dear developers, in this video im going to develop a android note application in asmr style with jetpackcompose and kotlin language.
Also i used room helper for sqlite database and koin for service locatior and mvvm structure.

You can ask your questions under this video in the comments, i will answer to them.

To support us, subscribe to our channel to be notified next courses.

Application Design By Divya Kelaskar In Figma
Application Codes in Github: ehsannarmani/Note-App

Dependencies:
def koin_android_version = ‘3.4.0’
def koin_android_compose_version = ‘3.4.4’
def room_version = “2.5.2”
def color_picker_version = “1.0.4”

// Koin
implementation “io.insert-koin:koin-android:$koin_android_version”
implementation “io.insert-koin:koin-androidx-compose:$koin_android_compose_version”

// Room
implementation(“androidx.room:room-runtime:$room_version”)
annotationProcessor(“androidx.room:room-compiler:$room_version”)
implementation(“androidx.room:room-ktx:$room_version”)
kapt “androidx.room:room-compiler:$room_version”

// Color Picker
implementation(“com.github.skydoves:colorpicker-compose:$color_picker_version”)

Video Contents:

00:00 – App Preview
00:01:15 – Adding Dependencies
00:01:34 – Setup Database (Room)
00:04:00 – Setup Koin Service Locator
00:04:42 – Setup Repositories
00:06:31 – Theming
00:08:20 – Logic(ViewModel)
00:31:22 – Design With Jetpack Compose
00:32:58 – Result

#asmr #coding #programming #development #developer #programmer #android #kotlin #jetpackcompose #mobile