Reputation: 62539
since the RecyclerView src is in android.support.v7.widget.RecyclerView can i use the recyclerView in kit kat and jelly bean as long as i reference this package from the support library (or google play services)?
Upvotes: 7
Views: 2264
Reputation: 73916
If something is in the support library that means it can be used in any API down to what version of the support library it is.
for example v7 support library means you can use that library on any app that supports API 7 and up.
it is not API exclusive, all the 21 means is what revision
it is
Upvotes: 8