我正在制作一个使用刷卡刷新的应用程序,我想知道如何使用api 15在机器人中实现刷卡刷新?如果不可能,我如何创建支持它的android的滑动以及其他的替代?
答案 0 :(得分:0)
使用支持库中的SwipeRefreshLayout
。
android.support.v4.widget.SwipeRefreshLayout
https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html