recyclerview tag

26 questions


1 answers
94 views
0
If you add an item after removing it from RecyclerView, the onCreateViewHolder function cannot be executed, so please help.

In the image view with size MATCH_PARENT and vertical WRAP_CONTENT, If you add an image and delete it and add it again, the item is set to the size of the previous image. Is there a solution?RecyclerV...

2 years ago

1 answers
98 views
0
I want to show one image view and several text views in Android RecyclerView crying

Currently, we are using firebase-mlkit to do image labeling. I'd like to print out the images in recyclerview and the corresponding labels as a list when I don't know how many labels will be created i...


1 answers
73 views
0
This is a question when you get an image from url using picasso.

I am currently using recyclerview and receiving images from url using picaso.Json parsing is also in use.At first, I receive 30 pieces of data and spray them on recyclerview, and when the scroll touch...


1 answers
99 views
0
This is a question about how to hand over the position value when clicked in recyclerview.

When you click one view in the Recycler view, you take one value of the array containing the data in the clicked view and (AsyncTask) asynchronous communication. At this time, the value to post to jso...


2 answers
115 views
0
Is it possible to put the recycling view inside the recycling view?

I'm implementing the bulletin board, but the comments are listed as a recycler view. By the way, if I click View the comments in the view comment, I want to make 3 replies and 10 replies pop up, so ca...


2 answers
88 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...


2 answers
106 views
0
Top Item Alpha Processing in Recyclerview (or ListView) on Android

I want to make the items at the top disappear naturally in Recyclerview (or ListView) on Android. (The background will show) I think we can do Alpha processing of the item on the top...I can't think o...


1 answers
92 views
0
Recyclerview update question if button is pressed again.

When you click button, asyncask.execute() shows the parsing of json from url in recyclerview.There are a total of 5 buttons and one recyclerview for each button. There is no problem with just pressing...

2 years ago

1 answers
84 views
0
Problem with alignment source in the horizontal RecyclerView Linear Layout Manager?

Problem with alignment source in the horizontal RecyclerView Linear Layout Manager?I got some saucehorizontal RecyclerView LinearLayoutManagerI've made my class file pretty good.However, I found a phe...


2 answers
95 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...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.