Implementing a TabListener using the Support Library

前端 未结 5 1682
终归单人心
终归单人心 2020-12-14 02:45

I am trying to implement Tab Navigation, but I want to make sure people that have older versions of Android can still use my application.

The app in mind ATM is fai

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 03:34

    Any ideas on how to make another implementation of lateral navigation through the support library to ensure compatibility?

    Alternative solution

    As of 29 May 2015, you can use the Android Design Support Library. It includes a Tab Layout and supports Android 2.1 or higher devices.

提交回复
热议问题