listview tag

54 questions


1 answers
119 views
0
How to implement events similar to KeyUp in ListView

Can't you make Click Event in KeyUp, Down format for the first item in ListView?This event while you're pressing it, and this event when you hit your hand.It's like...There was an OnKey, so I tried to...

2 years ago

1 answers
50 views
0
This is a listView question.

The Listview item has a radio button image. When Listview first appears, the radio button is checked in one item. After that, if you press the radio button of the item except for the first selected ra...


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
49 views
0
Is it possible to attach two adapters according to the number of two DB tables on one fragment screen? (Explanation photo attached)

There are two different forms that I receive from the user on one fragment screenSo I've made two DB tables! A's cursor list view and attach it as one list view... Is this possible? Regardless of the ...


1 answers
51 views
0
I want to make an endless list on Android.

I'd like to show you a little bit of the items on the list and let the user scroll and get additional items when they reach the end of the list. What can I do?

2 years ago

1 answers
42 views
0
I want to click each child expandable list view.(Inside fragment)

First of all, with the help of Kwon Taehwan (Thank you.I applied a click event, but I can't click differently yet, so I'm replying the question ㅠ

2 years ago

1 answers
46 views
0
How do I change the contents when I click the list in Custom ListView?

_Set_Data_List = new List<string>() { { _HL_List[_HL_Default], _Ring_List[_Ring_Default], _VectTime_List[_VectTime_Default], _VectMode_List[_VectMode_Default], _WPT_List[_WPT_Default], _OS_List...

2 years ago

1 answers
67 views
0
How to add a custom adapter to the ListView

I'd like to put a custom adapter in the list view, but I'm posting a question because I thought I could get related data.I'd appreciate it if you could show me an example.


1 answers
43 views
0
If no image is selected, save it to DB!

I'm a novice developer.cryingI save the image URI I chose from the gallery in DB! If you do not select an image...When I tried to save it, the app turned off! String str_image = mImageCaptureUri.toSt...


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

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.