API = a set of functions and procedures that allow you to create applications that access functions or data of the operating system, application, or other service.
Android = Android is a mobile operating system developed by Google.
Thus, if we are developing a new API with new functions, they may not be supported in the old Android operating system, so we take the old operating system, version ++ adds support for the new API and we go (:
on the other hand, if we have a new operating system with new features, we want to update the old API to support it, so we have a c ++ version of the API.
Sounds weird, huh?
Stav Bodik Jan 25 '19 at 1:15 2019-01-25 01:15
source share