# Android Open Source {{tag>Android Open Source}} - [Loop Habit Tracker](https://github.com/iSoron/uhabits) ## 안드로이드 레이아웃 오픈소스들 ## 기획부터 개발, 배포까지 - http://www.slideshare.net/aksmj/ss-47849372 ## 레이아웃 - 리스트 / 그리드 레이아웃, StaggeredGrid - StaggeredGrid - recyceldview를 이용한 다양한 레이아웃 관리 (android 5.0) - https://github.com/lucasr/twoway-view - https://techmeisterblog.wordpress.com/2015/02/11/staggered-grid-layout-in-android/ ## StaggeredGrid - 이전 방식 - https://codeascraft.com/2014/01/13/android-staggered-grid/ - https://github.com/etsy/AndroidStaggeredGrid - http://www.rahuljiresal.com/2014/03/pinterest-style-layout-on-android/ ## 디자인 - [Android Awesome UI](https://github.com/wasabeef/awesome-android-ui) - [recycler view 추가 라이브러리 10 개](http://www.andevcon.com/news/10-recyclerview-android-libraries) - [Android App Patterns](http://www.android-app-patterns.com/) - [designpttrns(모바일/웹 UI 패턴, 쇼케이스, 가이드라인 및 리소스)](https://sites.google.com/site/designpttrns/) - [Androidpatterns(Interaction pattern)](http://www.androidpatterns.com/) - [안드로이드 nice ties (안드로이드 UI가 좋은 앱 공유)](http://androidniceties.tumblr.com/) - [안드로이드 디자인 가이드 한글버전](http://klutzy.github.io/android-design-ko/) - [Android UI Design Trends](http://www.slideshare.net/AntonioLeivaGordillo/android-ui-design-trends) - [안드로이드 메테리얼 디자인 오픈소스 한글](http://www.kmshack.kr/2015/01/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EB%A8%B8%ED%8B%B0%EB%A6%AC%EC%96%BC-%EB%94%94%EC%9E%90%EC%9D%B8-%EC%9C%84%EC%A0%AF-%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4-21%EA%B0%80%EC%A7%80-2/) - [Google Developers Korea Blog](http://googledevkr.blogspot.kr/2015/06/designsupport.html) - [Building Material Design App Using Android Design Support Library and AppCompat Theme](http://hmkcode.com/material-design-app-android-design-support-library-appcompat/) - [Codelab for Android Design Support Library used in I/O Rewind Bangkok session](http://inthecheesefactory.com/blog/android-design-support-library-codelab/en) - [List of Android UI/UX Libraries](https://github.com/wasabeef/awesome-android-ui) ## 유용한 라이브러리 - http://gun0912.tistory.com/3 [[https://github.com/wasabeef/awesome-android-ui|List of Android UI/UX Libraries]] 를 참고하자. #### View * PinnedSectionListView (https://github.com/beworker/pinned-section-listview) * FloatLabelLayout (https://gist.github.com/chrisbanes/11247418) #### Analystic * Mixpanel (https://github.com/mixpanel/mixpanel-android) #### Compatibility * [[Guava]] (https://github.com/google/guava/wiki/Compatibility) #### Date and Time * Joda-Time (https://github.com/dlew/joda-time-android) #### Injector * Butterknife (https://github.com/JakeWharton/butterknife) * http://gun0912.tistory.com/2 * Dagger (http://square.github.io/dagger/) #### EVENT * Otto (http://square.github.io/otto/) #### THREAD * RxAndroid (https://github.com/ReactiveX/RxAndroid) * RxJava 의 최신버전이 `RxAndroid` 임 #### LAYOUT * BottomSheet (https://github.com/soarcn/BottomSheet) #### FONT * Calligraphy (https://github.com/chrisjenx/Calligraphy) #### BUTTON * FloatingActionButton (https://github.com/makovkastar/FloatingActionButton) #### TEXT * TokenAutoComplete (https://github.com/splitwise/TokenAutoComplete) #### Network * Gson (https://github.com/google/gson) * OkHttp (http://square.github.io/okhttp/) * Okio (https://github.com/square/okio) * HybiParser (http://www.java2s.com/Open-Source/Android_Free_Code/Chat/irc/fi_harism_lucidchat_websocketHybiParser_java.htm) #### IMAGE * Picasso (http://square.github.io/picasso/) * PhotoView (https://github.com/chrisbanes/PhotoView) #### LOG * Timber (https://github.com/JakeWharton/timber)