Currently I am working on an app which has a bottom navbar with three menu items. I had used setOnNavigationItemSelectedListener()
for items being clicked. but now iam facing issue that the method has been depreciated.
- App Language:
Java
- Issue:
'setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView.OnNavigationItemSelectedListener)' is deprecated
Is there any way to resolve it? is is there any better alternative than setOnNavigationItemSelectedListener()
method.