Linked Questions

11 votes
1 answer
10k views

Is it possible to scroll inside an EditText which is in a ScrollView? <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout ...
Klaasvaak's user avatar
  • 5,652
228 votes
9 answers
137k views

I have a ScrollView that surrounds my entire layout so that the entire screen is scrollable. The first element I have in this ScrollView is a HorizontalScrollView block that has features that can be ...
Joel's user avatar
  • 6,253
16 votes
8 answers
35k views

So, I have this ScrollView with one child - a LinearLayout that has two children: a TextView and a ViewPager. ViewPager contains layout with many elements, that's why i need the ability to scroll ...
Genkaku's user avatar
  • 191
11 votes
1 answer
29k views

I'm quite new to android development and at the moment I'm working with a viewpager, trying to understand how I can handle touch/tap events. I've spent all morning searching for answers to this and I ...
sterix24's user avatar
  • 2,410
13 votes
3 answers
19k views

I am using android compatibility package version 4 for displaying pdf pages in my app. I have used PagerAdapter & ViewPager for displaying pdf pages like horizontal scroll view. Now the problem ...
Shashank_Itmaster's user avatar
8 votes
2 answers
9k views

I need to design the following screen, and I need your advice: Explanation: The title is static/fixed and I don't need to do anything with it. Yellow: this is the interesting part, I need to design ...
Emil Adz's user avatar
  • 41.3k
6 votes
3 answers
2k views

my question is simple. Can I use an HorizontalScrollView inside the content menu of a DrawerLayout? My DrawerLayout looks like this: <android.support.v4.widget.DrawerLayout android:id="@+id/...
David Martinelli's user avatar
5 votes
2 answers
6k views

I have an app based on Android-ViewPagerIndicator. I would like to create an HorizontalScrollView in a Fragment .The view will include some pictures. My problem is that my Scrolling view isn't ...
menu_on_top's user avatar
  • 2,613
19 votes
0 answers
4k views

How to prevent swiping in androidx ViewPager2 when the touch event is coming from inside a nested view (e.g. a HorizontalScrollView, etc)? I expected this to be possible by overriding ViewPager2....
ccpizza's user avatar
  • 32.4k
2 votes
1 answer
3k views

In my application I have a custom View (that extends ImageView) and in it we handle the touch events to move Image. Then I make ViewPager to slide right or left to show the next layout. The custom ...
MayBreath's user avatar
3 votes
0 answers
3k views

I have ViewPager view with RelativeLayout child views. The child view contains an ImageView and TextView. The problem is that event if I set setOnTouchListener to ImageView, it is not called when ...
cubesoft's user avatar
  • 3,558
2 votes
1 answer
2k views

May be duplicate of: Intercepting touch events in ViewPagerIndicator Disabling & Enabling Paging In ViewPager in Android android: ViewPager and HorizontalScrollVIew I am using ViewPagerIndicator ...
user avatar
0 votes
1 answer
2k views

I have implemented HorizontalListView inside ViewPager. ViewPager works fine but a child of ViewPager (HorizontalListView) doesn't scroll. Instead the whole page scrolls to next. How to solve touch ...
Krishna Shrestha's user avatar
0 votes
1 answer
558 views

I am using viewpager and fragments and display different section. At bottom, I have used Horizontallistview from A to Z and if i click display respective data with letter indicates. Problem: When ...
B B's user avatar
  • 63
1 vote
0 answers
820 views

I have an android app with an activity that swipes (left to right) between 3 views. One of those views displays GoogleMaps. In addition to that I need to have scrolling up and down (not in the map but ...
george's user avatar
  • 1,386

15 30 50 per page