0
votes
2answers
40 views

Show view from xib in ScrollView

firstly I want to say that I am newbie at iOS development. I have a problem with showing a view from xib file in ScrollView. This MyView is only green background with one label. Here is a code from ...
2
votes
2answers
200 views

recycling views in scroll view

I have an app that show the tv guide for a list of channels. My UI is made from a a lot of custom views with different widths that show the tv programs, all these custom views are added into a ...
0
votes
2answers
307 views

Determine if a view is on screen - Android

I'm a little bit stuck with this one - first and foremost, the following link has been useful however I've come up with a bit of an issue with visibility: The link: Check view visibility I have a ...
0
votes
0answers
55 views

ScrollView Error

I have a scrollview which has a linearlayout as a child . now when i launch my app i get the following error 03-11 10:58:35.723: E/AndroidRuntime(6261): java.lang.IllegalStateException: The specified ...
2
votes
2answers
877 views

How to Add Dynamic row view in Scrollview in android?

I want to dynamic add row in linear layout but i create xml and i run the application crash . my xml and sourcecode below. My Xml Code:: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
0answers
92 views

Scroll View in Absolute Layout without changing to an alternative layout

i am making an map application for our school. we are currently using absolute layout so that we can position the buttons freely but it seems that the scroll view doesnt work with absolute layout. Any ...
-1
votes
1answer
216 views

Android: Scrolling to bottom of scrollview [closed]

Hy, I have a ScrollView, on it a Linear Layout and on that a self Written class which extends View. My problem is I would like to scroll to the bottom by clicking on a button. The button to scroll to ...
1
vote
2answers
204 views

Android: ScrollView not working with View class

I've created a class which i use to draw some graphs, the class extends View, and it looks just like here How to draw a line in android. Inside an activity, I show it with this drawView = new ...
0
votes
2answers
149 views

Adding views to scroll view for Android

I'll start by explaining what the finished program should do. First, I would like it to set a OnClickListener for a specific button. Once the button is clicked, I will assume that user has entered ...
1
vote
2answers
95 views

How can I catch that View become visible

I inflate Views on ScrollView. And I need to get event, when on scrolling one of this Views (last, for example, or special type) becomes visible (in screen zone).
1
vote
1answer
75 views

is it possible to use something like “reloadData” between 2 scroll views in iOS to keep the data loaded efficiently?

I have 2 scroll views. When click one of the buttons in the first Scroll view, some images related to this button will be retrieves from a plist and loaded into the second Scroll view.Is it possible ...
1
vote
2answers
497 views

Popover view in iPhone

I add a vertical scroll view on a UIView. then add some " MidRight" buttons from the link below onto the scroll view. https://github.com/lexrus/FPPopover when I click one of the " MidRight" buttons ...
0
votes
0answers
141 views

What's the proper way to add a ScrollView + LinearLayout w/ custom Views to a Fragment programmatically?

I'm trying to create an Android app that has a ScrollView which allows the user to scroll through a bunch of custom views. My activity features a Fragment, so I'm creating all of this within the ...
0
votes
0answers
83 views

NullPointerException when dragging a clickable view

I currently have a scroll view which contains a relative layout containing multiple views below one another. When attempting the touch motion of dragging to utilise the scroll view I receive the ...
0
votes
3answers
332 views

Continuous scroll with UIScrollView Xcode

How do I make a scroll view start over again? IE: my UIScrollView is 1000px wide. The user will swipe through the view to find a topic. When the user reaches the last topic (say topic 10) how do I ...
0
votes
1answer
139 views

Android scrollview scrolls more than needed

I added scrollview to a relative layout, but it scrolls more than I needed. If I remove the scrollview, it will not show the last two buttonImages. So I added srollview. Here is the code. ...
0
votes
1answer
947 views

add view to scrollview in android

I have a relative layout inside a scrollview, then i created a new view with this code: public class DrawView extends View { Paint paint = new Paint(); public DrawView(Context context) { ...
0
votes
0answers
129 views

Android ListItem to LinearLayout (inside ScrollView) Binding

What I am trying to achieve is described below. I have a ListView and to the right of the ListView I have a Scrollview. I have included multiple LinearLayouts inside the ScrollView. I have some list ...
0
votes
1answer
179 views

Scrollview in a view not resoponding IOS

I know I must be doing something incredibly silly, but I am struggling with something that should be simple. I have a tabbar app and originally I had the viewcontroller loaded with a XIB that only ...
0
votes
1answer
78 views

Can I resize the layout to width 2x more then screen width?

I want to implement something like ViewPager or ScrollView, but I don't want to use it for some reasons. As I understand, I need to resize the parent layout to the width of N*(width of screen), N is ...
3
votes
1answer
529 views

Android View.OnKeyListener: click once, execute twice [duplicate]

Possible Duplicate: public boolean onKey() called twice? Here is my code public class TestKeyActivity extends Activity { private int i=1; private ScrollView sv; public void ...
3
votes
1answer
889 views

Dynamically adding views to RelativeLayout inside ScrollView

I am trying to add dynamically created several RelativeLayouts into a LinearLayout which is inside a RelativeLayout, which is inside a ScrollView. When the total height of the all views exceed the ...
1
vote
1answer
369 views

android - way to be informed when a view is shown within a scrollview?

i have a simple question: suppose i have some views on a scrollView (or a horizontalScrollView) . is there any way to add a listener that will tell me when such a view is getting inside and outside ...
0
votes
1answer
2k views

Android - stackoverflow Error

Got problem with StackOverflowError. The worse thing that right now its occur only on one device. I've tested so far on: Samsung Galaxy SII (2.3.4) Samsung Nexus S (4.0.3) HTC Wildfire (2.3.7 and ...
3
votes
2answers
432 views

How to display an image that is bigger than the phone screen dimensions?

I have a question that I didn't find a real consistent answer for. That is why I am reaching out to you guys. I've been trying to achieve a 'viewfinder' effect for my application in the following ...
0
votes
3answers
216 views

How to remove a view from a LinearLayout without affecting the positions of the other children?

I am trying to add/remove views to a LinearLayout inside a ScrollView. I would like to remove/add views to the LinearLayout while it is scrolling for larger lists might blow memory and/or be slow. ...
2
votes
2answers
547 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 ...
0
votes
1answer
473 views

Recycling views, listview inside scrollview

I am aware of recycling of views in LiveView, I am also aware that we cannot have a listview as a child of scroll view, which just scrambles the scrolling up. I know the work around of using ...
0
votes
2answers
71 views

Position of GONE Views

I have a ScrollView->TableLayout->TableRow Inside the TableLayout thare are some TableRows visible and some gone. Its because clicking a TableRow, some other rows below it will become VISIBLE. Its ...
10
votes
3answers
4k views

Is there a way to programmatically scroll a scroll view to a specific edit text?

I have a very long activity with a scrollview. It is a form with various fields that the user must fill in. I have a checkbox half way down my form, and when the user checks it I want to scroll to a ...
0
votes
1answer
118 views

I can't scroll my customized view

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="fill_parent" android:layout_width="fill_parent" ...
1
vote
1answer
477 views

How to edit a ScrollView from inside a View in Xcode4?

How can I properly edit a a ScrollView that is a child of a View in Xcode 4. I have a really long ScrollView (over two pages with lots of controls) and XCode does not let me see the entire scrollview ...
0
votes
1answer
419 views

Android Issue: Can't add more then 11 views on a ScrollView

This is my first question on stackOverflow, so lets go: I have this layout: <?xml version="1.0" encoding="utf-8"?> <ScrollView android:id="@android:id/tabhost" ...
3
votes
2answers
4k views

Dynamically load elements to a ScrollView

I'm trying to create a dynamical scrollable view. It will keep a list of elements downloaded from a server. This list could be thousands of elements. Because of this elements have to be downloaded ...
2
votes
1answer
257 views

Android::Does a view know when it is scrolled?

I have a ScrollView and views inside it. I want to have special behaviour on one of the child views in the ScrollView. My question is, does the view itself know when it is scrolled? Is there a ...
3
votes
0answers
649 views

Android: How do you scale multiple views together?

I'm trying to layer graphics one top of each other, like an icon over a background, with the second layer (icon) at a certain pixel offset from the top left corner of first layer (background). Since ...