Android-CleanArchitecture-Kotlin
kotlin-retry
Android-CleanArchitecture-Kotlin | kotlin-retry | |
---|---|---|
7 | 6 | |
4,790 | 373 | |
0.3% | 1.3% | |
5.0 | 7.6 | |
5 months ago | over 1 year ago | |
Kotlin | Kotlin | |
- | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Android-CleanArchitecture-Kotlin
-
The Android Clean Architecture is surely so clean that I barely see any packages here
This article specifically says not to create a "domain layer module" and "data layer module" https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
-
Feeling like I'm going nowhere, need advice
As per the latest Clean Architecture guide, this is what clean arch recommendations look like https://github.com/android10/Android-CleanArchitecture-Kotlin/tree/main/app/src/main/kotlin/com/fernandocejas/sample/features/movies
-
The final version of the original Android Clean Architecture sample code
Original article at https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
-
What does the folder structure suppose to look like for apps that follow the MVVM architecture?
or you can do clean architecture like it shows in this clean architecture repo :D
-
so glad that result is finalized in 1.5
Nice! The implementation that I used was based on Fernando Cejas' "Android clean architecture", specifically this.
- Advice needed regarding MVVM Pattern
kotlin-retry
- Using Higher Order Functions to Retry Errors
-
Kotlin Retry To Make Your Code More Resilient
Here’s a full fledged implementation of a higher order retry function that supports various retry policies, including limiting number of attempts and exponential back offs with jitter.
-
Complete Kotlin library for retrying on I/O failures
What's the advantage of that over kotlin-retry?
-
A simple Kotlin Exponential Backoff library designed for kotlinx.coroutines.
I like the more idiomatic api from https://github.com/michaelbull/kotlin-retry . But still nice work
What are some alternatives?
Pokedex - 🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
oneirotomy - Tools for non-realtime Rendering of generative content in Max/MSP/Jitter. Written by Tim Heinze © 2020
Android-CleanArchitecture - This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
kotlin-backoff - An exponential backoff library for Kotlin
smarter-launcher - An Android launcher which understands your usage patterns and updates the Home screen with a list of apps which are most likely to be used by you next.
backoff - PHP library providing retry functionality with multiple backoff strategies and jitter support