very good man! i looked this topic in youtube but this here is the best! rapid and complete. Thanks so much!
@adarshtiwari73953 жыл бұрын
Man you saved me!!! I was tryinh for hours for my image to display but following your video did the trick for me......
@thuynguyenthithu92182 ай бұрын
Thank you for your guidance. How can I add and update listItem with Image?
@MattAult-qm1mo6 ай бұрын
Love the content.
@EvycClips2 жыл бұрын
Well explained .. Time saving.
@darkcrow93192 жыл бұрын
Hi, i have a question, why did you use relative layout in custom_listview instead of constraint layout?
@Dilmurod_Pulatov3 жыл бұрын
Thanks 😊👍
@das_hartmann3 жыл бұрын
thank you! saved my exam
@jackyo85472 жыл бұрын
I would be good to give some explanation when you do this as you don't include your voice in the video.
@fallnexy2 жыл бұрын
про 18 лет - важное уточнение))
@ariskurniawan71294 жыл бұрын
how to go another layout when click that person in that list? any tutorial ?
@phucvr61124 жыл бұрын
You use onitemclicklistener and set intent to another layout
@ramitghai95813 жыл бұрын
I am getting null pointer exception when I set my adapter but if I use Try catch then the intent works but shows no list ! Please help
@doggydoggy57811 ай бұрын
For some reason, I wrote every line you wrote but it does not work at all. The whole thing is blank when I run, there are visible black lines separating each item yes, but nowhere do the items and their corresponding sub-items to be seen. No words whatsoever, btw I did not add any image , just a simple title and des thats it
@jihadnawzad88993 жыл бұрын
good job thank you
@chaithravasista16222 жыл бұрын
Why did we use the PersonAdapter class there ? Can anyone explain ?
@gangeshb3 жыл бұрын
How to get position of the array adapter, so that when I click on the item... The position is reflected as a toast ?
@morfis_yt2 жыл бұрын
I did everything as in the video, but go to the activity application crashes java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setImageResource(int)' on a null object reference
@gabrielnoira38482 жыл бұрын
do oyu manage to solve it?
@morfis_yt2 жыл бұрын
@@gabrielnoira3848 , no. it didn't work out to solve
@Daiana-ux8yw2 жыл бұрын
4:44 listview isn t working as a tag for me, what should i do
@indralaksana57863 жыл бұрын
How do I retrieve only the person's name when the listview is clicked?
@babulohar20512 жыл бұрын
Hii bro which background are using after 6:10
@brandonlaas20843 жыл бұрын
good video, Thanks man
@MagpieVideosMathTutorials4 жыл бұрын
Hi, How to show assets HTML file with this design?????????
@sheyla36104 жыл бұрын
Felicidades por tu video, me encanto. Fue muy sencillo de implementar. Haber si puedes hacer una con una bd remota :D Me encanto el video!
@phucvr61124 жыл бұрын
Thank you! You mean custom listview for SQLite
@minmyatzawmoe50233 жыл бұрын
Thanks
@oscarrenan2 жыл бұрын
It will not work
@goncalopimenta6493 Жыл бұрын
e github????????
@khaledkassem13793 жыл бұрын
Music please :D
@ultimat.4 жыл бұрын
Bonjour, je sais pas si vous allez pouvoir me donner l'info. J'ai créé une liste view et je croyais pouvoir attacher une autre liste wiew mais je n'y arrive pas. Mon projet et de présenter des articles de péche et pour cela j'ai besoin de créer des catégories exemples A1) matériels de pêche A>A>A>FICHE ARTICLES B1) matériels vêtements de pêche. B) >A> les chaussures B) >A>A > 1) hommes >toutes les chaussures homme présentation. B) >A>A > 2) femmes B) >B>A les patalons C1) ***** sous catégories de A) > A>a accessoires de pêche les bouchons A>b les apats A>b>1 Les appâts vivants A>b>1>a)vers A>b>1>a) 1 vers blanc A>b>1>a) 2 vers gris A>b>1>b)asticots A>b>1>b) 1 asticots boîte 5 A>b>2 Les appâts morts A>c1 les Cannes à pêche.... Et après la fiche de l'article. Comment procéder. J'ai cherché et rien trouvé si vous pouviez m'orienter ou me donner une source ou autre je suis preneur. Merci beaucoup par avance..
@phucvr61124 жыл бұрын
www.journaldev.com/9942/android-expandablelistview-example-tutorial#:~:text=Android%20ExpandableListView%20is%20a%20view,and%20their%20respective%20children%20items. You should send me file data example. I try to make it for you. Mygmail: phucka25@gmail.com
@ultimat.4 жыл бұрын
@@phucvr6112 not an expandable listview no. what I want is a listwiew which opens another listview in a fragement or an activity specific to each one and to be able to personalize each list independently of one of the others. and both in a group to be able to search for an article
@phucvr61124 жыл бұрын
@@ultimat. Why do not you use Intent to open the Activities or Fragment containing the ListView that you want
@ultimat.4 жыл бұрын
@@phucvr6112 I don't know how to do it or I can't because I created two listewiev and I wanted to switch from one to the other but it crashes so everything erased and I started looking and said to myself that my idea was not good I wanted to make a list view for each category at the beginning but, it does not work