在Android中,什么是Fragments

简单的说,Fragment就是Activity中的小“Activity”,它可以使你在一个Activity中实现多个panel的布局。

以下是Fragment的以下topic:

Add a Fragment to an Activity using XML
Add a Fragment to an Activity at Runtime
Replace One Fragment with Another
Deliver a Message to a Fragment

http://developer.android.com/guide/components/fragments.html

PS:但是我现在对Activity vs Fragment的关系还是不太理解。

PPS:如果你要替换Fragment的话,你可以参加:

http://cleancodedevelopment-qualityseal.blogspot.de/2013/10/dynamically-
fragment-replacement-android.html