Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 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
0 votes
0 answers
32 views

I have NestedScrollView within I have recyclerview & other image, textual content. I want to bounce down & up (reset to original position) like effect when scroll reaches to top or bottom. I ...
VVB's user avatar
  • 7,671
1 vote
0 answers
81 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
2 votes
1 answer
389 views

I have been trying to collapse/expand a header when lazy column list scroll up or down using nested scrolling. I have been using following code @Composable fun ScrollableScreenWithCollapsibleHeader() {...
Rajeev Kumar's user avatar
  • 4,973
1 vote
0 answers
80 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
30 views

I am working on an Android application and I have a toolbar and below that I have a NestedScrollView and inside that some other views. I have done everything right but still, the contents are not ...
Saurav Kumar'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
1 vote
0 answers
43 views

My issue is the following : I have a NestedScrollView with Bottomsheetbehavior, inside it, there is a viewpager. The viewpager shows a fragment that contains clickable and non clickable elements. Non ...
AdrienM's user avatar
  • 73
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
1 vote
0 answers
37 views

I have set up a transition between constraints_start and constraints_end, which is triggered by a swipe gesture on the header or NestedScrollView. The XML for this transition is as follows: <...
Aadil Mirrani'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,090
0 votes
1 answer
4k views

I have a parent composable that is scrollable and contains a child AndroidView. Inside the AndroidView, there is a NestedScrollView. I expected the child NestedScrollView to be able to scroll before ...
HeiHa's user avatar
  • 39
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
0 votes
1 answer
612 views

I have the project and one of fragment use the Collapse Toolbar Layout. Until recently, everything was fine. But last time i faced in Android Studio with the problem of render of the Collapse Toolbar ...
Vasily's user avatar
  • 1
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
  • 111
1 vote
1 answer
827 views

I have a NestedScrollView contains LinearLayout with orientation vertical, i have adding multiple views programmatically to the linearLayout, after that i need to click on a specific view inside the ...
Malo's user avatar
  • 1,666
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
0 votes
2 answers
333 views

When you create dynamic list using RecyclerView your aim is to display needed item to user not all at once that causes to wait user to see the list. But i recently noticed that when you put ...
StackOverflower'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
1 vote
1 answer
487 views

We have implemented a RecyclerView inside a NestedScrollView in multiple places within our app. This is a common practice we have followed, especially on screens where a large list of items needs to ...
Snehil Shrivastava's user avatar
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
1 answer
55 views

I want to scroll down once and then up programatically. The scrolling should be slow and smooth. This is my code: scroll_1.post(() -> scroll_1.fullScroll(View.FOCUS_DOWN)); scroll_1.postDelayed(() -...
user avatar
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
43 views

Question: I have a NestedScrollView with 11 type of views (ImageView, 6 TextViews, 4 CardViews(with 1 RecyclerView in each)), the images of the layout is attached below. I am thinking of Implementing ...
Siddhartha Srivastava's user avatar
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
1 vote
0 answers
124 views

I have a BottomSheetDialogFragment. In the OnCreateView, I return a ComposeView. Inside the ComposeView, I have a Column with a Vertical Scroll since the column has quite a few items. When I swipe up ...
Vikram Ragu's user avatar
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
0 votes
0 answers
90 views

1st Image shows initial view when screen opened 2nd Image should be the view after scrolling down and soon after image is passed it should locked and bottom should be able to scroll separately ...
Pasan Induwara's user avatar
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
0 votes
0 answers
329 views

I have a layout which need to be scrollable.This is a fragment and the fragment hosted on a activity.The ScrollView has only one child which is relativeLayout and the relativeLayout has multiple child....
Shakib hasan's user avatar
1 vote
2 answers
77 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
0 votes
2 answers
81 views

Input data: LinearLayout with a couple of views (further "Info") RecyclerView with pagination In theory, the objective is easy: make both views scrollable like a single container. In ...
Corec's user avatar
  • 111
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
2 answers
1k views

I have a problem developing my app on Android. For a long time, the app was intended to run only on tablets of fixed resolution, so we designed the layout using LinearLayouts. Now we need to deploy ...
Lubron's user avatar
  • 89
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
0 answers
167 views

I am rendering a vertical feed of WebViews using a RecyclerView. The WebViews may have different content heights, and but we need to cap the height of a WebView to be at most the height of the feed ...
Chris B's user avatar
  • 35
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
1 vote
0 answers
37 views

I am new to android and this is my first time asking question on stackoverflow. I am trying to implement a layout that has A horizontal ViewPager2 Some horizontal scrolling RecyclerViews A vertical ...
Tejas Jadhav's user avatar
0 votes
0 answers
75 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
0 votes
1 answer
296 views

here is my XML code which I am trying. I wrote the code in the right way but I can't get the results I want so please tell me where I am mistaken in coding thanks in advance for the help. <...
Muhammad Hamza's user avatar
-1 votes
1 answer
102 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
0 votes
0 answers
279 views

I have layout with AppBarLayout, and FragmentContainerView which might include horizontal and vertical recycleView inside it which all of them need to be scroll up and down I don't want to Use ...
Bruse's user avatar
  • 313
2 votes
0 answers
709 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
1 answer
147 views

I am using a recycler view with multiple views nested in it recycler work fine and it also scroll smoothly but when I put recycler view inside the nested scroll view the scroll of nested view is lag ...
Shivam Kumar's user avatar
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
52 views

When I use NestedScrollView in CoordinatorLayout as below, I can't scroll smoothly in ViewPager2.Sometimes it works, But only when I scroll fast. Where am I wrong? Any help would be appreciated <?...
Clay's user avatar
  • 1
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
0 votes
0 answers
97 views

When i place HIChartView(From HighCharts library) inside NestedScrollView or RecyclerView and try to scroll up the page by touching on the chartView, the recyclerview scroll movement is very laggy. ...
K Pradeep Kumar Reddy's user avatar
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
0 votes
1 answer
131 views

Text view changes as user scroll the screen How can i achieve something like that as shown in gif file above link... I have nested scroll view in activity and layout frame inside it, in which fragment ...
Navi's user avatar
  • 3

1
2 3 4 5
14