Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
2answers
20k views

Android - HorizontalScrollView within ScrollView Touch Handling

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 ...
6
votes
1answer
2k views

How to get a TextView in Android have Horizontal Scrolling and autoscrolled?

I want to have a simple TextView with horizontal scrolling, I know that I use HorizontalScrollview for that and I want the text to be autoscrolled continuously. Is that possible?
4
votes
1answer
123 views

How to set selected tab must be in middle

I am new to Android and in my project I have requirement i.e I have six tabs but I show ...
4
votes
3answers
2k views

Android: Moving background image while navigating through Views

After searching for days to find a solution for my current problem, I'm addressing to you. :) What I want to have is a background image, which behaves like the stock homescreen or the weather app ...
4
votes
2answers
690 views

Synchronize the position of two ScrollView views

I am trying to synchronize the positions of two ScrollViews. I'm trying to do this to display a tv guide listing. I have created a custom class that extends RelativeLayout to display the guide. ...
3
votes
1answer
319 views

Tab host auto scroll using Horizontal scrollview– Programmatically

I am developing a sample application with TabHost, which is containing HorizontalScrollView. Here is my problem: I have more than 10 tabs, when i click on any of the tabs it should set the gravity ...
3
votes
6answers
2k views

How to programmatically scroll an HorizontalScrollView

I have an HorizontalScrollView which contains a RelativeLayout. This layout is empty in the XML, and is populated from java in the onCreate. I would like this scroll view to be initially somewhere in ...
3
votes
2answers
2k views

Android: Autoscrolling HorizontalScrollView

I'm using the following code to simulate tabs and since there are more tabs that width can accommodate user can scroll left or right to make a tab button visible. It all works, however I also provide ...
2
votes
2answers
202 views

How to make certain widgets in scroll view unscrollable or sticky at the top of screen like a header

I am creating an android application in which the user can view the channel list and programme list on the same screen. For ex :- The image of the channel will be on left and the programmes scheduled ...
2
votes
2answers
362 views

Infinite Listview in an HorizonzalScrollView in Android

I am developing an Android app and one of its use cases is to display the following situation. I have a list of links (L). Each of these links is the URL for a picture in the Internet; I have to ...
2
votes
2answers
220 views

Scrollview horizontal and vertical doesnt work at the same time

Does anybody tell me how do I make ScrollView if I want to use vertical and horizontal at the same time?
2
votes
1answer
914 views

scrollTo, scrollBy, smoothScrollTo, smoothScrollTo don't work in ScrollView after adding view in child layout

I have HorizontalScrollView with child Layout inside. After adding view into child layout I can't scroll HorizontalScrollView to the right side of scroller. scrollTo, scrollBy, smoothScrollTo, ...
2
votes
2answers
529 views

synchronize two horizontal scroll view android

i have two horizontal scroll views each containing a linear layout item under it. how is it possible to synchronize the scroll, when either of it is scrolled, the other is also automatically ...
2
votes
1answer
970 views

HorizontalScrollView - calculate stop position after fling

With HorizontalScrollView, how do I detect when the scrolling stops after user has flinged the view ? Or alternatively, how do I know at what position the scroll will be when it stops (then I could ...
2
votes
2answers
1k views

Refresh layout while filling it

I have an activity with a HorizontalScrollView. When it opens, I start filling this view (or rather, a container layout inside it) with another views. This is done from another thread by using ...
1
vote
1answer
90 views

Change HorizontalScrollView's light color - OverScrollMode

At the end of the HorizontalScrollView, a light appears to show that the scroll content has ended. Is there a way to change this color? It is appearing in my phone as a yellow one. I have already set ...
1
vote
1answer
57 views

Android: current 'x' position on Gallery widget

I'm wondering how to get current X position on Gallery widget in Android? Is it even possible? getX() and getScrollX() gives me 0 all the time. I need to make a 100-elements long horizontal scrolling ...
1
vote
2answers
69 views

Android Horizontal Scrollbar is clipping text

I have a ScrollView which contains a linear layout. The linear layout contains several textviews, all of which have the bottom 25% of their text cut off (see picture). I would like the text to be ...
1
vote
0answers
56 views

move cursor for edittext inside a scrollview

I have an edit text that I need within a scrollview. Before I added a scrollview that wrapped the edittext, I was able to touch on the edit text box to move the cursor, and I could long press it to ...
1
vote
0answers
63 views

27 column table that you can scroll horizontally to view

I know this has been answered in bits and pieces around this site, all my google links to questions similar to this one are purple, i've no other choice but to ask it here. I want to make a table I ...
1
vote
1answer
186 views

Detect end of fling in HorizontalScrollView?

How can I detect the end of a fling event within a HorizontalScrollView? Using a GestureDetector, I can determine when onFling has started, but I can't figure out how to tell when it has completed. ...
1
vote
1answer
338 views

java.lang.OutOfMemoryError BitmapFactory.nativeDecodeAsset()

Hi i am creating an app about traffic signs. traffic signs are in .png format. some of them I am showing in horizontalscrollview. But when try to open activities , I get this error from android market ...
1
vote
1answer
109 views

HorizontalScrollView inside a RelativeLayout: works fine on a 1.6+API, but not on 1.5 API

I am using a HorizontalScrollView inside a RelativeLayout. It works fine on a 1.6+API, but on 1.5 API the HorizontalScrollView does not scroll, what is the problem? On 1.5 API (3) you can only see ...
1
vote
2answers
226 views

Tabhost tabs don't display correctly across devices

I'm experiencing weird behavior in a tabhost across different devices. Which leads me to think there is a problem with the device (considering the one giving me trouble is running an unofficial mod) ...
1
vote
2answers
304 views

Android horizontal scroll programatically

In Android, I want to create a particular control which may require to set the location of a component by fixed coordinates. This is what I want to do. These screenshot are taken from a swing ...
1
vote
1answer
245 views

how can i make a horizontal scroll bar auto scroll to the left?

I have a horizontal scrollbar and i can get it to scroll all the way to the right but i want it to autoscroll to the left with no user interaction. i cant seem to get it to work. ...
1
vote
2answers
545 views

How to horizontally scroll a particular row of UITableview in iPhone objective-c?

I am working on a project where I have to horizontally scroll each row (independently) in the uitableview. Actually I am showing some images in the table view and each row contains images according to ...
1
vote
1answer
369 views

Controlling amount of Scroll in Horizontal Scroll View

I have a Horizontal scroll view in my app which consists of 9 images. It has to display a set of 3 images at a time. I mean one scroll has to display a set of 3 images. Now with the default behavior ...
1
vote
1answer
898 views

HorizontalScrollView with centered elements

I have a HorizontalScrollView that is filled dynamically with TextViews. Sometime there is one, two, three or more elements. What I'm looking for is a way to have the items centered regardless of the ...
1
vote
2answers
497 views

Contents stretching to fill HorizontalScrollView

I'm doing an inadvisable thing here, and I know it, but I have a webview nested in a horizontalscrollview. (I needed more scrolling control than webview provides.) The layout looks like this: ...
1
vote
3answers
2k views

Android: HorizontalScrollView smoothScroll animation time

I have a situation in that I am using a horizontal scroll view with images and using buttons to smooth scroll to the different image locations. Now it works okay I was just wondering if anyone knew of ...
1
vote
1answer
1k views

Horizontal menu with HorizontalScrollView-android

This is one horizontal menu I have to implement .And this menu should scroll horizontally smoothly with left and right arrow like this Fox News application ...
1
vote
1answer
545 views

HorizontalScrollView with ListView--documentation bug?

The documentation for HorizontalScrollView has the following: You should never use a HorizontalScrollView with a ListView, since ListView takes care of its own scrolling. Most importantly, ...
1
vote
1answer
571 views

Android: How to disable vertical scroll of ScrollView when scrolling a HorizontalScrollView?

I am developing an Android app with an Activity with a ScrollView that contains, among other stuff, a HorizontalScrollView. When I touch the HorizontalScrollView I want to disable vertical scrolling ...
1
vote
1answer
807 views

Android 2.2 consumes ACTION_UP where 2.1 does not (in nested scroll views). Am I using an old bug?

I have custom view in a HorizontalScrollView wrapped in a ScrollView and I want to act on ACTION_UP in onTouchEvent when the touch point has been moved but no scroll has been done, i.e. when the view ...
1
vote
0answers
293 views

scroll start point of a HorizontalScrollView

In the method onCreate, I tried to put a series of TextView in HorizontalScrollView and then I tried to set the value of the scroll to a TextView. Not working. When I find the TextView I need, i put ...
1
vote
1answer
979 views

HorizontalScrollView shrinks GridView to small line

When I put a HorizontalScrollView around a GridView, the GridView gets compressed into a small column on the left. The Gridview's vertical scrollbar even appears on the left. The ...
0
votes
1answer
32 views

disabling the Yellow-Black gradient color on scrolling at the ends of listview, scrollview, horizontal scroll view

We know that, when we scroll a listview at bottom or top of the list, we will see gradient color of yellow and black. Same thing will happen for ScrollView and HorizontalScrollView also at the edges. ...
0
votes
0answers
83 views

jQuery Mobile horizontal scroll with Firefox

I'm using ScrollView http://jquerymobile.com/test/experiments/scrollview/ to implement a horizontal scrollable list of thumbnail images. This all works fine except in Firefox on Android where swiping ...
0
votes
2answers
148 views

Dynamic horizontal scroll view in Android

I want this : I am building a few screens where I will have questions like 1.The capital of India is a. Delhi b. Bangalore c. Chennai 2. Are you sure? a. Yes b. No Now how I want this is in one ...
0
votes
0answers
12 views

How to get focussed tabs when scrolling

i have requirement in my project i.e i used variable number on nested tabs and use horizontal scrollview for view all tabs.after scroll view how can i get focussed tabs can any body suggest solutions. ...
0
votes
0answers
29 views

HorizontalScrollView deliver vertical touch events to other view

i have a custom view and a custum HorizontalScrollView in a RelativeLayout: <RelativeLayout> <CustomView> <CustomHorizontalScrollView> </Relativelayout> The ...
0
votes
1answer
99 views

UITableView with in a scrollview not working

I'm a newbie for ios sdk.I've created a sample app.In that app I'm using a tableview and on clicking any cell in the table view i'm pushing a ScrollViewViewController( scrollView with pageControl ) on ...
0
votes
1answer
85 views

Android scrolling on a HorizontalScrollView

I have a HorizontalScrollView with a LinearLayout inside. This LinearLayout is populated (dynamically) with a lot of TextViews. I want to scroll my HorizontalScrollView to a specified TextView ...
0
votes
1answer
130 views

How to set up a HorizontalScrollView in Android?

I'm new to android but I've done the notepad tutorial. Now I'm trying to write my own layout. The eventual layout will be like this on one page: 1st row: [ ------search bar----- ] [ button ] 2nd ...
0
votes
1answer
109 views

How to set scrollview scrollbar edges invisible while scrolling programmatically

I know how to achieve scrollbar fading by declaring in our xml layout file when i have set this attribute over scrollview generated at runtime i didnt have any idea how to achieve. <ScrollView ...
0
votes
0answers
39 views

How to drag views over parent view ,with background image, smoothly?

I Have a Horizontal ScrollView with some views on it. the scrolling is very smooth, when the scrollview's parent got no background (i.e black) However, when I set an image background to the parent, ...
0
votes
3answers
225 views

Android- disable horizontal scrolling of horizontalscrollview which has scrollview as children

I'm working right now in order to disable horizontal scrolling of horizontalscrollview (id: ordermenu) which has scrollview(i mean vertical scrollview. id of scrollview's child relativelayout: ...
0
votes
1answer
64 views

android HorizontalScrollView layout component direction

i have HorizontalScrollView containing horizontal linear layout when i am adding new button to the horizontal linear layout the buttons added beside each others from left to right and when exceeding ...
0
votes
0answers
86 views

Move HorizontalScrollView on screen

I want to have HorizontalScrollView not always take the full width of the screen. Is it possible to move the scroll on the screen but if you are at the beginning of the scroll, then its movement will ...

1 2 3