Asmr Programming - Android Note App Coding JetpackCompose/Kotlin

Published: 14 August 2023
on channel: Asmr Develop
890
41

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


On this page of the site you can watch the video online Asmr Programming - Android Note App Coding JetpackCompose/Kotlin with a duration of hours minute second in good quality, which was uploaded by the user Asmr Develop 14 August 2023, share the link with friends and acquaintances, this video has already been watched 890 times on youtube and it was liked by 41 viewers. Enjoy your viewing!