android.support.v4.util.Pair vs android.util.Pair

后端 未结 1 935
时光说笑
时光说笑 2021-02-19 12:03

I read about support.v4 lib that allows android backward compatibility.

So IIUC, when there is an ambiguity - it\'s always best practice to import the lib

相关标签:
1条回答
  • 2021-02-19 12:32

    Yeah, it's wise but not always needed.

    I this case Pair is API 5 and quite usefull class so it was added to v4library.

    Another example are Fragments. If you want to use ViewPager with Fragments most probably you need Fragments from v4 as ViewPager is from v4 as well...

    0 讨论(0)
提交回复
热议问题