RecyclerView

How To Change Android SwipeRefreshLayout Refresh Behavior To Pulling From Left

This example will tell you how to create a subclass of SwipeRefreshLayout to change the default refresh behavior from the pull-down to pull to left or right. This example will also use RecyclerView. And the RecyclerView should be the direct child of the custom SwipeRefreshLayout object.

How To Change Android SwipeRefreshLayout Refresh Behavior To Pulling From Left Read More »

Android Hide Floating Action Button While RecyclerView Scroll Example

This example will show you how to make an android floating action button hide and show when the user scrolls a recycler view. android.support.design.widget.FloatingActionButton class is used to implement the floating action button. It is supported by the android material design support library, so before starting, make sure you have added the below dependence library

Android Hide Floating Action Button While RecyclerView Scroll Example Read More »