Table of Contents
Android Open Source
안드로이드 레이아웃 오픈소스들
기획부터 개발, 배포까지
레이아웃 - 리스트 / 그리드 레이아웃, StaggeredGrid
StaggeredGrid - 이전 방식
디자인
유용한 라이브러리
Android Open Source
Android
,
Open
,
Source
Loop Habit Tracker
안드로이드 레이아웃 오픈소스들
기획부터 개발, 배포까지
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
recycler view 추가 라이브러리 10 개
Android App Patterns
designpttrns(모바일/웹 UI 패턴, 쇼케이스, 가이드라인 및 리소스)
Androidpatterns(Interaction pattern)
안드로이드 nice ties (안드로이드 UI가 좋은 앱 공유)
안드로이드 디자인 가이드 한글버전
Android UI Design Trends
안드로이드 메테리얼 디자인 오픈소스 한글
Google Developers Korea Blog
Building Material Design App Using Android Design Support Library and AppCompat Theme
Codelab for Android Design Support Library used in I/O Rewind Bangkok session
List of Android UI/UX Libraries
유용한 라이브러리
http://gun0912.tistory.com/3
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
)