Android Tutorial for Beginners 18 # Android ListView

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Android listview
android listview xml
android listview add items
android custom listview
android listview adapter
android listview onclick
android listview with images
android listview header
android listview divider
Рекомендации по теме
Комментарии
Автор

Thanks for all your videos, I've learn a lot from you.
Just sharing little thing I know with the rest:
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, R.layout.name_list, names);
can be replaced with
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, names);
a built in layout so we don't have to create name_list.xml.

vivienng
Автор

You are super-helpful! You make things easier than others, for some reason. Some others have 30-minute videos that don't teach this much. I also like how you teach one specific thing in each video, instead of a huge project. I can then use these things to build a larger project, but I'm not as confused because each lesson is short and focuses on one thing.

rwill.
Автор

Had problems with this one, but got there in the end. Thanks.

nigelpallatt
Автор

Why did we create the namelist layout?

Anirban
Автор

Any chance of creating an example for adding new items to the array and refreshing the list?

shadsluiter
Автор

Can you explain more about the Adapter and the values it receives and where else we can use it?

ZaidAlhusainy
Автор

hello, please I am not getting the use of the new Layout file "name_list" in the program apart using it in the parentheses of the ArrayAdapter Instantiation

alisampson
Автор

When did you set the listView id. Didn't see anywhere.

goodtutorials
Автор

Tutorials are in depth man. Not at all .Nobody cares to explain why we have to do things we do. You were just doing it without explaining the reason for them.

kiranbandal
Автор

How to open different intents on clicking every items stored in a list view, ,for ex clicking on first item it shows a new intent then clicking on second one it shows another intent, ,plz rply

JaisAbhay
Автор

how to adding items to listview from another activity?

agusandikaputra
Автор

How can we modify the textSize of item which is going to be displayed on android device?

sachinsrivastava
Автор

im getting an error saying that list_view is never used why is that?

mmenard
Автор

why you created another xml file brother?

taqikhan
Автор

how to increase the font size of text in listview ?

prateekgupta
Автор

Getting Massage Unfortunately app stopped

maheshkulkarni
Автор

nice tutorial slow and steady but please avoid making sounds while u speak plz.

SantoshKumar-gooz
Автор

if you're teaching so try to explain everything
i have seen your every single video of your android lectures and you haven't explain explain even one properly
if you don't know anything first learn it properly then try to teach you made us in confusion in your every video.

divyanshchaudhary
Автор

Is this a tutorial, or he is just Practicing himself :(

shubmakes
join shbcf.ru