(推荐)适合单Activity+多Fragment或者多模块Activity+多Fragment的架构- https://github.com/YoKeyword/Fragmentation
> 底部导航栏的效果:
1.使用LinearLayout + TextView实现
2.使用RadioGroup + RadioButton实现
3.实现类似新浪微博的底部导航栏
4.利用BottomNavigationBar实现底部导航栏-http://blog.csdn.net/u010046908/article/details/50962081
- Google在自己推出的Material design中增加了Bottom Navigation导航控制-- https://github.com/Ashok-Varma/BottomNavigation
探索Android从框架到应用开发的奥秘 -- http://www.infoq.com/cn/android-in-depth
Android 底部导航栏(底部Tab)最佳实践- https://github.com/pinguo-zhouwei/AndroidTrainingSimples
搭简单的App框架- https://github.com/xsfelvis/AppFrameWork
-
用Fragment实现如新浪微博一样的底部菜单的切换- http://blog.csdn.net/loongggdroid/article/details/9469935
Android底部导航栏的四种实现-- http://blog.csdn.net/jxq1994/article/details/52573506
Tab主界面Fragment+TabPageIndicator+ViewPager- http://blog.csdn.net/lmj623565791/article/details/24740977