Awesome
This Project is [Deprecated] goto latest project: Modern Android Development - WhereIsMyMotivation
Deprecated
Android Kotlin MVP Architecture: Sample App
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava, FastAndroidNetworking, PlaceHolderView and AndroidDebugDatabase
<p align="center"> <img src="https://janishar.github.io/images/mvp-app-pics/mvp-login.png" width="250"> <img src="https://janishar.github.io/images/mvp-app-pics/main-view.png" width="250"> <img src="https://janishar.github.io/gifs/mvp-app.gif" width="250"> </p> <br> <p align="center"> <img src="https://janishar.github.io/images/mvp-app-pics/mvp-drawer.png" width="200"> <img src="https://janishar.github.io/images/mvp-app-pics/mvp-rating.png" width="200"> <img src="https://janishar.github.io/images/mvp-app-pics/mvp-feed.png" width="200"> <img src="https://janishar.github.io/images/mvp-app-pics/mvp-empty-state.png" width="200"> </p> <br> <br>Architecture Blueprint
<br>
Project Structure
<br>
About The Author
You can connect with me here:
Read the below listed articles. They describe the MVP concepts and the Project structure.
The app has following packages:
- data: It contains all the data accessing and manipulating components.
- di: Dependency providing classes using Dagger2.
- ui: View classes along with their corresponding Presenters.
- utils: Utility classes.
Classes have been designed in such a way that it could be inherited and maximize the code reuse.
Library reference resources:
- Dagger2: https://github.com/janishar/android-dagger2-example
- PlaceHolderView: https://github.com/janishar/PlaceHolderView
- Calligraphy: https://github.com/chrisjenx/Calligraphy
- GreenDao: http://greenrobot.org/greendao/
- ButterKnife: http://jakewharton.github.io/butterknife/
Concept reference resources:
- Introduction to Dagger 2: Part 1
- Introduction to Dagger 2: Part 2
- Android Dagger2: Critical things to know before you implement
- Android Tinder Swipe View Example
- RxJava Anatomy: What is RxJava, how RxJava is designed, and how RxJava works.
Looking for MVVM Architecture - Check here
License
Copyright (C) 2022 JANISHAR ALI ANWAR
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.
Contributing to Android Kotlin MVP Architecture
All pull requests are welcome, make sure to follow the contribution guidelines when you submit pull request.