5. Android RecyclerView Tutorial - Creating RecyclerView

preview_player
Показать описание
Check the updated RecyclerView Video here

This tutorial is going to cover about all the basics of RecyclerView in Android. You can use RecyclerView to display large data set that changes dynamically.

In this Video we will finally create our RecyclerView with a dummy set of data.
Рекомендации по теме
Комментарии
Автор

Check the updated RecyclerView Video here

SimplifiedCoding
Автор

Best tutorials for recyclerView till now on Youtube!!!!

pro_mode
Автор

Thanks alot, you really helped me understand the concept
🙏🙏

ssentamuabel
Автор

Im actually really happy u messed up on the wrap_content, i was working for hours trying to figure out why my second input wasnt showing

Btakeova
Автор

Awesome made it way easier to understand how it works

tanishsehgal
Автор

Great job man!! You've made it so much easier to understand RecyclerView. Thanks a ton, buddy :)

shlokmotwani
Автор

Excellent explanation, easy to understand, methodical. Keep up the good work

jackmanjls
Автор

Really thank you dude... i made my first recyclerview sample project....

k.mthamilselvan
Автор

If your app crash, it seems you are using support dependencies. Just check in your app gradle that your build tools version is the same as support versions.
For example:

android {

compileSdkVersion 26
buildToolsVersion '26.0.2'
}

dependencies {

implementation
implementation
implementation

}

xoyorqx
Автор

Tutorial is good, but source code not provided in description as described at the end of the video.

asifmurtaz
Автор

it is working perfect. superb lesson, You have a good knowledge .... thanx a lot.

kanishkakodithuwakku
Автор

its working perfectly bro thaking u lot bro...it is very helpful to me...

jagdeeshwarreddyannapuredd
Автор

great work uploading usefull vedeos like this...thanks

muhammadasim
Автор

my problem is crashing i dont know why

mohamedkaba
Автор

Nice tuto but

2. adapter = new MyAdapter(listItems, this); I am trying to do this in a fragment -> …(listItems, getContest()) or what should I do?
Because I am getting this error: error: incompatible types: HomeFragment cannot be converted to Context

Some helps?

GendusaBrain
Автор

i am getting problem when i declare "List<listItem> variable;" listItem is the java class of list_item.xml file and it is not reading in mainactivity.java, so there is a red line below "listItem" in List<>.

please Help!!!

rohan
Автор

Hi, how to crack technical android interviews 😢
Suppose if they ask either API calling or something like that?? I am new...can we use internet during technical rounds???

praveennp
Автор

Congratulations on the videos, thank you!... sorry about my English. : )

jacksonnosk
Автор

can you share the gist of the code so all can refer to the code, my app is also crashing!!

yashthakkar
Автор

I have a problem at adapter = new MyAdapter(listItems, this). It's say unreachable statement. What can i do to fix that?

iksora