Android Beginner Tutorial #8 - Custom ListView Adapter For Displaying Multiple Columns

preview_player
Показать описание
Android Beginner Tutorial #8 - Custom ListView Adapter For Displaying Multiple Columns

By the end of this video you will know how to:
1) Display multiple columns in your ListView
2) Build a ListAdapter class to display custom ListViews
3) Build custom layouts for your ListView items

➤Source Code:

➤My Keyboard:

➤My Microphone:

➤Check out our website:
Рекомендации по теме
Комментарии
Автор

If I didn't learn anything except "Alt+Insert" shortcut, that would be enough. It is very very helpful shortcut.
Great video also, so thank you.

MohammadOla
Автор

Mitch, great video. Can you explain how to create that custom listview to display data from SQLite database that is also numbered?

errolniel
Автор

hey, i know its not the newest video anymore. BUUUT:
i spent like the complete last weekend trying to understand the generated examples by android studio... no success.
with yours, it took me an hour to have my first custom listview up and running.
thank you sooo much!

subbamaggus
Автор

Auch wenn diese Videos schon älter sind, vielen dank dafür. Das hat mir gerade sehr geholfen.

noobandnerd
Автор

You never used the "person" variable you created in the end

Davsan
Автор

You really helped me man
I've been looking for a solution like yours for weeks ! Thank you

AtoaCrewProd
Автор

Thank you so much, my teacher's code didn't work but yours did !

ZakariaF
Автор

This is very easily explained great sir, from india:-)

badal
Автор

Thank you so much for your help!!


Just want to add this... in the getView() method, you could have used:
Person person = getItem();


and then do:





...


etc.

JesusChristIsLord__
Автор

Why did I learn about this channel so late!?!?!?! This was an awesome tutorial. YOu just earnes yourself a subscriber @CodingWithMitch

joelvarghese
Автор

Thanks a lot for the nice tutorial and sharing it over github. you saved my time.

rgubri
Автор

What would be a good approach for changing the Data to take in User Input? BTW Awesome Video!!!

camstephens
Автор

This is the tutorial I have been looking for!! Thank you!

OomptzMusic
Автор

Bro use for-loop to generate Person() objects with random value, and add them to the list.

slaviboy
Автор

Hello I am getting an java null pointer exception and logcat says its from layoutinflater line of code i followed everything in the video and the only problem is the layoutinflater returning a null value please help, ill just use the built in lists for now ty

pikachubolt
Автор

Thank you so much ! This video is so great and exactly what I needed. Everything was so clear and the explanations were great !

samueltremblay
Автор

Awesome, now I can get my database values in a list with the corresponding columns. Thanks

j.clinton
Автор

Thanks a lot, Mitch.
Your videos are a very useful source to learn from

aniket
Автор

why u created the person object inside the getView() method? what's the use of it? BTW ur tutorial helps us a lot we appreciate your efforts.!

talibdaryabi
Автор

very informative, within few minutes you gave us more, thanks for that

prasadmadushan