st235 / ExpandableBottomBar

A new way to implement navigation in your app 🏎
MIT License
783 stars 58 forks source link

Default Item selection #71

Closed prateekcode closed 3 years ago

prateekcode commented 3 years ago

Hey, thanks for this amazing library. Can you please let me know how I can select the position by default instead of its always-on first position?

st235 commented 3 years ago

Hello 👋

Sorry for the delay. First of all, I would like to say thank you for using this library and raising important questions. Unfortunately, there is no method for default selection, but I believe that you can use the usual select during screen initialziation.

Please, let me know if this works for you

prateekcode commented 3 years ago

Hey, Actually, I have some cards in my Dashboard and I want to navigate to another fragment upon click. I can switch to fragment but your bottom navigation exits on the same place that's why I want to ask u.

I will try to make this possible in your library.

st235 commented 3 years ago

Hello @prateekcode 👋

I am just wondering are there any updates here? Have you tried to implement this feature?

Best wishes, Alex