Skip to main content

Questions tagged [android-recyclerview]

The RecyclerView widget is a more advanced and flexible version of ListView and GridView.

android-recyclerview
0 votes
0 answers
15 views

How to achieve gemini effect in recyclerview?

I want my recyclerview to render the latest message on top of visible screen scrolling the rest of components up and only have the latest rendered component below it like gemini. and if the component ...
Abdullah Akram's user avatar
0 votes
0 answers
12 views

Kotlin databinding for a custom view (canvas) for a recyclerview with multiple viewtypes

Previously I used kotlin synthetics, but now I'm trying to upgrade to data binding. I have a recyclerview in a fragment and it will have multiple view types all of which will be custom-draw with a ...
James's user avatar
  • 1
0 votes
0 answers
15 views

Sharing PagingData between two recylerviews in Android

I've two recyclerview and need to share the same PagingDataFlow into both, so they can display the same data ( some horizontal scrolling issue, so some data will be on left some will be on the right) ...
kelalaka's user avatar
  • 5,416
0 votes
0 answers
15 views

ReciclerView Filter

I have a Fragment which is made up of 3 components. It is mounted using this Adapter. I need help with a filter in RecyclerView. Currently the filter is working for the first time, but when I delete ...
Anderson Matos's user avatar
0 votes
2 answers
40 views

RecyclerviewAdapter using firebase doesn't sort correctly for more than 5 items

I'm experiencing an issue with my RecyclerView adapter. When I have fewer than 5 items in my Firebase database, the adapter works perfectly, and tapping an item displays the correct details. However, ...
Rednet 's user avatar
0 votes
0 answers
18 views

Android Studio Scroll only Text in textview inside RecyclerView but not all page

I have a problem with RecyclerView. When I fill my descTextView to my adapter file. DescTextView Scrool is not working. I want to scrool just text in descTextView. If i change layout_height to ...
Hakan ÖZGÜR's user avatar
0 votes
0 answers
8 views

Inconsistent width caused by adding items to FlexBoxLayoutManager

My project uses ContactAdapter to combine several adapters, but the main layout is FlexBoxLayoutManager, so I set FlexBoxLayoutManager for Recyclerview. Currently, there is an adapter that has been ...
花未开's user avatar
  • 189
-1 votes
0 answers
11 views

Can't see my recyclerview item except after screen rotation [closed]

I am building android app using kotlin with firebase firestore. I discovered that anytime I fetch data to display on the homepage fragment, the data do not appear unless I rotate the screen of my ...
Louis's user avatar
  • 1
0 votes
0 answers
21 views

Is there any way to optimize the loading of items (layout) in a RecyclerView?

I know that coroutines help with the data in the RecyclerView, but my problem is not the data, because the item inside the recycler don't use images or database, my problem is the layout i am using, I ...
Kircher 455's user avatar
0 votes
0 answers
10 views

How to swipe front card at the bottom position in overlapping cards in android?

I have a set of overlapping cards like this Overlapped cards So what I want to achieve is When I swipe LEFT the front card (A) it should move to bottom of all the overlapped cards and the card B below ...
Freya19's user avatar
0 votes
1 answer
21 views

recyclerview-selection touch conflict with ItemTouchHelper move

I'm using recycler recyclerview-selection for selection and ItemTouchHelper.SimpleCallback for reorder the items. Like below: I can drag and drop the icon on the right (green) part for reordering, ...
William Hu's user avatar
  • 15.9k
0 votes
0 answers
38 views

Deleted Item from Room Database Reloads after app restart

So i have a recyclerview with few items(meals) where a user adds from a alertdialog. When I start the app and add a meal then immediately delete it and quit the app , when starting it second time the ...
VGoychev's user avatar
0 votes
1 answer
17 views

Only highlight single item in nestes recycler view

I have a nested recycler view where the user should only be able to pick one single item inside the child recycler views. When an item is clicked on it is highlighted. Unfortunately the user is able ...
Shannah's user avatar
  • 59
0 votes
1 answer
29 views

How to Change RecyclerView Item Layout When Scrolled to Center Horizontally in Android?

I'm working on an Android app and I want to implement a RecyclerView where the item layout changes when it is scrolled to the center horizontally. I've included an image below to show what I'm aiming ...
Tuấn Nguyễn's user avatar
0 votes
1 answer
40 views

Cannot display Data from my layout viewBinding

I am new to Android Studio. I have been following a tutorial on how to create a Kotlin-based MVVM app with Firebase. I created a data class called ServiceOrder that contains all the necessary data ...
Dexia's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
1957