2013年8月6日 星期二

[Android][Share] DevBytes: Making Apps Beautiful

這系列的影片很實用,雖然都沒有很深入,但是一些很重要的觀念都有提到。有興趣的,可以再自己花時間研究。分享給大家~

Part 1 - Modernize




Part 2 - Spacing and Typography

  • White-space: Follow 48dp Rhythm and add margin and spacing specified with dimen.xml
  • Thumbnail : android:scaleType = centerCrop
  • Typography : Use different fonts for different text




Part 3 - Tablets

  • Two-pane UI: You must implement your UI by fragment in advance.
  • Better spacing: another dimen.xml in the directory values-sw600dp



Part 4 - Performance tuning

  • Render list item image with AsyncTask
  • Use LRU memory cache



Part 5 - Backwards capability and modernization

  • ActionBarCompat
  • Navigation drawer


沒有留言: