Android ListView Ep.03 : Custom ListView - With Images and Multiple Text

Android ListView Ep.03 : Custom ListView - With Images and Multiple Text

ProgrammingWizards TV

9 лет назад

40,061 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ultimat.
@ultimat. - 06.10.2020 20:23

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..

Ответить
@akbarmalik4
@akbarmalik4 - 12.12.2017 19:16

brother your accent is not understandable ...sorry

Ответить
@mangeshgahukar3278
@mangeshgahukar3278 - 11.05.2017 15:06

I like the video . can suggest me same sample code for expandable listview with simplecursortreeadapter parent should have edit text and child should have edit text and toggle button . can help me in this regard .thanks

Ответить
@sanjaychoudhary3606
@sanjaychoudhary3606 - 10.02.2017 09:50

thanks really helpfull

Ответить
@azizerel
@azizerel - 05.02.2017 14:06

really Thanx :)

Ответить
@serhiyyakobchak
@serhiyyakobchak - 18.12.2016 20:04

awesome tutorial dude, your accent is fine, clear enough, don't listen those people they probably don't know how to code and just complain about accent. I love it! keep doing what you doing! Cheers from Detroit

Ответить
@faisalnadeem747
@faisalnadeem747 - 20.11.2016 13:52

mic mun sy door kar k bolty to samj b a jati clear nai suna ja ra . :(

Ответить
@GilianMarques
@GilianMarques - 19.11.2016 01:12

for those that receiving java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView


in method -- getView -- coment the return for super and return the View convertView like below.

//return super.getView(position, convertView, parent);
return convertView;

Ответить
@sreejitha3285
@sreejitha3285 - 12.10.2016 21:32

Thanks for making this video :)

Ответить
@danman296
@danman296 - 29.07.2016 13:18

You have a terrible accent. It is impossible to listen to = (

Ответить
@neir46
@neir46 - 26.07.2016 22:09

source code?

Ответить
@lidoartur
@lidoartur - 04.07.2016 16:58

Wow very good tut! :) Can you share this code?

Ответить
@theBrainyGeek
@theBrainyGeek - 07.06.2016 13:57

I got an error that ArrayAdapter requires the resource id to be a textview

Ответить
@hmodexl
@hmodexl - 06.06.2016 18:13

Hello, can we make it like this, for example i will click 1st list item and then it will take me 2nd page , if i click 2nd list item it will takem me 3rd page....

How can i do this ?

Ответить
@LuisRodriguez-zu6zs
@LuisRodriguez-zu6zs - 11.05.2016 20:00

Do you know how to copy a text that is selected?
example: listview

great tutorial, thanks.

Ответить
@gaurav77032
@gaurav77032 - 26.04.2016 00:58

Would it not work for the fragments ?

Ответить
@gohilnilesh7701
@gohilnilesh7701 - 24.04.2016 08:02

superb/..........

Ответить
@OPSdrt
@OPSdrt - 19.03.2016 14:26

i have a error in mainactivity java file, afeter new the Adapter shows a error


Adapter adapter =new Adapter (this, exemple, exemple,) {
};
lv.setAdapter();

Ответить
@blackballization
@blackballization - 17.03.2016 05:44

error
java.lang.OutOfMemoryError

Ответить
@meghasahu9492
@meghasahu9492 - 28.02.2016 14:39

I got an error that ArrayAdapter requires the resource id to be a textview

Ответить
@pampal8533
@pampal8533 - 11.02.2016 02:10

Thanks. It works great.

Ответить
@goodburger101
@goodburger101 - 02.02.2016 22:43

Works great thanks! Forgot to return the convertView at the end of getView and has some issues. Probably should have just listened better bahaha

Ответить
@kemalcetin3555
@kemalcetin3555 - 08.12.2015 17:49

I get exceptions error !!!!!!

Ответить
@hellodesu
@hellodesu - 04.11.2015 14:16

I get 2 exceptions errors.

Ответить