adapter tag

12 questions


1 answers
123 views
0
I'd like to inquire about the Android adapter.

I just started studying Android, so I have a question.While trying to put a list view inside each menu made with a view phaser, I'm wondering how to handle the list view-related adapter.I've seen a lo...

2 years ago

1 answers
89 views
0
The cell height of the ListView cannot be adjusted.

The cell height of the ListView cannot be adjusted. Give android:layout_height=70dp and it should come out at the height of the cell 70dp It's coming out too big. I've tried minheight, shortened it, a...


1 answers
130 views
0
Question about android syncadapter: Sync is not performed in a certain period. Is it a problem with a particular device?

Hello. We are developing an app that fetches data through API every hour with Android syncadapter. The emulator works fine. Sync is not performed on the physical device (Galaxy S7). The code itself do...

2 years ago

1 answers
117 views
0
I have a question about ArrayAdapter.

adapter = new ArrayAdapter<InspectorItem> (this, R.layout.test_list, strs);If you run it with the above code, ArrayAdapter needs the resource ID to be a TextView error. adapter = new ArrayAdap...


1 answers
119 views
0
I have a question regarding the notifyDataSetChanged() method of Adapter.

Hello. I am studying Android while making a memo application.The Notepad contains ListView and the Adapter contains CustomAdapter, which is defined by inheriting the BaseAdapter. There is only one tex...

2 years ago

1 answers
123 views
0
This is a question about Android listview.

Hello. I'm a developer who lacks a lot I'm posting a question like this because there's something I don't understand. I can't recognize the position in the listview, so I upload it like this Please un...

2 years ago

2 answers
89 views
0
Recyclerview in recyclerview

Hello, I received json data in recyclerview from a fragment and sprayed it, and when I clicked on the view, the Gone had view appeared below. By the way, I want to get json data in the view that appea...


1 answers
144 views
0
I want to pass the text from Maine to Fragment

I'm a beginner at coding. I made a tap layout using an adapter When I click the button on click, I want to hand over each character in Edittext to the tab page, but I don't know how. I found a way and...

2 years ago

1 answers
91 views
0
I have a question for Android Intent.

This is the main activity.ImageView likeButton;TextView likeCountView;ImageView hateButton;TextView hateCountView;CommentAdapter adapter;Button allView;ArrayList<CommentItems> items;@Overridepro...


2 answers
97 views
0
recyclerview adpater onclick

There are two layouts in the Recycler view, one of which is Visibility.Gone and click on the layout shown, and the layout that is Gone is Visibility.I'm trying to make it visible. When I click the lay...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.