Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android Support Library如果我的应用程序仅支持在 Android 4 上运行的设备,您认为这是一个好习惯吗?还是没有必要?
Android Support Library
亚历克斯。PS对不起我的英语:)
Android 支持包不仅适用于反向移植。例如,如果要使用ViewPager,则需要使用 Android Support 包。而且,在 2014 年,Android 支持包可能会反向移植那些不在您计划中的东西android:minSdkVersion。
ViewPager
android:minSdkVersion
相反,如果您询问是否有必要使用FragmentActivityAppCompat 操作栏和类似的反向移植,不,您不需要这些。
FragmentActivity
仅当您要使用的功能不适用于您所针对的 API 级别之一时,才使用支持库。