iOS & Android

Android UI components

_침묵_ 2012. 6. 27. 15:10

iOS 개발할 때 편하게 썼던 것들을 Android에서 어떻게 쓸수있을까 싶어서 찾아본 자료들.


# 2012년 2월 자료

http://loliweb.egloos.com/4677952

KLab에서 오픈한 KLab iPhoroid UI 소개

 

https://github.com/KLab/iPhoroidUI

https://github.com/KLab/iPhoroidUI-demo

  • ListView
  • GridView
  • FlowView
  • Coverflow
  • 등...


# 2011년 10월 자료

http://www.androiduipatterns.com/2011/10/free-android-ui-library-component.html

 

GreenDroid ( http://greendroid.cyrilmottier.com/ )

  • Action Bar
  • Quick Actions
  • Workspaces
  • Dynamic List
  • 등...


ActionBarSherlock ( http://actionbarsherlock.com/ )

ICS를 통해 ActionBar가 오픈되기 전까지 사용했던 것


Android Compatibility Package ( http://developer.android.com/sdk/compatibility-library.html )

공식 사이트


Google I/O App ( http://code.google.com/p/iosched/ )

Google I/O 공식 앱 소스를 오픈했다. Dashboard UI 를 참고하기에 좋음.


Android-Viewflow ( https://github.com/pakerfeldt/android-viewflow )


Android-Coverflow ( http://code.google.com/p/android-coverflow/ )


Android-ViewBadger ( https://github.com/jgilfelt/android-viewbadger )


Android-PullToRefresh ( https://github.com/johannilsson/android-pulltorefresh )


Android-ViewPagerIndicator ( https://github.com/JakeWharton/Android-ViewPagerIndicator )



'iOS & Android' 카테고리의 다른 글

안드로이드 디자인 가이드  (0) 2012.07.09
안드로이드 hardware.ini config.ini  (0) 2011.11.21
안드로이드 TextView와 textSize 관계  (1) 2011.11.10