android-listview tag

13 questions


1 answers
120 views
0
Can't you stop the highlight when you click on the list view?

I want to turn off the orange highlight when I click a row in the list viewandroid:focusable=falseandroid:focusableInTouchMode=falseandroid:clickable=falseI tried it like this, but it didn't work. I h...


1 answers
66 views
0
The image load from the list view takes too long ㅜ에서

I made a list view that prints the image, but I get the image from the Internet.But the printing speed is too slow and it seems to bring up the image again every time.p.s.There is no limit to the numb...


1 answers
113 views
0
How does the recycling mechanism in the list view work?

I had a problem that posted here before. At that time, I had no concept of optimized grid views using list views and view recycling, so I was able to modify the way Luksprog added views to grid views....

« - 2 -

© 2024 OneMinuteCode. All rights reserved.