LoginSignup
6
0

More than 3 years have passed since last update.

androidxでswiperefreshlayoutを使う。

Posted at

最新の環境でswiperefreshlayoutを使うためのメモ。
gradleに↓を追加。
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
使い方は他の記事を参考にしてください。

(古い情報だとandroid.support.v4.widget.SwipeRefreshLayoutを使ったやり方しか見つからなかった。。。)
古いライブラリを使う場合は、migrationを参考にしよう。
https://developer.android.com/jetpack/androidx/migrate
https://github.com/firebase/firebase-android-sdk/issues/742

6
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
0