Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/littlegnal/accounting

A simple accounting app that provides basic additions, deletions, modifications, and provides a simple summary page, which is implemented by using MVI pattern.
https://github.com/littlegnal/accounting

android-application kotlin mvi state-management

Last synced: about 1 month ago
JSON representation

A simple accounting app that provides basic additions, deletions, modifications, and provides a simple summary page, which is implemented by using MVI pattern.

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/littleGnAl/Accounting/tree/master.svg?style=shield&circle-token=bb8f800ed32c82ad7f5c5042ed3c9ae5462c95e2)](https://circleci.com/gh/littleGnAl/Accounting/tree/master)

# Accounting
A simple accounting app that provides basic additions, deletions, modifications, and provides a simple summary page. The app is developed using **MVI** pattern。
For more detail how to implement it, you can reference this [project](https://github.com/oldergod/android-architecture), and the video [Managing State with RxJava by Jake Wharton](https://www.youtube.com/watch?v=0IKHxjkgop4).

And I implemented this app with [mosby](https://link.jianshu.com/?t=https://github.com/sockeqwe/mosby) before, which in the branch [accounting-mosby](https://github.com/littleGnAl/Accounting/tree/accounting-mosby), for more details on MVI and how to implement it with [mosby](https://link.jianshu.com/?t=https://github.com/sockeqwe/mosby), please read excellent blog post series by Hannes Dorfmann [REACTIVE APPS WITH MODEL-VIEW-INTENT - PART1 - 7](http://hannesdorfmann.com/android/mosby3-mvi-1).

# Contribute
Welcome for issues or PR

# License
Copyright (C) 2017 littlegnal

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.