Java – The minimum Android API version used by SwipeRefreshLayout

The minimum Android API version used by SwipeRefreshLayout… here is a solution to the problem.

The minimum Android API version used by SwipeRefreshLayout

I want to know.
Can I use it

“android.support.v4.widget.SwipeRefreshLayout”

Between Android 4.1 (API level 16) and 5.1 (22)?

Solution

Yes. Wherever you see android.support.v4 as part of the package, the class goes back to API level 4.

Related Problems and Solutions