I have added Bottom Navigation View for my app but I need the Bottom Navigation View between activities instead of fragment so I have added this code to Java for all my 3 ac
You can use setSelectedItemId in each activity when it starts.
bottomNavigationView.setSelectedItemId(R.id.menu_item_id);
where R.id.menu_item_id located in menu/navigate_items