[Android Tablet] Fragment

656阅读 0评论2011-07-01 web_surf
分类:嵌入式

  1. Docs
    • http://developer.android.com/guide/topics/fundamentals/fragments.html
    • http://developer.android.com/reference/android/app/Fragment.html
  2. What is Fragment
    A Fragment is a piece of an application's user interface or behavior that can be placed in an Activity. It is introduced in Android 3.0.
  3. Classes
    • Fragment
    • DialogFragment
    • ListFragment
    • PreferenceFragment
    • WebViewFragment
    • xxx
  4. xxx
上一篇:一千颗弹珠 (ZT)
下一篇:[Mobile] 手机上的软件开发与PC上的不同之处