Android API Level 22 vs Android API Level 23
Developers should learn and use Android API Level 22 when building apps that need to support older devices running Android 5 meets developers should learn and target api level 23 when building apps that require modern android features like runtime permissions for better user privacy control, or when optimizing for battery life with doze mode. Here's our take.
Android API Level 22
Developers should learn and use Android API Level 22 when building apps that need to support older devices running Android 5
Android API Level 22
Nice PickDevelopers should learn and use Android API Level 22 when building apps that need to support older devices running Android 5
Pros
- +1 Lollipop, as it represents a significant user base in legacy markets
- +Related to: android-sdk, android-studio
Cons
- -Specific tradeoffs depend on your use case
Android API Level 23
Developers should learn and target API Level 23 when building apps that require modern Android features like runtime permissions for better user privacy control, or when optimizing for battery life with Doze mode
Pros
- +It is essential for apps that need to support fingerprint authentication or target devices running Android 6
- +Related to: android-sdk, android-studio
Cons
- -Specific tradeoffs depend on your use case
The Verdict
Use Android API Level 22 if: You want 1 lollipop, as it represents a significant user base in legacy markets and can live with specific tradeoffs depend on your use case.
Use Android API Level 23 if: You prioritize it is essential for apps that need to support fingerprint authentication or target devices running android 6 over what Android API Level 22 offers.
Developers should learn and use Android API Level 22 when building apps that need to support older devices running Android 5
Disagree with our pick? nice@nicepick.dev