CS260 Android Reading

User Interfaces

  1. How to think about Android Interfaces - http://developer.android.com/guide/topics/ui/index.html
  2. Using XML to design UI elements - http://developer.android.com/guide/topics/ui/declaring-layout.html
  3. Supporting Multiple Screens - http://developer.android.com/guide/practices/screens_support.html
  4. View - http://developer.android.com/reference/android/view/View.html
  5. ViewGroup - http://developer.android.com/reference/android/view/ViewGroup.html