Fragment + TabHost imitates the Sina news layout interface, fragmenttabhost
Fragment + TabHost imitating Sina news layout InterfaceSupported platforms: Android runtime environment: Eclipse development language: Java: Http://t.cn/R7RFyBe Source code IntroductionThe effect of Sina news is achieved through the comprehensive layout of FragmentTabHost. Source code running
Tabhost + fragment Dynamic Replacement page
Tabhost + fragment + viewPager
Use viewPager to switch the interface
Put the listview in fragment and show you how to add other navigation modules to the navigation bar of fragment + tabhost.
It is the same as a normal activity. In onCreateView, convert the layout to a component, and then set the Adapter for the listView. I did not understand the problem later. Since Fragment is used, you do not need to use TabHost.
Put a custom navigation bar at the bottom of the layout file, and switch to different Fragment according to different buttons.