Android application utilizing google ML kit android and Jetpack compose.
- Kotlin : First class and official programming language for Android development.
- Coroutines : For managing background threads with simplified code and reducing needs for callbacks.
- Flow : A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
- [Jetpack]
- Hilt : Dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
- ML Kit : A mobile SDK that brings Google's machine learning expertise to Android and iOS apps in a powerful yet easy-to-use package.
- MVVM Architecture (View - DataBinding - ViewModel - Model)
- Repository pattern
Home | Image Segmentation | QR code Scanner |
---|---|---|
Text Recognition |
---|
#License
MIT License