Skip to main content
0 votes
1 answer
48 views

when capturing the layout to a Bitmap, the non-RecyclerView parts of my layout appear correctly, but the RecyclerView content is missing, How can I correctly convert a layout containing a RecyclerView ...
Sathishkumar G's user avatar
1 vote
0 answers
36 views

Using AndroidStudio I had asked Google's Gemini to convert me a piece of code of my Android Java application from using a ScrollView to using a RecyclerView instead for more efficient scrolling ...
mmo's user avatar
  • 4,396
0 votes
1 answer
74 views

I created a simple RecyclerView in Java and implemented item click handling in the adapter's onBindViewHolder method with this action that the clicked item moves to position 0. @Override public void ...
C.F.G's user avatar
  • 1,523
0 votes
2 answers
97 views

I'm new to Android development and have tried to implement a SearchView alongside a RecyclerView to display and filter restaurants. However, when I scroll down to the bottom of the listed restaurants, ...
999's user avatar
  • 11
2 votes
0 answers
412 views

I have an array list of log entries, which consists of an a time and date with a description. I want the user to be able to reverse the direction from oldest to newest and back again. I am using ...
Notsileous's user avatar
1 vote
0 answers
40 views

In my RecyclerView, I used ListAdapter combined with DiffUtil.ItemCallback. class CustomDiffCallback : DiffUtil.ItemCallback<TypeInterface>() { override fun areItemsTheSame(p0: TypeInterface,...
IChung's user avatar
  • 479
0 votes
1 answer
64 views

fun RecyclerView.applyHorizontalDecoration(context: Context, spacing: Int){ with(this){ Log.i("sachin", "$context,,,,,,,, ${rootView.context}") ...
Sachin Mewada's user avatar
0 votes
1 answer
69 views

I have been having a problem since quite some time and I have tried many things to understand and get rid of it without any success. Actually I am developing a music app with different songs that can ...
VanessaF's user avatar
  • 717
0 votes
0 answers
62 views

I am developing an Android app in Java that displays a grid of Japanese Kanji characters using RecyclerView with a GridLayoutManager. I'm using the Android Jetpack Paging3 library to load data from a ...
Tennis Heal's user avatar
0 votes
0 answers
56 views

I'm implementing drag-and-drop functionality in a RecyclerView using ItemTouchHelper and a ListAdapter. Swiping items works perfectly, but I'm facing a strange issue with dragging. The Problem When I ...
user23759128's user avatar
1 vote
0 answers
41 views

During the recycling and reuse process of RecyclerView (items/views).​​Why doesn't the copy/paste context menu appear when I long-press on text inside a RecyclerView item? If I use holder....
Pzzzzz's user avatar
  • 11
1 vote
1 answer
97 views

So what I'm trying to achieve is the following: I have a list of items in the recycler view (upto) 24 line items in the recycler. In one list view item there will be a left and right item that a user ...
Learn2Code's user avatar
  • 2,320
0 votes
1 answer
48 views

Hello I am having trouble with a problem where on my recycler view it displays sometimes the associated items given in the view. I had this problem earlier and what seem to make it work for the first ...
BenTheLittleDucky's user avatar
0 votes
0 answers
40 views

So this question is regarding the use of doOnLayout and the undesired effect it has when the view that is using it is being recycled. So far I have been using this function to perform an action when ...
Leandro Ocampo's user avatar
1 vote
1 answer
93 views

I’m working on an Android app that uses a RecyclerView with a custom Adapter and ViewHolder. The RecyclerView contains EditText views, and the properties of these views (such as text, color, padding, ...
Rohan Pande's user avatar

15 30 50 per page
1
2 3 4 5
1977