Is there a Leanback library support for API level 19 of Android? In this link https://developer.android.com/reference/android/support/v17/leanback/package-summary.html Google says it supports API level 21+. So I am not sure if there's a support for API level 19.
Asked
Active
Viewed 2,182 times
4
-
I have tested it on my Android 4.4.2 STB, the [Leanback](https://github.com/googlesamples/androidtv-Leanback) running fine. – Rahul Matte Feb 24 '15 at 11:11
-
1I'm not sure where it says that. I think that since it is v17.Leanback, it should work all the way down to API level 17. – Nick Felker Nov 21 '15 at 22:26
1 Answers
0
LeanBack was introduced in the support library v21
so no it is not in v19
http://developer.android.com/tools/support-library/features.html#v17-leanback
if you are asking if you can use this in android version 19 aka 4.4 yes just use support library v21

tyczj
- 71,600
- 54
- 194
- 296
-
Thanks for answer but if i want to use leanback in kitkat, is that possible to use it in kitkat ? – Tapan Kshatriya Jan 21 '15 at 19:51
-
yes, but that would be forcing teh library to run which may produce some unwanted UI Glitches. – A_rmas Sep 02 '20 at 16:49