Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 802 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 802 Bytes

Reader For CommitStrip

Deprecated

The app is no longer working because the CommitStrip RSS endpoint no longer provides the necessary paging information.

This repository can still serve as an example how to implement an Elm-like architecture on Android, however, while it is in improvement over MVI, I found it to be unweildy and no longer recommend using it. For my newer experiments look at the other branches.


This is the unofficial Android app for the popular webcomic CommitStrip that I made after becoming annoyed with the slow mobile site.


It uses a new functional reactive architecture inspired by the Elm web-framework that solves some of the problems associated with MVI