Asmr Programming | Secret Message App Coding JetpackCompose/Kotlin

Опубликовано: 24 Февраль 2026
на канале: Asmr Develop
556
19

👨‍💻 Hi hear programmers, in this video im going to develop a secret message app with jetpack compose and kotlin programming language.

🔐 With this app, you can add secret messages and only you can access the messages of this application using your fingerprint or facial recognition

➡️ You can ask your questions about this project or other issues in caption, i will answer them.

⚜️ I Used Room for database, koin for service locator and androidx biometric library in this project.

🔰 To support us, please subscribe to our channel.

🔹 Application Codes In Github: https://github.com/ehsannarmani/Secre...

❔ Dependencies:
def room_version = "2.5.2"
def koin_version = '3.4.0'
def biometric_version = "1.1.0"

// 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"

// Koin
implementation "io.insert-koin:koin-android:$koin_version"
implementation "io.insert-koin:koin-androidx-compose:$koin_version"


implementation "androidx.biometric:biometric:$biometric_version"

💡 Video Content:
00:00 - App Preview
00:01:05 - Adding Dependencies
00:01:45 - Theming & Adding Assets
00:06:00 - Working with Pager
00:04:17 - Setup Room (Database)
00:07:02 - Setup Koin (Service Locator)
00:08:13 - Logic (ViewModel)
00:11:11 - Design (Jetpack Compose)
00:21:33 - Biometric (Fingerprint & Face recognition)
00:32:20 - Handle Lifecycle
00:35:18 - Result

#programming #programmer #develop #developer #coding #jetpack #compose #jetpackcompose #android #kotlin #secret #crypto