Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 views

I am trying to create a layout where: A top image (30% of the screen) remains fixed initially. A layout below behaves like a bottom sheet that can scroll over the image and cover the full screen. I ...
Player91's user avatar
  • 153
1 vote
0 answers
74 views

I’m working on a layout where I need to display two WebViews inside a NestedScrollView, and this NestedScrollView is placed inside a child fragment of a ViewPager2. The goal is to display HTML content ...
Garvi Shah's user avatar
1 vote
0 answers
79 views

I was trying to achieve a lazy column with custom behavior. When the user pulls the lazy column after they reached the limits, I would show a refresh indicator by using the offset. The problem is, ...
Farid Guliyev's user avatar
0 votes
1 answer
42 views

Suppose we have pagination and after getting product from pagination api we have to call another api only for that particular product which is visible to user not all that product which get from ...
Mamta's user avatar
  • 1
2 votes
1 answer
522 views

I am working on a an android jetpack compose screen. Simply, the page has a TabRow with 3 tabs. Every tab has LazyColumn which shows some ui components in a scrollable manner. Also, there is one ...
anzaidemirzoi's user avatar
0 votes
0 answers
51 views

I am trying to disable NestedScrollView when my RecyclerView is visible. Below is my layout : <RelativeLayout android:layout_width="match_parent" android:background="...
bhaskar's user avatar
  • 1,080
0 votes
1 answer
31 views

Have a recycler view nested in NestedScrollView <CoordinatorLayout> <NestedScrollView> <RelativeLayout> <RecyclerView> Trying to scroll to a particular item in recycler view ...
manaswi31's user avatar
3 votes
3 answers
9k views

I want to use the lazy column under the lazy column and have a vertical scroll view in it. While using the vertical scroll in it, I had issues. Can anyone help me create a Nested Scroll view? Lazy ...
Aashis's user avatar
  • 101
0 votes
1 answer
38 views

below is my XML code, I have multi expandable list view (5) each one with a different adapter, and all the views are inside the vertical scroll view. but when clicking on the header of each expandable ...
Ahmed Laoun's user avatar
2 votes
0 answers
101 views

Need to reliably detect the left and right swipe on whole NestedScrollView. I tried various options but nothing worked so far! Please refer the code below - Following is the layout <?xml version=&...
Anit's user avatar
  • 43
0 votes
1 answer
86 views

Expected behaviour: Tap and hold to start a selection with SelectionTracker then drag to select more items. Actual behaviour: One item gets selected, then NestedScrollView starts intercepting touch ...
Remc4's user avatar
  • 1,245
0 votes
2 answers
3k views

I have a Column and inside the Column, I have a Spacer with a specific size and a LazyColumn. What is happening now is that when I want to scroll, First LazyColumn starts to scrolling, and when it ...
Ehsan's user avatar
  • 2,801
0 votes
1 answer
420 views

I'm having a number of problems using a RecyclerView inside a NestedScrollView. I have a complete freeze of the UI when I have to do the set adapter. I've seen in other posts that it's a known issue ...
DoctorWho's user avatar
  • 1,158
0 votes
0 answers
878 views

I have RecyclerView inside NestedScrollView. What I want is to scroll entire content of NestedScrollView if NestedScrollViews content (including list passed to RecyclerViews adapter) is above certain ...
Martin's user avatar
  • 2,984
1 vote
1 answer
1k views

I have this material top tabs navigation in react native : <Tab.Navigator initialRouteName="Screen1" screenOptions={() => ({ swipeEnabled: true, })}> ...
dudi ftw's user avatar
1 vote
2 answers
76 views

I have a RecyclerView displaying CardViews, which are expandable and retractable. I also have a LinearLayout of an ImageView and two Text Views displayed above it. I want to scroll the RecyclerView ...
Hai Nguyen's user avatar
2 votes
3 answers
2k views

I have a bottom sheet dialog with 2 nestedscrollview, the outer one wrap the entire view, the inner one wrap a single textview, I have 2 problems: 1. the the inner one can scroll only down, as you can ...
C-Gian's user avatar
  • 169
0 votes
0 answers
154 views

i started my project to make WhatsApp clone to learn now i have chalange to my AppBar ( animated , scrollbe , design ) i have used DefaultTabController with : Scaffold with : NestedScrollView with : ...
Nady Nasser's user avatar
1 vote
1 answer
433 views

I have two separate horizontal RecyclerView's that are embedded in a vertical LinearLayout, that itself is contained within a NestedScrollView - The top and bottom views have different dataset and ...
teh_raab's user avatar
  • 404
0 votes
0 answers
74 views

I have the following problem My list has 24 items when is showing them on the NestedScrollView - ReycleView its show 21 items and duplicate 3 of them so 24 item and 2 or 3 item are not shown instead ...
mikegrep's user avatar
  • 131
-1 votes
1 answer
101 views

I am making an app which has a main recycler view and an internal recycler view that goes inside the main recycler view. The problem is that the list of elements is not displayed inside the recycler ...
mauricio romero's user avatar
2 votes
0 answers
708 views

I want to develop something which is mentioned in below link: Sticky header similar like IOS I have checked the nested scrolling from google nested scrolling but its not giving the exact behaviour. ...
prat's user avatar
  • 424
0 votes
3 answers
51 views

I am trying to achieve this... Ok this looks good no problem..BUT here's the problem, if this is on small screen then last view is not showing properly when scrolling to the end of screen. I've ...
ShaRy's user avatar
  • 97
0 votes
0 answers
529 views

When I built a layout with a coordinator layout, I have used the view pager2. The design blueprint is right while the result is wrong. The height of view pager is wrong, could you tell me where I am ...
Clay's user avatar
  • 1
2 votes
1 answer
2k views

I have inside my BottomSheet view a NestedScrollView and I want to drag down the bottomSheet when scrolling down from the nestedScrollview but it is not working. My XML code is like below : <...
Mohamed Jihed Jaouadi's user avatar

1
2 3 4 5
14