实现Android Swipe View,Android导航和视图切换功能demo。


1、顶部导航栏+底部导航栏+Fragment


顶部导航栏
Actionbar
Toolbar
+Menu


底部导航栏
BottomNavigationBar


code:
com.hy.appui.navigation


NavigationActivity
BookFragment
FavoritesFragment
FindFragment
LocationFragment


效果:

实现高效的导航1--Swipe View



2、ViewPager + Fragment


code:
com.hy.appui.viewpage


MyWxTestActivity
Fragment1
Fragment2

Fragment3


效果:

实现高效的导航1--Swipe View


源码地址:https://github.com/yuanhhyuan/UI5/blob/master/README.md

相关文章:

  • 2021-11-05
  • 2021-12-22
  • 2021-11-19
  • 2022-01-20
  • 2021-09-06
  • 2021-12-28
猜你喜欢
  • 2021-10-03
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案