March 2018
Intermediate to advanced
376 pages
7h 25m
English
Android APIs are known by an API level, for example, API level 23.
An API level represents a specific Android release. If you open Android SDK Manager in Visual Studio, you will see the following screen:


Each API level is specific to an Android release. An Android release is known by multiple names:
So, we can say that APIs have an integer value, a number to identify the release, because with each release this API level ...