All Projects β†’ alirezaeiii β†’ TVMaze-Cache

alirezaeiii / TVMaze-Cache

Licence: other
A sample to showcase Kotlin, MVVM, Koin, Coroutines, StateFlow, Room, WorkManager, Retrofit, DataBinding and Unit test.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to TVMaze-Cache

android-clean-architecture
πŸš€πŸš€πŸš€ The boilerplate for Android using Kotlin & Clean architecture.
Stars: ✭ 21 (-4.55%)
Mutual labels:  coroutines, koin-android
snap
Snap Programming Language
Stars: ✭ 20 (-9.09%)
Mutual labels:  coroutines
LetsChat
LetsChat is a Sample Messaging Android application built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger-Hilt, Architecture Components, MVVM, Room, Testing, Coil, DataStore) and Firebase
Stars: ✭ 71 (+222.73%)
Mutual labels:  coroutines
SketchwareManager
Coroutine-based library for managing Sketchware (Sketchware Pro/Studio) projects, collections and etc.
Stars: ✭ 54 (+145.45%)
Mutual labels:  coroutines
Superhero-App
πŸ¦ΈπŸ»β€β™‚οΈπŸ¦ΉπŸ»β€β™€οΈSuperhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (+22.73%)
Mutual labels:  coroutines
muco
Multithreaded Coroutines library
Stars: ✭ 20 (-9.09%)
Mutual labels:  coroutines
M2A01 MuSimpron
Small yet powerful state machine coroutine library
Stars: ✭ 34 (+54.55%)
Mutual labels:  coroutines
agrpc
Async GRPC with C++20 coroutine support
Stars: ✭ 53 (+140.91%)
Mutual labels:  coroutines
liblw
An asynchronous application framework built on C++ coroutines and epoll.
Stars: ✭ 34 (+54.55%)
Mutual labels:  coroutines
gsc
embeddable (game) scripting language in C
Stars: ✭ 25 (+13.64%)
Mutual labels:  coroutines
DownloadX
Download tool based on kotlin and coroutine.
Stars: ✭ 111 (+404.55%)
Mutual labels:  coroutines
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+709.09%)
Mutual labels:  coroutines
unity-async-tweens
Tween Extension to Unity-AsyncRoutines
Stars: ✭ 16 (-27.27%)
Mutual labels:  coroutines
NewsReader
Android News Reader app. Kotlin Coroutines, Retrofit and Realm
Stars: ✭ 21 (-4.55%)
Mutual labels:  coroutines
EasyTask MVVM Kotlin
Todo app based on MVVM, Kotlin Coroutines, Navigation Component, Room Database, Retrofit, Data Binding
Stars: ✭ 49 (+122.73%)
Mutual labels:  coroutines
Simple-Note-App-with-Online-Storage
✍️ Simple Note Making App use Sqllite Room 🧰 for caching the notes and πŸ“₯ Firebase Database for online storage
Stars: ✭ 42 (+90.91%)
Mutual labels:  coroutines
MusicPlayer
Android music player example.
Stars: ✭ 20 (-9.09%)
Mutual labels:  coroutines
ComposeMovie
Movie app that built with Jetpack Compose
Stars: ✭ 96 (+336.36%)
Mutual labels:  coroutines
Rick-and-Morty
The Rick And Morty - MVVM with a clean architecture approach using some of the best practices in Android Development.
Stars: ✭ 45 (+104.55%)
Mutual labels:  coroutines
android-clean-arc-coroutines
Clean Architecture(Coroutines,Dagger, MVVM, ROOM, retrofit, databinding)
Stars: ✭ 116 (+427.27%)
Mutual labels:  coroutines

TVMaze-Cache

A sample to showcase Kotlin, MVVM, Koin, Coroutines, StateFlow, Room, WorkManager, Retrofit and Unit test.

Screenshots

Features

  • MVVM Architecture + Repository design Pattern.
  • Jetpack Libraries and Architecture Components.

Testing

Local unit testing is done for ViewModel layer.

Libraries

  • Android Jetpack
    • ViewModel ViewModel is designed to store and manage UI-related data in a lifecycle conscious way. This allows data to survive configuration changes such as screen rotations.
    • DataBinding is a Library in the support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
    • Room is a library for data storage persistence which provides an abstraction layer over SQLite.
    • WorkManager allows you to schedule work to run one-time or repeatedly.
  • Glide is an image loading and caching library for Android.
  • Koin is a lightweight dependency injection framework for Kotlin.
  • Kotlin coroutines Executing code asynchronously.
  • StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
  • Retrofit is a Type-safe HTTP client for Android, Java and Kotlin by Square.
  • Gson is a serialization/deserialization library to convert objects into JSON and back.
  • OkHttp interceptor Logs HTTP requests and responses.
  • Material Design Build beautiful, usable products using Material Components for Android.
  • Mockito which is the most popular Mocking framework for unit tests written in Java as well as Kotlin.
  • MockK mocking library for Kotlin

Licence

MIT License

Copyright (c) 2020 Mohammadali Rezaei

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].