Tagged Questions
0
votes
1answer
36 views
Grow heap (frag case). Maximize performance
I have a problem with my app.
My activity consists of the following xml code:
<ScrollView
android:id="@+id/main_scroll"
android:layout_width="match_parent"
...
1
vote
1answer
25 views
How do I remove the extra pixels at the top of a ScrollView?
I have been working on an app that allows you to create a Truth Table and save it into HTML for use in word. I have the app working fine but I am trying to clean it up a bit. I have the following ...
0
votes
1answer
26 views
Error accessing checkboxes after putting them inside a scrollview
I changed my xbl from just having checkboxes in the layout to them being in a scrollview. That way I can add more without troubling users with an options page. When I do this I get the following ...
0
votes
1answer
82 views
Android ScrollView only scroll to bottom if you're already there
I have a basic android app set up with a scroll view and text added to it dynamically.
I want it to scroll to the bottom when text is added (which already happens) but I only want it to scroll to the ...
0
votes
1answer
101 views
android GridView, ListView and WebView in ScrollView
I'm implementing mail application for Android. I need to display mail content in ScrollView. The problem is I also need to display attachment as image backed GridView or ListView. Since it is not ...
1
vote
2answers
52 views
Cant remove admob from scrollview
Ive got this project and ive put admob on it but the ad must always be on the bottom of the screen and when you scroll up and down the page the ad must stay in the same place.
It seems ive done ...
0
votes
0answers
94 views
“cannot be resolved or is not a field” for strings, error while doing endless listview scrolling in android
I have set the code for endless Scrolling of listview, so that it will load 10 items per scroll and next 10 on the next scroll etc, but i get error on the object strings as "cannot be resolved or is ...
0
votes
4answers
384 views
Put blackline border around ScrollView - Android
My question is if there is a way to put a simple blackline border around a ScrollView so the user is aware exactly where the ScrollView starts, stops and how wide it is. I cannot find any sort of XML ...
2
votes
1answer
92 views
Scrollview not scrolling down completely
I'm building a chat-like application that displays text the user inputs to the screen using a scrollview. What I'm doing is auto-scrolling the scrollview down as more text is appended to the screen. ...
0
votes
0answers
59 views
Displaying pictures with a big width in android app
I'm currently doing an app for a museum, and into this app, there have to be a timeline. I made the timeline into a jpg file.
I am trying to display this file (picture 1993x239 px) in an imageView, ...
1
vote
2answers
98 views
ScrollView: Pass touch events to children
I made a "joystick" out of an ImageView. It is inside a ScrollView.
It works without the Scrollview but inside the ScrollView it does not receive TouchEvents for vertical movement.
How can I stop ...
0
votes
0answers
79 views
TableRows in ScrollView are extremely wide - Android
I have 3 TableLayouts in a LinearLayout. The middle TableLayout has a ScrollView wrapped around it. That middle TableLayout has 10 TableRows in it with a line between each row separately them.
The ...
1
vote
1answer
91 views
Multiple TableLayouts inside a LinearLayout - Android
I am attempting to place multiple TableLayouts inside of a LinearLayout. When I implemented the code and ran it, the display was my background image with nothing displayed on it. Not sure what ...
0
votes
2answers
148 views
ScrollView inside a TableLayout
My whole activity is a TableLayout. I want the first couple of TableRow to be outside the ScrollView and always visible. I then want the ScrollView to start and have 10 TableRows inside of the ...
0
votes
1answer
332 views
Android ScrollView overscroll indicator Issue
This is a strange issue I'm having with my Samsung GT-I9003L. I've a ScrollView containing a LinearLayout with different stuff inside (ImageView, Button, EditText, etc.) and it works perfectly when ...
0
votes
3answers
148 views
How to center in ScrollView and LinearLayout
Please have a look at the following code
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
...
0
votes
1answer
58 views
Scroll a TextView in TableLayout into the visible area of screen
how do I get a TextView into the visible area of a screen by scrolling a ScrollView, if the TextView is not a direct child of the ScrollView?
I've got a LinearLayout view that has a TextView at the ...
0
votes
3answers
212 views
ScrollView cuts the text in TextView
I have a problem with my ScrollView layout:
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
0
votes
1answer
918 views
Android - ScrollView with TextView auto scrolling
I have a TextView within a ScrollView, which currently scrolls to the bottom of the TextView.
The TextView is filled dynamically constantly updating (the TextView is essentially acting as an actions ...
0
votes
0answers
383 views
Android Scrollview doesn't scroll with relative layout and soft keyboard
I've got an activity which has a TextView header at the top, and then a Scrollview containing the rest of the elements - two text edits, a textview and two buttons in that order. I want the last ...
0
votes
1answer
50 views
How to set the contents of a vertical scrollview depending on what button is chosen from a horizontal scroll above?
I was just wondering if any of you guys could give me a heads up as to what this involves?
I have used ScrollViews, I know they need a LinearLayout to scroll through and that isn't the problem.
It ...
1
vote
3answers
457 views
Set margin of a scrollview
I am trying to use a scrollview in a framelayout.
The scrollview should be displayed just in the downer half of the display.
At the moment the positioning is right:
...
1
vote
1answer
144 views
SWT / JFace Scrollview not scrolling
I have two tabs with their own respective views. The tabview itself is in a scrollview. For some reason, the scrollbars don't appear for the larger tab. I set up the (working) tabview like so:
public ...
0
votes
1answer
595 views
Android ScrollView not working
I have a layout which I want to be scrollable when content is overflowing the screen.
I have the following layout xml set up.
<?xml version="1.0" encoding="utf-8"?>
<ScrollView ...
2
votes
1answer
538 views
ScrollView contents update
I have a programmatically generated ScrollView with a TextView inside of it. I wish to update the text in the TextView from time to time and some have implemented a handler function to update the ...
0
votes
2answers
301 views
ScrollView scrolls under other content
How can I prevent the ScrollView from scolling content under the LinearLayout content?
ScrollView just uses all the display space and I can't limit this.
Tried with main Relative- and LinearLayout.
...
1
vote
2answers
355 views
Java/Android: When I put a ScrollView - I get a soft keyboard. Can't make a good layout
I have a problem with the layout. I want to place one textedit and one button at the bottom of my activity. And then I want a TextView component that fills all free space on my activity's layout.
I ...
0
votes
1answer
131 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.
...
1
vote
1answer
244 views
Disable “flinging” in android ScrollView?
When you have a ScrollView in android, you can scroll really fast by flinging the ScrollView up or down, but I don't want this enabled.
Is there a way to disable the flinging?
1
vote
1answer
326 views
Android SDK HorizontalScrollView
This is the layout of my app, I will want both the album and the songs (Red & Blue) to move horizontally as you scroll to view different albums (Purple). However, I want the songs (Blue) to move ...
1
vote
2answers
105 views
WheelView does not scroll inside a ScrollView
I'm using android-wheel
Everything work well.
But when i add a WheelView in a ScrollView. I cant move the WheelView.
You can see this issue here . But in Android 4.0 this is still a bug
How can ...
1
vote
0answers
197 views
TabHost in Scrollview scroll on content change
I have a ScrollView as parent. Inside there is a LinearLayout with ImageView and TabHost. I change the Content of the TabHost via Activities. While changing the Content, the Tabhost scrolls down to ...
0
votes
1answer
482 views
Android ScrollView causes app to crash when findViewById(R.id
I cannot set the position of my Horizontal ScrollView in my main.xml because I am unable to target it using the code below. This method has always worked for me when targeting TextViews or Buttons, so ...
0
votes
1answer
1k views
Can not get ScrollView to scroll when soft keyboard is shown
I have been trying to get this scrollview to scroll, and have not had any luck in doing so.
I have tried many types of fixes but cant seem to get one working. I would like to be able to scroll through ...
1
vote
2answers
947 views
Android - Make a ScrollView with LinearLayout
I want to make a ScrollView with a LinearLayout inside. The linear layout contains 6 View that have the background CYAN, BLUE, CYAN, BLUE etc... This is the code:
public class TouchActivity extends ...
1
vote
0answers
106 views
How to implement a scrollview in playn game?
I need to use a scroll view on an Image Layer, such that the buttons on the image Layer should scroll on touch/click and move.
I have created Image Layer, buttons on it. How can I make it ...
0
votes
0answers
49 views
Returning to a ScrollView from where i left it, and returning to a page by the back button
My apps main page has a button that takes you to a page which has a ScrollView list of (TextView) questions.
Clicking on a question takes you to the answer, i.e. clicking on question 1 will take you ...
2
votes
2answers
2k views
How can I make my android dialog fullscreen?
I already tried all things I could find (on stackoverflow and the net) but I somehow cannot set my dialog to fullscreen. It has a scrollview with a textview in it, and when there is not much text in ...
0
votes
1answer
222 views
My Android Scrollview in a tabhost is consuming way too much memory
I have an activity with a scrollview for some option checkboxes and buttons in a tabhost and whenever the the activity is being switched to in the tabhost for the first time my applications memory ...
0
votes
2answers
242 views
Android Scrollview: How to select the Scrollview to return to?
I'm working on an android app that's working with Scrollviews. On each scrollview are two buttons, info and gallery. When the gallery button is clicked it takes you to a gallery xml. When the info ...
0
votes
1answer
57 views
Add Views when scrolling android
I am looking for a way to add View when scrolling through the ScrollView in android.
I dont want to add all the Views when app starts, I want to add them when user scroll, thats for saving the memory. ...
0
votes
0answers
137 views
Fast and smooth scroll despite having other event listeners
I am having a TableLayout which is inside an HorizontalScrollView already nested in ScrollView. The TableLayout is having multiple event listener implemented on it already, such as onClick and ...
0
votes
3answers
207 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. ...
0
votes
1answer
129 views
How to change an image depending upon ScrollView Direction (Android)
Basically I want to change an image depending upon whether the user is scrolling up or down in a Scrollview.
I know how to change an image dynamically but I can't figure out how to return the ...
1
vote
3answers
69 views
Can someone explain why I can't add an extra button to this ScrollView?
This makes no sense. I have some code that has a simple LinearLayout and inside it there is a TextView and a ScrollView and inside the ScrollView there is a button. Well when I add the second button I ...
1
vote
1answer
134 views
Is it possible to add more than one TableLayout in a LinearLayout with a ScrollView in Android development?
I have this nice android app made up and was going to add in some finishing touches, one of which includes a page with two tables, and found that I can't make it happen. Basically I am trying to make ...
2
votes
1answer
107 views
Creating a 4 Directional Scroll View
I want to create a scroll view that can scroll up, down, left and right. Im wondering if i should extend ScrollView and then just modify the onDraw() method or if it would just be easier to just do it ...
0
votes
1answer
219 views
How to disable resizing image in a imagaivew after scaling it?
I'm writing a application that there are a upper-imageview and a scollview under the imageview.
The imageview is used by a class provided by my friend, it supports pinch zoom, but after i zood in the ...
3
votes
1answer
665 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 ...
2
votes
1answer
104 views
“Floating” view inside scrollable container
I was wondering if it is possible to implement such behavior on Android.
Black square is screen bounds.
Blue square is some parent placed inside big scrollable container (not shown on the picture).
...


