/kichkina-shahzoda

šŸŽµ "Kichkina Shahzoda" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, ExoPlayer2 based on MVVM architecture

Primary LanguageKotlinApache License 2.0Apache-2.0

Kichkina Shahzoda

License API

šŸŽµ "Kichkina Shahzoda" app demonstrates modern Android app development with Jetpack Compose, Hilt, Material3, Coroutines, Flows, ExoPlayer2 based on MVVM architecture.


Download

You can download the release app on Google Play Store:

Get it on Google Play

šŸŽ‰ More than 25 000 downloads and overall 4.3 star rating.

Tech stack

  • Kotlin: first class programming language for native Android development.
  • Kotlin Coroutines: structured concurrency.
  • Kotlin Flows: reactive communication.
  • Material3: modern UI/UX guidelines and components.
  • Jetpack Compose: modern, declarative way of building UI in Kotlin.
  • Jetpack Lifecycle: observe Android lifecycles and handle UI states upon the lifecycle changes.
  • Jetpack ViewModel: manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
  • Dagger Hilt: first class dependency injection for native Android development.
  • Firebase: tracks analytics and crashes using the Firebase services.
  • ExoPlayer2: an application level media player for Android.
  • Compose Destinations: a type-safe navigation for composables.
  • Timber: a logger with a small, extensible API.

Architecture

"Kichkina Shahzoda" is based on the MVVM architecture pattern, Repository pattern, Mapper pattern.

MAD Score

About

A simple and light app that plays "Kichkina Shahzoda" audio-book without internet connection (locally). It also supports dark theme and dynamic theme. It also robust to configuration changes and has adaptive screens that load according to screen orientation. The audio is played in the service, so when the app is closed, it doesn't affect the audio-play. Audio can be easily controlled via music notification.

Features

  • Play and pause audios.
  • Skip to next and previous audios.
  • Seek to the position using slider.
  • Choose the audio to play.
  • Control the audio using music notification.
  • Dark/Light theme setup.
  • Dynamic theme setup.
  • Works without the internet.
  • Play audio in the background (service).
  • Simplicity that has only four screens.
  • Adaptive screens that change according to screen orientation.
  • Completely robust to process death.
  • Completely robust to configuration change.

License

Designed and developed by raheemadamboev (Raheem) 2022.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.