https://jongmin92.github.io/2017/08/11/Node/check-in-app-billing-purchase-validation/

Google for Mobile 2017: http://www.youtube.com/playlist?list=PL6OeXcmhVzfQi89BOOaHY5j1h26ccQXfK
https://www.bignerdranch.com/blog/splash-screens-the-right-way/

'링크모음 > Android' 카테고리의 다른 글

Google for Mobile 2017  (0) 2017.08.23
splash 화면 올바르게 구현  (0) 2017.08.21
Mvp + Dagger2 + Rx 풀 예제 소스  (0) 2017.08.17
안드로이드 오픈소스 추천 링크  (0) 2017.08.17
Dagger2.1 + mvp 추천 링크  (0) 2017.08.15

해당 예제 바로 가기!!

https://github.com/MindorksOpenSource/android-mvp-architecture


Read the below listed articles. They describe the MVP concepts and the Project structure.

  1. MVP: Part 1
  2. MVP: Part 2
  3. MVP: Part 3
  4. Extension with Interactors and Repositories

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: Dependency providing classes using Dagger2.
  3. ui: View classes along with their corresponding Presenters.
  4. service: Services for the application.
  5. utils: Utility classes.

Classes have been designed in such a way that it could be inherited and maximize the code reuse.

Library reference resources:

  1. RxJava2: https://github.com/amitshekhariitbhu/RxJava2-Android-Samples
  2. Dagger2: https://github.com/MindorksOpenSource/android-dagger2-example
  3. FastAndroidNetworking: https://github.com/amitshekhariitbhu/Fast-Android-Networking
  4. PlaceHolderView: https://github.com/janishar/PlaceHolderView
  5. AndroidDebugDatabase: https://github.com/amitshekhariitbhu/Android-Debug-Database
  6. Calligraphy: https://github.com/chrisjenx/Calligraphy
  7. GreenDao: http://greenrobot.org/greendao/
  8. ButterKnife: http://jakewharton.github.io/butterknife/

Concept reference resources:

  1. Introduction to Dagger 2: Part 1
  2. Introduction to Dagger 2: Part 2
  3. Android Dagger2: Critical things to know before you implement
  4. The Best Android Networking Library for Fast and Easy Networking
  5. RxJava + Fast Android Networking
  6. Migrating from RxJava 1.0 to RxJava 2.0 and Learn RxJava by Examples
  7. Android Tinder Swipe View Example
  8. Debugging Android Databases And Shared Preferences In The Easiest Way
  9. RxJava Anatomy: What is RxJava, how RxJava is designed, and how RxJava works.
  10. Powerful Android ORM: greenDAO 3 Tutorial

Playstore App of Mindorks build on this MVP architecture

Correctify: An English Editing and Learning app

Looking for MVVM Architecture - Check here

Mindorks open source projects

Check out Mindorks awesome open source projects here

'링크모음 > Android' 카테고리의 다른 글

Google for Mobile 2017  (0) 2017.08.23
splash 화면 올바르게 구현  (0) 2017.08.21
안드로이드에서 스위프트(swift) 사용하기  (0) 2017.08.19
Mvp + Dagger2 + Rx 풀 예제 소스  (0) 2017.08.17
Dagger2.1 + mvp 추천 링크  (0) 2017.08.15

+ Recent posts