Top "Android-api-levels" questions

Each Android version is assigned a unique integer identifier, called the API Level.

Android development: api 14 vs api 15

I want to develop an app for android ice cream sandwich and versions above. So, what I discover is that …

android android-api-levels
Android - Tinting ProgressBar on pre-Lollipop devices

My app's minimum API-level is 19 (KitKat), and contains a layout with a horizontal ProgressBar. I'm using android:progressTint attribute to …

android android-layout android-progressbar android-api-levels
Error inflating class android.support.design.widget.FloatingActionButton in Android

When I'm trying to build the application it will show the android.view.InflateException in FloatingActionButton? I really don't know …

android android-layout floating-action-button android-api-levels
Android APIv29 FileNotFoundException EACCES (Permission denied)

I'm not able to access storage when building for targetSdkVersion v29. Here is my gradle configuration: compileSdkVersion 29 buildToolsVersion "29.0.2" ... minSdkVersion 15 targetSdkVersion 29 …

android kotlin filenotfoundexception android-external-storage android-api-levels
'Call requires API level 23' error, but getForeground() exists on FrameLayout from API 1

Summary Finally, I found the related issue, setForeground() incorrectly flagged as requiring API 23 on ViewGroups extending FrameLayout. Issue 189041: setForeground() incorrectly …

java android android-studio android-framelayout android-api-levels
Apache HTTP Client Removal from API23, will that have an effect on Volley?

As we have known that Apache HTTP Client removed in API 23 Apache HTTP Client Removal However, Volley library currently still …

android apache httpresponse android-volley android-api-levels
What is alternative to ConnectivityManager.TYPE_WIFI deprecated in Android P API 28?

ConnectivityManager.TYPE_WIFI is deprecated in Android P API 28. Also, NetworkInfo#getType and ConnectivityManager.TYPE_MOBILE's are also deprecated. So, …

android android-sdk-manager android-api-levels