没有android-support-v4.jar库可以使用ViewPager和PagerAdapter吗?
作者:互联网
android-support-v4.jar的大小为750kb,这很多,我只需要它来使用ViewPager和PageAdapter.
我的应用程序只有50kb的大小,如果我使用支持库,它的大小增加.
可以在不使用.jar库的情况下使用ViewPager和PagerAdapter吗?
谢谢
解决方法:
不,到目前为止,这些组件只是支持库的一部分.从文档:
This lesson shows you how to do screen slides with a ViewPager
provided by the support library. ViewPagers can animate screen slides
automatically.
标签:android-pageradapter,android,android-library,android-viewpager,android-support-l 来源: https://codeday.me/bug/20190830/1768820.html