https://github.com/droideveloper/mvvmandroid
Abstraction and Helper with MVVM architecture in android, mvc is mess.
https://github.com/droideveloper/mvvmandroid
abstraction android databinding java mvvm
Last synced: 2 months ago
JSON representation
Abstraction and Helper with MVVM architecture in android, mvc is mess.
- Host: GitHub
- URL: https://github.com/droideveloper/mvvmandroid
- Owner: droideveloper
- Created: 2016-09-28T23:01:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T04:45:44.000Z (over 7 years ago)
- Last Synced: 2025-01-18T21:17:24.522Z (over 1 year ago)
- Topics: abstraction, android, databinding, java, mvvm
- Language: Java
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MVVM Android
Android Library that contains Model-View-ViewModel and other Android related super classes that makes life easier for a developer.
## Licence
```
MVVM Android Copyright (C) 2016 Fatih.
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.
```