Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/littlegnal/accounting
- Owner: littleGnAl
- License: apache-2.0
- Created: 2017-10-25T12:18:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T06:02:36.000Z (almost 6 years ago)
- Last Synced: 2024-10-02T06:41:26.987Z (about 2 months ago)
- Topics: android-application, kotlin, mvi, state-management
- Language: Kotlin
- Homepage:
- Size: 1.56 MB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 littlegnalLicensed 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 athttp://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.