Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

It is a simple question.

Can I use BottomNavigationView in sdk 22?

I tested with emulator with sdk 22, and it seems to work well.

But, BottomNavigatoinView is released in SDK 25. Does the provide backward compatibility?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
143 views
Welcome To Ask or Share your Answers For Others

1 Answer

BottomNavigatoinView is released in SDK 25

I am uncertain where you determined this.

BottomNavigationView is part of the Design Support library, which is being migrated to the Material Components for Android (for when you migrate to AndroidX).

Both implementations work back to API Level 14.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...