简体   繁体   中英

What does "support" refer to in Android?

I am seeing:

on Support NavigateUp support ShouldUpRecreateTask onCreate Support NavigateUpTaskStack onPrepare Support NavigateUpTaskStack

So what does it refer to?

Hey this support refer to backward compatibility

Definition from tutorialspoint

Support Library Features

The Android Support Library package contains several libraries that can be included in your application. Each of these libraries supports a specific range of Android platform versions and set of features.

In order to effectively use the libraries, it is important to consider that which API level you want to target as each library supports different API level.

Following is a brief description of android support libraries and API level they support.

tutorialspoint android_support_library

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM