Fragments are a powerful feature of good Android UI that allow you to approach app design in a modular manner. These are distinct views that can contain entire layouts and that come with their own ...
The Android framework contains a number of UI components that allow a common feel to design simple UIs -- one is the ViewPager. These UI components integrate fragments which are associated with a view ...