Even after clicking on Add Support Library and choosing version 19, eclipse still can\'t find android.support.v4.widget.SwipeRefreshLayout. Does anyone know how to get this
In androidx, add
androidx
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
inorder to use SwipeRefreshLayout
SwipeRefreshLayout