Skip to content

Flashcards on repeat. Study modes on shuffle. Create sets anywhere life takes you with the mobile app.

Notifications You must be signed in to change notification settings

sjavokhir/simple-vocabulary

Repository files navigation

Simple Vocabulary

Flashcards on repeat. Study modes on shuffle. Create sets anywhere life takes you with the mobile app.

This project is developed by Javokhir Savriev for more projects GitHub .

Application Install

You can Install and test latest Simple Vocabulary app from below 👇

Get it on Google Play

About


This sample app showcases the following:

  • Clean and Simple UI with Jetpack Compose
  • Best and Clean Code Quality following Modern Android Development
  • MVI Architecture (ViewModel + MutableState + StateFlow)
  • Dagger Hilt for DI
  • Compose Navigation
  • Compose Dialog

📸 Screens

Status: 🚧 In progress

Simple Vocabulary is still under development and more screens will be added.

Built With 🛠

  • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • StateFlow - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • Dependency Injection -
    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.
  • Room - an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
  • Material 3 - Make personal devices feel personal with Material Design 3, Google's most expressive and adaptable design system yet.
  • Compose Navigation - The Navigation component provides support for Jetpack Compose applications. You can navigate between composables while taking advantage of the Navigation component’s infrastructure and features.
  • Coil - An image loading library for Android backed by Kotlin Coroutines.

If you like my projects you can buy me a cup of coffee

Contact

You can connect with me here LinkedIn

About

Flashcards on repeat. Study modes on shuffle. Create sets anywhere life takes you with the mobile app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages