recyclerview tag

26 questions


1 answers
98 views
0
How to apply the onClick Listener in RecyclerView

I put an onClick event in RecyclerView to apply onClickListener to each item, but it doesn't work properly. How shall I do it?


1 answers
105 views
0
Can I put several view types in RecyclerView?

https://developer.android.com/intl/ko/training/material/lists-cards.htmlIf you look here


1 answers
108 views
0
How do I add a dividing line between items in RecyclerView?

<ListView android:id=@+id/activity_home_list_view android:layout_width=match_parent android:layout_height=match_parent android:divider=@android:color/transparent android:dividerHeight=8dp/>You ...


1 answers
101 views
0
How do I implement the onClick method in RecyclerView?

Does anyone know how to define an onClickListener in RecyclerView?I've thought about how to define onClick for each item in the Recycler View, and this seems too much of a hassleIs there any other way...


1 answers
149 views
0
RecyclerView Compatibility

RecyclerView is from Lollipop on Android By the way, is it compatible when you turn it on kitkat or jellybean?


1 answers
156 views
0
I have a question about RecyclerView.

Hello, RecyclerView is showing you a list of lists.If you scroll down in RecyclerView, you'll see the items that are shown on the current screen I want to know which position item it is. I wonder if t...


1 answers
104 views
0
Extended recyclerview method

I want to make the layout come out under the position every time I click each position in recyclerview and disappear when I click again, what should I do? Should I do it on click on the main page? I g...


1 answers
146 views
0
Is there any way in RecyclerView to keep items in memory like the setOffscreenPageLimit() function in ViewPager?

I'm making an app for securities, and I'm drawing a line graph by holding the items of RecyclerView with a candle.If you scroll through this graph, the items in RecyclerView will be erased, and the va...


1 answers
156 views
0
Android Recycler View - Activity - Error in Recycler View

If you change the image of Recyclerview B when an event occurs in Recyclerview A, there is an error in this part.Logic is like this.It's A - Activity - B Recycler View.E/AndroidRuntime: FATAL EXCEPTIO...


1 answers
173 views
0
How can I display Recycler view in Fragment?

Hello~~ I'm a beginner who just started learning how to make an app..The app I'm planning is composed of several fragments in one MainActivity.I'm stuck in thinking of one of the Fragments, UserFragme...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.