Results 8 comments of Nikhil Badveli

I pulled off a small trick to do this. You need to do it this way: 1. Create a bottomnavigation view in xml file like this and set its visibility...

It's pretty straightforward... maybe try online for converting kotlin code to java

.setOnItemSelectedListener(new ChipNavigationBar.OnItemSelectedListener() { @Override public void onItemSelected(int id) { // TODO } }); Try it this way.

itemId is the id of the selection in chip navigation bar. I'm taking that and passing it to bottomnavigationview, which actually does the navigation.

If you set the chip navigation item whenever there's a navigation change, then it should work. `//Changing chip navigation selection on change navController.addOnDestinationChangedListener { _, destination, _ -> chipNavigationBar.setItemSelected(destination.id) }`

![image](https://github.com/stitionai/devika/assets/24986098/735c0f7a-5389-4181-bc22-f1797d627ee3) I don't think this kind of polling is really the right approach to this. We should use https://pypi.org/project/pusher/ events to send any communication needed from the backend to the...

Yes, it is working with Python 3.7.