问题标签 [bottomnavigationview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 在android底栏中的片段之间滑动
我正在使用BottomNavigationView并且我正在尝试在片段之间滑动,在我们使用的 tapLayoutsetupWithViewPager()
中,有没有办法像这样在 BottomNavigationView 中实现滑动?
提前致谢。
java - 如何片段在导航上保持运行?
我有一个包含两个或多个片段的 Android 应用程序。其中一个需要不断地从微控制器获取温度样本,所以它必须永远保持运行,即使更换片段,问题是:如何实现?
在我的应用程序中,每次我需要导航时,我都会替换片段,但FragmentManager.beginTransction().replace
删除我的实例并且线程会停止。如何在不删除或停止服务的情况下导航?另外,我正在使用Attach
方法,但片段仍然覆盖在布局中。
android - 如何将子菜单添加到底部导航视图中
我想将子菜单添加到我的底部导航视图中,如何添加到底部导航视图中?我尝试直接添加到菜单项中,它无法运行
bottom_navigation_menu.xml
android - Android底部导航-添加通知徽章
我正在为我的应用程序使用底部导航栏。我想在上面显示通知徽章。这是我的代码
android - How to Set selected item in BottomNavigationView
I am trying to set default item on activity created but it isn't working? This is my code:
But it seems that navigation.setSelectedItemId(R.id.dietplan);
is not working. Please help me to set default item of bottom navigation bar:
This is my stack trace(logcat):