New Project in Android Studio

Overview

Do's and Dont's

  • To support as many devices as possible, you should set Minimum Required SDK to the lowest version available that allows your app to provide its core feature set.
  • You should test your app on the new version and update this value to match the latest API level in order to take advantage of new platform features. So you should set Target SDK to the latest API level.

Reference



Comments

Popular posts from this blog

SSLSocketFactory in Android

Architecture Components in Android

DataBinding in Android