gamalragab21 / Android_Task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android_Task

Simple Shop App used to show some products in the popular brands,

Screens

1- Login Screen 2- Register screen 3- HomeScreen 4- Popup dialog view to show details product

technology

used

  • Rest API using retrofit
  • Pagination
  • coroutines, flow, and Stateflow to fire data
  • channel to send action
  • repository pattern and use case
  • dependency injection (dagger-hilt)
  • clean architecture and clean code
  • navigation components
  • shared preferences
  • MVI (Model-View-Intent) based on MVVM
  • and more..

Screenshots

                   

Built With

  • Kotlin - As a programming language.
  • Coroutines - For multithreading while handling requests to the server and local database.
  • Flow - In coroutines, a flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value. For example, you can use a flow to receive live updates from a database.
  • Navigation Component - To handle app navigation.
  • Multidex - To enable creating multi dex files because of using set of libraries that reached the maximum size of single dex file.
  • Model-View-ViewModel(MVVM) - Offers an implementation of observer design pattern.
  • LiveData - notifies views of any database changes in an observer way.
  • Retrofit - A type-safe HTTP client for Android and Java
  • Glide - It is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
  • Timber - It helps in logging while debugging your app. and all logging code will not be embedded in the released APK.
  • Hilt - It is arguably the most used Dependency Injection, or DI, framework for Android. Many Android projects use Dagger to simplify building and providing dependencies across the app. It gives you the ability to create specific scopes, modules, and components, where each forms a piece of a puzzle: The dependency graph.
  • Clean Architecture - Applying Clean Architecture , Solid Principles and use cases to build a robust, maintainable, and testable application.

About


Languages

Language:Kotlin 100.0%