If you pull down to refresh, there are 5 or 6 related libraries you can take a look at. This is a comparison article from which you can choose which one to use: https://github.com/desmond1121/Android-Ptr-Comparison
As for sliding deletion, there are also related libraries on github. Here I have a ListView,不过侧滑出来是两个按钮。如果想要好的,建议用更灵活的RecyclerView that can be customized for side sliding, so that the animation effect can also use the default one.
Here is a classic open source project summarized by others: https://github.com/idisfkj/android-open-project
It should be there, go find it yourself.
If you pull down to refresh, there are 5 or 6 related libraries you can take a look at. This is a comparison article from which you can choose which one to use: https://github.com/desmond1121/Android-Ptr-Comparison
As for sliding deletion, there are also related libraries on github. Here I have a
ListView
,不过侧滑出来是两个按钮。如果想要好的,建议用更灵活的RecyclerView
that can be customized for side sliding, so that the animation effect can also use the default one.SlideListView