Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SwipeRefreshLayout minimum Android API Version for usage

i wonder can i use

"android.support.v4.widget.SwipeRefreshLayout"

between android 4.1(api level 16) & 5.1(22) ?

like image 861
Dave Doga Oz Avatar asked Feb 09 '23 22:02

Dave Doga Oz


1 Answers

Yes. Wherever you see android.support.v4 as part of the package, that class works back to API Level 4.

like image 116
CommonsWare Avatar answered Feb 15 '23 09:02

CommonsWare