#3 Android RecyclerView Tutorial - SwipeRefreshLayout

preview_player
Показать описание
In this series we are going to learn every thing about Android RecyclerView with the Kotlin.

When you need to display a scrolling list of some data (for example, products, posts, movies) you should use RecyclerView.

It is a very useful component in Android as in almost of the application you need to display a List.

In this video we will learn how we can use the SwipeRefreshLayout with RecyclerView to refresh our list.

If you want to learn building REST API from Scratch, visit the following link

You can check the project repository of this video from here:

If you have any question, or query please don't hesitate in commenting below.

Also if you did not like this video, then please tell my what I should do to improve my content.

And if you like this video then please help me by sharing this video with your friends. And if you are not already a subscriber yet, then please SUBSCRIBE and don't forget to hit the bell icon as well.

And don't forget to follow me on

Thank you for watching :)
Рекомендации по теме
Комментарии
Автор

Great tutorial thanks 👍 but I have a question that how to auto refresh the recyclerview? If user update an item in other activity and after that it should appear in the recyclerview items

Diadem
Автор

Sir how the youtube refresh will work
Means in we refresh the data will being changeing

bussiness
Автор

Thank you sir 🥳
But please use Java instead of kotlin

deepakrakh
Автор

Make a video about Checkbox in recyclerview to get cardview value and pass it to next activity

Arman_Ansari
Автор

if you can make please about dynamic load with recyclerview in async

narcotic
Автор

Great video as always...
How can we set the new contents to be on top of the list??

MsRebel
Автор

hello sir is it possible to show different data every time (example when user refresh the lego movie 2 show first and captain marvel show 2nd and then again user refresh captain marvel show 1st and other on 2nd randomly it change every time.

geetakanjani
Автор

Nice tutorial.. but i cannot get it work when my recycler view is empty. for eg, when loading initially if internet connection is not available then request gets failed and recycler view is empty, so after internet is restored if i try to do pull to refresh then no refresh layout is shown. Can you help how to achieve swipe to refresh on recycler view when it is empty?
Thanks

prakashmaharjan
Автор

Can u make a video on uploading videos to firebase storage and updating the downloadurl of the video into the firebase database and then retrieving the video in recyclerview using its link from firebase database

dineshmadhanagopal
Автор

Nice video sir.
When we add new data to the server then it will show the top of all data how to do that?
&
Please show how we create endless RecyclerView?.

AmolGadge
Автор

thanks for this, I don't understand the meaning of :: in return Retrofit.Builder()
.baseUrl(BASE_URL)

.build()

colorless
Автор

Plz provide the php code of the API you are using....

ViralShortsOfDuniya
Автор

Hi sir, can we fetch new data from server without refresh page ?

Bukky