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