Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Choosing Minimum Android App SDK

Tags:

android

sdk

I know there is other questions about how to choose min SDK but they are seems to old. In the current situation which sdk can be choosen as min sdk? And how important is it, I mean If I choose for example 4.3 version over 5.0 What are the newly enabled features in 5.0 but not available in 4.3,what am I going to lose?

like image 778
Joseph K. Avatar asked Dec 19 '22 14:12

Joseph K.


1 Answers

This link provides you with all the information you need to know... you can get all the recent statistics.. https://developer.android.com/about/dashboards/index.html

and to get Changes with respect to API 21 Refer this link.. It has complete details on what you get extra by using API 21 and what you dont get in older versions... https://developer.android.com/about/versions/android-5.0.html

like image 117
Moulesh Avatar answered Jan 14 '23 07:01

Moulesh