해당 예제 바로 가기!!
https://github.com/MindorksOpenSource/android-mvp-architecture
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.
- service: Services for the application.
- utils: Utility classes.
Classes have been designed in such a way that it could be inherited and maximize the code reuse.
Library reference resources:
- RxJava2: https://github.com/amitshekhariitbhu/RxJava2-Android-Samples
- Dagger2: https://github.com/MindorksOpenSource/android-dagger2-example
- FastAndroidNetworking: https://github.com/amitshekhariitbhu/Fast-Android-Networking
- PlaceHolderView: https://github.com/janishar/PlaceHolderView
- AndroidDebugDatabase: https://github.com/amitshekhariitbhu/Android-Debug-Database
- 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
- The Best Android Networking Library for Fast and Easy Networking
- RxJava + Fast Android Networking
- Migrating from RxJava 1.0 to RxJava 2.0 and Learn RxJava by Examples
- Android Tinder Swipe View Example
- Debugging Android Databases And Shared Preferences In The Easiest Way
- RxJava Anatomy: What is RxJava, how RxJava is designed, and how RxJava works.
- Powerful Android ORM: greenDAO 3 Tutorial
Playstore App of Mindorks build on this MVP architecture
Correctify: An English Editing and Learning app
Check here
Looking for MVVM Architecture -Mindorks open source projects
'링크모음 > Android' 카테고리의 다른 글
Google for Mobile 2017 (0) | 2017.08.23 |
---|---|
splash 화면 올바르게 구현 (0) | 2017.08.21 |
안드로이드에서 스위프트(swift) 사용하기 (0) | 2017.08.19 |
안드로이드 오픈소스 추천 링크 (0) | 2017.08.17 |
Dagger2.1 + mvp 추천 링크 (0) | 2017.08.15 |