기본 콘텐츠로 건너뛰기

10월, 2016의 게시물 표시

Android Dagger2

Google Docs and example codes https://docs.google.com/presentation/d/1fby5VeGU9CN8zjw4lAb2QPPsKRxx6mSwCe9q7ECNSJQ/pub?start=false&loop=false&delayms=3000&slide=id.g36c44a5df_0295 https://github.com/google/dagger/tree/master/examples good to read https://docs.google.com/presentation/d/1bkctcKjbLlpiI0Nj9v0QpCcNIiZBhVsJsJp1dgU5n98/edit#slide=id.g76eaa01fe_0_36 good to read https://medium.com/@patrykpoborca/making-a-best-practice-app-4-dagger-2-267ec5f6c89a#.w6v2qtxsb https://github.com/konmik/konmik.github.io/wiki/Snorkeling-with-Dagger-2 https://github.com/codepath/android_guides/wiki/Dependency-Injection-with-Dagger-2 http://fernandocejas.com/2015/04/11/tasting-dagger-2-on-android/ translation in Korean -  https://medium.com/@jason_kim/tasting-dagger-2-on-android-번역-632e727a7998#.24tkm44qc Component Dependency vs Submodules http://jellybeanssir.blogspot.kr/2015/05/component-dependency-vs-submodules-in.html https://github.com/JakeWharton/u2020  (D

Android Programming Architecture

Good writings for Android Architecture. list for resources https://github.com/ziem/android-architecture-resources History of Android Architecture http://zserge.com/blog/android-mvp-mvvm-redux-history.html Android Clean Architecture http://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/ Google sample for Android Architecture with to-do app https://github.com/googlesamples/android-architecture MVP http://www.tinmegali.com/en/model-view-presenter-android-part-1/ https://github.com/konmik/konmik.github.io/wiki/Introduction-to-Model-View-Presenter-on-Android http://antonioleiva.com/mvp-android MVP examples https://github.com/antoniolg/androidmvp https://github.com/glomadrian/MvpCleanArchitecture in Krean http://thdev.tech/androiddev/2016/06/14/Android-TODO-MVP-Example.html http://pluu.github.io/blog/android/2016/04/06/android-mvc-mvp/ https://github.com/javajigi/mvp-examples

Problem of overlapping CoordinatorLayout and FrameLayout as frame_container in Android

When using FrameLayout as frame_container in CoordinatorLayout, it overlaps CoordinateLayout. The solution is set app:layout_behavior="@string/appbar_scrolling_view_behavior" to FrameLayout. http://stackoverflow.com/questions/32427084/android-supportlib-framelayout-in-coordinatorlayout-with-appbarlayout-consumin