Android 3.0 Activity Fragments <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>
The activity fragments were introduced in SDK 3.0. Each fragment represent a behavior or a portion from user interface of a given activity. We can maintain multiple fragments within a single activity. On the other hand we can reuse the same fragment across different activities. This video clip shows a simple demo for an activity […]