https://github.com/droideveloper/mvpandroid
Abstraction and Helper with MVP architecture in android, mvc is mess.
https://github.com/droideveloper/mvpandroid
abstraction android java mvp
Last synced: 2 months ago
JSON representation
Abstraction and Helper with MVP architecture in android, mvc is mess.
- Host: GitHub
- URL: https://github.com/droideveloper/mvpandroid
- Owner: droideveloper
- Created: 2016-06-17T18:10:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T14:40:44.000Z (over 7 years ago)
- Last Synced: 2025-12-27T11:05:58.017Z (6 months ago)
- Topics: abstraction, android, java, mvp
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MVP Android
Android Library that contains Model-View-Presenter and other Android related super classes that makes life easier for a developer.
## Licence
```
MVP 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.
```