MvRx
FeedEx
DISCONTINUED
Our great sponsors
MvRx | FeedEx | |
---|---|---|
7 | 5 | |
5,523 | 878 | |
1.6% | - | |
0.0 | 9.0 | |
4 days ago | over 2 years ago | |
Kotlin | Kotlin | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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.
MvRx
-
Android State Managment
you might find airbnb/mavericks familiar, because i think it has similar principles & api surface to felangel/cubit
-
I ported the Spotify Mobius GitHub wiki to GitHub Pages + MkDocs with light and dark modes. I just created the issue and filed the PR. Let's see what happens!
This looks great! Semi-related question... have you evaluated other MVI frameworks like Mavericks / Uniflow / Orbit? What made you decide on Mobius?
-
What is wrong with MVVM?
Everything in MVI is just more code that does nothing (see how most MVI frameworks are basically just a wrapper over state.value = state.copy() like in Orbit or MvRx which you wouldn't even need if you used combiners) and instead adds unnecessary constraints over MVVM that don't help you at all. The "sealed class inputs" are basically a reinvention of calling interface functions except you create classes for it, despite there being no asynchronicity when you have a View -> ViewModel communication.
-
A case against the MVI architecture pattern
Airbnb doesn't use MVI, we use MVVM via https://github.com/airbnb/mavericks
FeedEx
-
Privacy oriented rss feed that I can put my own links and turn them into a rss feed
The best RSS reader will depend on the platform you are using, for example on macOS and iOS there's NetNewsWire, on GNOME there's Feeds, on Windows (albeit it's also available on other platforms) there's Fluent Reader, on Nextcloud there's Nextcloud News, on Android there used to be Flym, but recent Play Store rule changes led to its archival with Handy News Reader being the most active fork.
-
RSS Is Wonderful
I used Flym for a while and went to download the source one day, in fear of it suddenly disappearing, and apparently updates are blocked by Google, and the dev gave up? I'm very curious to know more about it: https://github.com/FredJul/Flym
Since then I've used Feeder, it's similar but is missing a few things that I liked about Feeder. It was easy to export my list of feeds (OMPL file, I think) and import into Feeder: https://play.google.com/store/apps/details?id=com.nononsense...
-
I Still Use RSS
Using Newsblur on iOS and Flym on Android, a great open source and offline reader https://github.com/FredJul/Flym
What are some alternatives?
rss-proxy - RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.
orbit-mvi - A simple MVI framework for Kotlin Multiplatform and Android
Etar Calendar - Android open source calendar
WordPress-Android - WordPress for Android
newsboat - An RSS/Atom feed reader for text terminals
HackerNews - An open source Hacker News client for Android.
Twidere-Android
architecture-samples - A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
News-Android-App - 📱:newspaper: Android client for the Nextcloud news/feed reader app
Material NavigationView for Android 📱 - 📱 Android Library to implement Rich, Beautiful, Stylish 😍 Material Navigation View for your project with Material Design Guidelines. Easy to use.
Downloader Demo using RxJava - Demo of Downloading Songs/Images through Android Download Manager using RxJava2