Tagged Questions
3
votes
1answer
182 views
How to slide to imageView in ScrollView
I have a layout in which i have two button:
1)back
2)help
and ScollView in which i place two image Views:
1) firstImageVeiw
1) SecondImageVeiw
first image View will be displayed on front and ...
3
votes
1answer
46 views
How to know whether View inside Scroll is Visible completely or no
There is scroll view between header(at the top of screen) and Tabs(Bottom of the screen). I want to know that whether the ImageView which is inside the ScrollView is fully visible or not on phone ...
1
vote
2answers
1k views
ScrollView padding
I'm trying to use ScrollView with an ImageView in it.
My xml code for it is this:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
...
1
vote
2answers
150 views
How to calculate touched position of ImageView in ScrollView, Considering Zoom factor?
I have an image that should be click-able in certain areas, say 26 areas in that Image.
What's the best way to do that ?
I made an image with same size, each click-able area in Image has specific ...
1
vote
2answers
225 views
How to show an Image gradually within the ScrollView?
Is there any process to increase the height of ScrollView gradually at run time. My intention is to show an image gradually which is within the ScrollView.So I want to increase the height of ...
0
votes
2answers
52 views
Display scrollview button click event
I have images under scrollview. I have a button to click event. When i click the button i need to display scrollview. But when i install app the scrollview is automatically displaying bottom of the ...
0
votes
1answer
285 views
How to selectively redraw views on Android ScrollEvent?
I have a Layout which as a ImageView, ListView, some TextViews etc wrapped in a ScrollView. Whenever the user scrolls the Parent View calls all the child view's draw() methods. Since my ImageView is a ...
0
votes
0answers
28 views
Display selected image in to larger image
I have images under HorizontalScrollView. When i click images i need to display that image to large image in the center of the screen. Im using context menu for display different set of ...
0
votes
1answer
71 views
Scroll view with Button, ImageView and viedoView
I try to make scroll view with button, imageview and viedoview.
I create dynamically from my code.
When i put button with video, i can see the both of them. The same with button and imageView.
My ...
0
votes
0answers
94 views
Horizontal Scroll View not working for HDPI devices
I have HorizontalScrollView which has image whose size is 2000x650. Its coming well in xhdpi devices. I tried in nexus as well as s3. but when i run the same in hdpi device it does not scroll well and ...
0
votes
0answers
77 views
Android horizontal categories view with images
I am implementing a horizontal scrollview, the items of which contain an ImageView and a Textview
This is my Main activity:
public class MainActivity extends Activity implements ...