raheemadamboev
senior software engineer | talk is cheap, let me show you the code
DSR CorporationTashkent
Pinned Repositories
check-internet-android
🌐 Light library to check or observe the real internet connection in android apps easily
clean-architecture-validation
Validating user input in Clean Architecture Android app using the use-cases. As a result, easily unit testing them
kichkina-shahzoda
🎵 "Kichkina Shahzoda" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, ExoPlayer2 based on MVVM architecture
notepad-app
✏️ "Notepad" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture
online-video-player
Jetpack Compose app that plays videos over network
pin-lock-compose
🔐 Light library that is beautiful Pin Lock screen for Jetpack Compose
portfolio
🔥 This is my portfolio. There are Android apps, Freelance projects, Android libraries, Flutter apps, Wear OS apps, Kotlin Multiplatform Mobile apps, React Native apps, Desktop apps, and very small Backend apps that I built solely
posts-ktor-client
Jetpack Compose app gets data from REST API using KTOR Client. Clean Architecture, Dependency Injection...
simple-offline-caching-app
Simple MVVM app gets its data from REST API and caches them phone storage locally
todo-app
🎯 "ToDo" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, Room based on MVVM architecture
raheemadamboev's Repositories
raheemadamboev/pin-lock-compose
🔐 Light library that is beautiful Pin Lock screen for Jetpack Compose
raheemadamboev/check-internet-android
🌐 Light library to check or observe the real internet connection in android apps easily
raheemadamboev/portfolio
🔥 This is my portfolio. There are Android apps, Freelance projects, Android libraries, Flutter apps, Wear OS apps, Kotlin Multiplatform Mobile apps, React Native apps, Desktop apps, and very small Backend apps that I built solely
raheemadamboev/image-radio-button-android
📻 Light library for custom radio button with image functionality
raheemadamboev/room-sqlcipher
A simple app that uses encrypted database via Room and SQLCipher
raheemadamboev/timer-flow
⏳️ Light library that gives you timer functionality and exposes Kotlin Flow
raheemadamboev/moko-permissions-demo
A simple app that demonstrates using MOKO permissions library to handle permissions in Android and IOS via Kotlin Multiplatform
raheemadamboev/compose-custom-navigator
A simple app that demonstrates implementing custom navigator via Jetpack Compose Navigation
raheemadamboev/compose-drag-drop-demo
A simple app that demonstrates using Drag and Drop in Jetpack Compose
raheemadamboev/compose-multiplatform-hello-world-demo
A simple app that demonstrates building Hello World app for Android, IOS, Desktop using Compose Multiplatform
raheemadamboev/compose-multiplatform-resources-demo
A simple app that demonstrates sharing resources in Compose Multiplatform
raheemadamboev/compose-navigation-deep-link
A simple app that demonstrates handling deep links in a type-safe way via Jetpack Compose Navigation
raheemadamboev/compose-pdf-render-search
A simple app that demonstrates rendering PDF files to Bitmap in order to display them in Image composable as well as enabling search for text functionality
raheemadamboev/compose-show-snackbar-globally
A simple app that demonstrates showing snackbars from anywhere and persisting it on any screen in Jetpack Compose
raheemadamboev/coroutines-secrets
A simple app that demonstrates 5 Kotlin Coroutines secrets
raheemadamboev/custom-type-safe-nav-type
A simple app that demonstrates navigating with custom types by implementing NavType in type-safe way via Jetpack Compose Navigation
raheemadamboev/datastore-preferences-multiplatform-demo
A simple app that demonstrates saving key value pairs in DataStore Preferences in Kotlin Multiplatform
raheemadamboev/datetime-demo
A simple app that demonstrates using KotlinX DateTime in Kotlin Multiplatform
raheemadamboev/expect-actual-demo
A simple app that demonstrates using expect and actual keywords in Kotlin Multiplatform
raheemadamboev/external-storage-media-files
A simple app that demonstrates reading all media files from external storage with handling permissions properly according to Android API level
raheemadamboev/google-credential-manager-demo
A simple app that demonstrates saving and reading credentials using Google Credential Manager
raheemadamboev/image-compression-demo
A simple app that demonstrates compressing images and saving them in private directory
raheemadamboev/keyboard-focus-management-demo
A simple app that demonstrates managing keyboard and focus in Jetpack Compose
raheemadamboev/koin-multiplatform-demo
A simple app that demonstrates achieving dependency injection using Koin in Kotlin Multiplatform
raheemadamboev/kotlin-multiplatform-test-demo
A simple app that demonstrates writing unit tests for shared code, platform specific code, instrumented Android specific code, UI composables in Kotlin Multiplatform
raheemadamboev/ktor-client-multiplatform-demo
A simple app that demonstrates using Ktor Client for HTTP network transactions in Kotlin Multiplatform
raheemadamboev/ktor-client-upload-file
A simple app that demonstrates uploading file to the server with progress bar using Ktor Client and Kotlin Coroutines
raheemadamboev/server-time-android
🕜 Light library to get real UNIX time from the server in android
raheemadamboev/splash-multiplatform-demo
A simple app that demonstrates displaying splash screen in Kotlin Multiplatform
raheemadamboev/swipe-to-reveal
A simple app that demonstrates swipe to reveal actions on items in Jetpack Compose