-3

I have an iOS app and I included this library from this link GitHub. I'm going to develop the same app for Android Studio, but where do I start or where to get something like this?

Enter image description here

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Salar Pro
  • 43
  • 5
  • stack overflow can't help for recommendations to libraries. further than that, you've now discovered that making apps for more than one platform requires some further thinking, right ? can't make use of something very custom on one framework if the other might not support it. – a_local_nobody Dec 19 '21 at 14:22
  • Yes I undress that, and thank you for that, the problem is the client – Salar Pro Dec 19 '21 at 20:07

1 Answers1

1

If you are going to use Flutter then check out this library: https://github.com/JohannesMilke/curved_bottom_navigation_bar

And for Android Studio here is another library written in Kotlin: https://github.com/hamzaahmedkhan/KBottomNavigation

Chandresh Parmar
  • 176
  • 1
  • 10