How to make Bottom Bar [or Navigation Bar like iPhone] like myTubo on Android?

前端 未结 4 2030
再見小時候
再見小時候 2020-12-07 16:24

I\'m looking how to get a similar bar at the bottom of my application like MyTubo (or GroupMe) for Android. Something like this:

4条回答
  •  旧巷少年郎
    2020-12-07 16:38

    Also for me a good way to obtain something similar to iPhone's UITabBarController in Android consists in using RadioGroup plus RadioButtons. The good of this approach is that you can also use Fragment or anything you like, instead of only Intent and Activity.

    I wrote a blog post to achieve the same result of Pied Piper, but using RadioGroup and RadioButtons. It's in Italian but, fortunately, the code speaks internationally ;) Here the result: Android navigation bar

    For more elaborate navigation bar design (like the ones in the original question), I suppose it's only a matter of cool and smart drawable ;)

提交回复
热议问题