All Projects → sinyu1012 → bill

sinyu1012 / bill

Licence: other
Android 记账 App

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to bill

OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (+81.25%)
Mutual labels:  mvvm
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+81.25%)
Mutual labels:  mvvm
Updoot
A reddit client built for android
Stars: ✭ 51 (+218.75%)
Mutual labels:  mvvm
ReMVVM
ReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
Stars: ✭ 180 (+1025%)
Mutual labels:  mvvm
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+500%)
Mutual labels:  mvvm
TpHulk
androidx,mvp,mvvm,jetpack
Stars: ✭ 19 (+18.75%)
Mutual labels:  mvvm
ivia
A reactive & model-driven MVVM framework for jQuery with Vue-like interface.
Stars: ✭ 69 (+331.25%)
Mutual labels:  mvvm
MrAdvice.MVVM
MVVM using Mr. Advice
Stars: ✭ 12 (-25%)
Mutual labels:  mvvm
Cathay
an iOS project for demonstration of Reactive Programming
Stars: ✭ 21 (+31.25%)
Mutual labels:  mvvm
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (+675%)
Mutual labels:  mvvm
lockd
Generate strong passwords and save them in Keychain. Made with SwiftUI
Stars: ✭ 38 (+137.5%)
Mutual labels:  mvvm
ios-architecture-example
Architecture pattern simple examples in iOS. You can compare differences in MVC, MVP, MVVM-Delegate and MVVM-Rx for same feature
Stars: ✭ 16 (+0%)
Mutual labels:  mvvm
ReactComponentKit
ReactComponentKit = Component + MVVM + Redux for iOS!!!
Stars: ✭ 33 (+106.25%)
Mutual labels:  mvvm
KeyManager
Android application to manage SSH and GPG keys on GitHub written in Kotlin.
Stars: ✭ 15 (-6.25%)
Mutual labels:  mvvm
MIST
Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
Stars: ✭ 51 (+218.75%)
Mutual labels:  mvvm
MvvmScarletToolkit
MvvmScarletToolkit is a personal project and framework to speed up the development process of xaml based applications using the viewmodel first approach
Stars: ✭ 23 (+43.75%)
Mutual labels:  mvvm
CoMvvmHelper
android mvvm 基础框架,适合日常快速开发。有需要添加的内容或者发现问题可以提 issue。
Stars: ✭ 26 (+62.5%)
Mutual labels:  mvvm
RickAndMorty
No description or website provided.
Stars: ✭ 63 (+293.75%)
Mutual labels:  mvvm
mvvm-with-rxswift-mentoring-008
Project and source code of the iOS Dev Mentoring #008 - Test-driven MVVM with RxSwift
Stars: ✭ 45 (+181.25%)
Mutual labels:  mvvm
FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (+62.5%)
Mutual labels:  mvvm

记账APP

用于练手项目,使用MVVM架构,

MVVM

Model:数据模型层。包含业务逻辑和校验逻辑。

View:屏幕上显示的UI界面(layout、views)。

ViewModel:View和Model之间的链接桥梁,处理视图逻辑。

功能列表:

  • 主要功能:记录账单;
  • 可供用户登录;
  • 可注册新用户;
  • 数据的保存;
  • 可查看历史记录;
  • 生成统计图;
  • 分类,分为周,月,年查看;
  • 每日支出的预算;
  • 密码修改;
  • 统计总数的功能;
  • 可切换主题;
  • 软件说明;

效果图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].