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

http://m.blog.daum.net/_blog/_m/articleView.do?blogid=0OI3i&articleno=6590
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
안녕하세요, 해당 서적이 다루는 범위가 너무 광범위하여서 시작하는 단계시라면 내용 소화가 어렵지 않으실까 싶습니다. 따라서 기본적인 내용들을 정리하시려는 것이면 먼저 아래 온라인 컨텐츠를 추천드립니다.

https://docs.microsoft.com/ko-kr/azure/machine-learning/ 


음... 그리고 Azure ML은 관련된 여러 무료/유료 사이트 들이 있는데, www.edx.org  에 관련된 내용들이 잘 정리 되어 있습니다. 동영상 강좌와 LAB들로 구성되며, 영문이지만 스크립트가 같이 제공되기 때문에, 구글 번역기 등으로 보시면 영어가 부담스러우셔도 진도 나가는 것에는 큰 문제 없으실 것입니다.


edx에서 추천드리는 코스는 다음과 같습니다.(순서대로 다 하시면 Azure ML을 마스터 하실 수 있습니다.)

https://www.edx.org/course/data-science-essentials-microsoft-dat203-1x-4 

https://www.edx.org/course/principles-machine-learning-microsoft-dat203-2x-4 

https://www.edx.org/course/applied-machine-learning-microsoft-dat203-3x-2 


R과 Python의 경우에도 eDX에 초보자용으로 아주 좋은 코스가 있습니다. 제가 업무상 Coursera 부터 다수의 R/Python 코스를 섭렵하였는데, 아래 두 코스가 처음 시작하는 사람들에게는 최고인 것 같습니다.

https://www.edx.org/course/introduction-r-data-science-microsoft-dat204x-5 

https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-6 


eDX의 경우 Audit 옵션을 선택 하면, 전 과정을 무료로 들을 수 있습니다. 이후 평가에서 일정 수준 이상의 득점을 하고(보통 70%), 취업 또는 역량 증빙을 목적으로 한다면 과목당 99$ 정도를 지불하고 온라인 인증서를 받을 수 있는 구조 입니다.

참고가 되셨으면 합니다.

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

리엑트 네이티브 애니메이션 튜터리얼  (0) 2017.11.06
리엑트 네이티브 스위프트 모듈  (0) 2017.08.25
RN 러닝 링크 모음  (0) 2017.08.13
RN 예제 소스 모음  (0) 2017.08.10
자바스크립트 학습 방법  (0) 2017.08.10

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

간단한 json http / https 요청 테스트시..  (0) 2017.10.11
RxSwift publish , connect , share , refcount  (0) 2017.08.31
RxSwift 기본 #2  (0) 2017.08.10
RxSwift 기본 #1  (0) 2017.08.10
RxSwift Single,Maybe등 사용설명  (0) 2017.08.10

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

rxswift Single, Maybe, Completable 사용법  (0) 2017.08.10
RxSwift 기본 #2  (0) 2017.08.10
RxSwift Single,Maybe등 사용설명  (0) 2017.08.10
RxSwift에서 shareReplay 사용법  (0) 2017.08.10
RxSwift 예제  (0) 2017.08.10

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

rxswift Single, Maybe, Completable 사용법  (0) 2017.08.10
RxSwift 기본 #2  (0) 2017.08.10
RxSwift 기본 #1  (0) 2017.08.10
RxSwift에서 shareReplay 사용법  (0) 2017.08.10
RxSwift 예제  (0) 2017.08.10

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

rxswift Single, Maybe, Completable 사용법  (0) 2017.08.10
RxSwift 기본 #2  (0) 2017.08.10
RxSwift 기본 #1  (0) 2017.08.10
RxSwift Single,Maybe등 사용설명  (0) 2017.08.10
RxSwift 예제  (0) 2017.08.10

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

rxswift Single, Maybe, Completable 사용법  (0) 2017.08.10
RxSwift 기본 #2  (0) 2017.08.10
RxSwift 기본 #1  (0) 2017.08.10
RxSwift Single,Maybe등 사용설명  (0) 2017.08.10
RxSwift에서 shareReplay 사용법  (0) 2017.08.10

http://ppss.kr/archives/127005

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

Headless Chrome으로 AWS Lambda에서 웹사이트 스크린샷 찍기 링크구분  (0) 2017.08.31
조직에서 원하는 인재상?  (0) 2017.08.23
권한설정 법  (0) 2017.08.21
A/B 테스팅이란  (0) 2017.08.16
azure 공부방법  (0) 2017.08.15

자바스크립트 학습 방법에 대해서 쓴 글입니다. 

한번 쯤 읽어볼만합니다. 

페이지 방문

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

java9 빠르게 핵심만  (0) 2017.11.07
java trim() 이 안먹힐때..  (0) 2017.09.28
대표적인 소프트웨어 아키텍쳐 10가지  (0) 2017.09.15

+ Recent posts