0
votes
1answer
8 views

Attain maximum zoom on google map showing all markers

i have 5 markers to display on the map, out of which 4 are very near to each other and the fifth one is a little bit distant to these 4. now when i display the map i want all these 5 markers to be ...
1
vote
0answers
22 views

Video Camera Zoom

I'm implementing an Android app that record video. I'm trying to implement the zoom functionality but I'm not able to let it work. I haven't not found around any good code. I post the piece of code I ...
1
vote
1answer
35 views

How to set the latitude and longitude of the VisibleRegion programmatically when the GoogleMap loads?

I am working on GoogleMap. I need to set the latitude and longitude corresponding to the four corners of the GoogleMap which is currently visible to me on my android device screen. We can get the ...
0
votes
0answers
19 views

WebView setBuiltInZoomControls issue

i have some strange problem with BuiltInZoomControls on WebView. I have a couple of different texts that are displayed in different activities. im showing this text using webView and i want them to be ...
0
votes
1answer
19 views

Android: Resample bitmap as zooming in?

I have some large images that I would like to display to the user. I want them to have the ability to zoom in. I am currently using TouchImageView, and it is working, however, the ...
0
votes
0answers
20 views

pinch zoomable ViewGroup using HoneyComb + sdk with setScaleX,setScaleY methods

I am trying to implement a custom FrameLayout that supports pinch zoom and pan while it keeps its children's touch positions. Therefore i am using api level 11+ methods (View.setScaleX(float ...
4
votes
1answer
70 views

Paint View Zoom with Image not properly zoom : Android

I used canvas in order to zoom paint view with image including using setImageMatrix(). As shown below class use for zoom and draw line.But problem arised, that is entire screen became to zoom in/out ...
0
votes
0answers
36 views

How to pinch a svg file in phonegap?

I have load an html page from android activity like this super.loadUrl("file:///android_asset/www/index.html");, and embedded an svg file inside a div.Now I want to use gestures to pinch that svg, any ...
1
vote
0answers
29 views

Wrong touch position after Matrix transform on RelativeLayout

I'm implementing the function to perform zoom and pan in a RelativeLayout, and I'm almost done. However, when I have views inside the layout and I apply the transforming, the touch of these views do ...
1
vote
1answer
29 views

Android - Using AChartEngine, is it possible to zoom in to a specific point upon displaying the graph?

I have a bar graph with 100+ bars and want to zoom in to a specific range upon displaying the graph. For example, when the graph is displayed on the screen I want only the bars 44-49 to be showing. It ...
0
votes
1answer
122 views

zoom to fit all markers on map google maps v2

I wan to set zoom level to fit all markers on the map. I have used following method as said by many people. but it is not working for me. it is displaying some other point. if (positions.size() > ...
0
votes
0answers
14 views

How to track the new pixel location when zooming on an imageview?

I'm using a custom ImageView to render an image. It already has functions to pan and zoom in and out of the image. It uses the Matrix function postScale to zoom in and out of the image. Now I have ...
0
votes
1answer
34 views

Zoom in ViewFlipper

I'm trying to do pinchzoom like this: zoom the imageview on the double click in viewflipper in android I tried to adapt that code to my project but it doesn't works... My code here (what i'm doing ...
0
votes
0answers
53 views

How could I handle OnTouchEvent in ViewPager

In my viewPager, the imageview can zoom in or out. I use the TouchImageView(extends ImageView) to replace the view of ViewPager. I really zoom in or out my imageview, but the ViewPager couldn't ...
0
votes
0answers
13 views

Is it possible to listen to an event and act upon it and pass it onward for another view to pick up?

I have a custom view that supports zooming via a scale gesture and ideally, I'd like to put it in a ScrollView and HorizontalScrollView so the panning of that view is handled automatically. Is ...
0
votes
0answers
29 views

Zoom/Pan Custom View with annotation

I was able to implement the zooming and panning part from the link: How can I get zoom functionality for images? I change the pan/drag to at least use 2 touches on the screen, as I use the 1 touch ...
0
votes
0answers
56 views

Image pixelated while pinch to zoom during implementation

I have some strange behaviour in my android application. I have to implement pinch to zoom and pan/drag in a bitmap loaded in a imageview. When I pinched over the image, It gets pixelated instead the ...
1
vote
0answers
76 views

How to fit the content to WebView in Android without enabling zooming?

I tried setting meta tag as shown below in order to make the content fit to webview, it didn't work. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, ...
0
votes
0answers
292 views

Android - scale font size of textview with pinch zoom

I am trying to scale a TextView with a pinch-zoom gesture. I have the pinch zoom working, but as the text scales it becomes somewhat pixelated. I assume this is because the actual font size is not ...
0
votes
0answers
95 views

Android - drag and resize, error when pinch touch out of bounds

I am attempting to implement the dragging and resizing of a View Object. I was having problems with the pinch zoom gesture in that sometimes when the fingers moved apart too fast and left the View ...
0
votes
1answer
68 views

How to make zoomable LinearLayout? [closed]

I am having an xml file which I want to make zoomable. Please guide me.
0
votes
0answers
58 views

how to reset the zoom level of the image to original?

I need to set the zoom level of the image (in an ImageView) to the original state i.e where it just fits into the ImageView and all the zoom-in has been removed. what i have tried is to store the ...
0
votes
2answers
421 views

Android Google Maps API V2 not zooming to Location

Im not sure whats wrong but Im trying to get my google maps fragment to zoom in to a particular location on start. For some reason, it is not working and still zooms in to africa by default. Here is ...
0
votes
0answers
82 views

How to do both Swiping and Zoom In and Out (using setBuilt In Zoom controls) in a Webview Android 2.2?

This is my Code i have done both SWIPING and ZOOM IN and ZOOM OUT functions. But both doesnt worked in my app inside webview. My problem is, If i do comment this line, then Swiping works fine ! ...
0
votes
0answers
46 views

How to prevent zoom/pinch of webpage in android

Hi I have Mobile webpage, but unfortunately the client do not what the zoom in and out function. I have the following tags: <meta content='True' name='HandheldFriendly' /> <meta ...
0
votes
2answers
158 views

Android - Resize parent and child view using layoutparams

Hello I've a custom view that can be resized and the view have many child inside it what I want to ask is how to resize the parent and the child together using layout params? how to do that? I ...
1
vote
3answers
213 views

Android zoom and rotate image view

Can anyone tell me example of image view which accommodates both zoom and rotate functionality on pinch. I am not able to find it out.
2
votes
1answer
339 views

Setting max zoom level in google maps android api v2

I'm currently working on developing apps by using google maps androdi api v2. My code is as follows. Suppose map has several markers and zoom up to show all markers in display. LatLngBuilder.Builder ...
1
vote
2answers
198 views

does universal-image-loader have zoom in/out option?

I am applying costras universal-image-loader in my app. however, I can't seem to find the pinch to zoom option anywhere. Does it include it ?
3
votes
1answer
197 views

Osmdroid and Pinch

I'm developing an app using osmdroid (3.0.8). When I zoom using two fingers in and out, the zoom starts from the center of the map, not from the middle of the two fingers (using ...
0
votes
0answers
138 views

Eclipse Android App works with Phonegap 1.2.0 on Android 2.2.3 but gets zoomed in with Cordova 2.5.0

I developed a multi HTML page mobile app for my senior project using Adobe Muse, Dreamweaver, Eclipse and PhoneGap, I got it working perfectly with eclipse and PhoneGap 1.2.0 on Android 2.3.4. When I ...
0
votes
0answers
187 views

Maintain the zoom Level in webview

Hello I use the Webview for displaying the Webpages. I also attaching the Zoom Level cantrols to the webview. In my first page their have next button with goto next page and next page have previous ...
0
votes
2answers
123 views

Android - How to overlay images in a WebView?

I'm trying to overlay several images[to form a building plan with possible zoom]. The point is to choose which images to averlay each time depending on selected filters[staff, equipements ...]. After ...
0
votes
1answer
72 views

How to slowly scroll a zoomed in image like in a presentation?

Background I have some high quality images which I wish to show with some transition between them, like in a presentation. The problem Since Android has many screen types, for each "frame" of the ...
1
vote
1answer
106 views

Android Camera.Parameters.getZoomRatios() only returns 1 value

I am trying to get all the zoom values supported for the camera and offer the user a slider to move between them. The problem is I only get one value back from Camera.Parameters.getZoomRatios(). I am ...
0
votes
1answer
104 views

Testing touch capabilities on the Android Emulator [duplicate]

I have this code that I saw on here for pan+zoom capabilities. I am testing it in the emulator, but I can only click in the emulator, so I don't know whether it actually works. How do I check that? ...
0
votes
0answers
36 views

How to use multitouch for pictures

I'm making an app in which I would like to implement an offline map service for the city Rome, I thought the simplest way to do this was to implement an high-resolution map-picture of the city, but ...
0
votes
0answers
119 views

Android implementation which behaves like browser (zooming/panning)

I was wondering if it's possible to create an Android application which behaves the same as any browser on Android phones, including things like: (Pinch) zooming Panning/scrolling I have tried a ...
0
votes
1answer
136 views

osmdroid mapview disabling zoom in/out

I'm trying to disabling mapview zoom functionality by calling map.setFocusable(false); why this doesn't work and is there any way to do that Thanks everyone
0
votes
0answers
93 views

How turn on zoom in webview when I have a custom onScroll and a custom onFling

I have a default webview with a custom abstract OnTouchListener that call a custom GestureDetector that implements SimpleOnGestureListener. In this class I overrode onFling to handle some ...
1
vote
0answers
179 views

two finger or pinc zoom to mapview in osmdroid

I need help I'm trying to zoom to mapview by getting users multi touch points (firstly 2 finger touch) I know there is setMultiTouchControls() function but this is not what I want to do. I tried to ...
0
votes
1answer
88 views

Android API to detect Samsung Galaxy Camera Zoom Buttons

in Android, is there any API to detect when the "zoom hardware button" of devices such as the "Samsung Galaxy Camera" is pressed? If its a Key press, then which one would it be?
0
votes
1answer
67 views

Canvas ingame scaling (determinating the real touch coord)

I'm newbee in android-game developing and I would appreciate your help. I'd like to paint some graphics on the canvas which is supposed to be way larger than screen. So some scaling and moving would ...
0
votes
0answers
113 views

Increase the size of the bitmap when zooming

I have a class that handles the drawing bitmaps on a map and the problem is that when you zoom out the image gets larger and as it approaches becomes smaller. I want to do just the opposite, that when ...
0
votes
0answers
280 views

Android how to reset ImageView layout to original after zooming and drag

I need to implement zooming, panning and then reset the ImageView to original scale/location. I use view.setImageMatrix(matrix) to perform zooming and moving in FrameLayout. Works perfectly so far. ...
0
votes
0answers
206 views

Android getWidth, getHeight, getLeft, getRight not correct after setScaleX() , setScaleY()

I try to implement the zoom in/out by spread/pinch gesture and the drag and drop functions on a Relative Layout. This is the code of my OnPinchListener to handle the zoom effect. The mainView is the ...
0
votes
2answers
76 views

Android mapview : how to zoom and center at the same time smoothly

It does not seem to be possible to zoom and center smoothly with the google map sdk for android... I have been trying for hours with a timer and a combination of zoomInFixing/zoomToSpan and ...
1
vote
1answer
74 views

How to zoom lines drawn with Canvas

I'm using an library called ImageTouchView to have pinch zooming feature in my application. But whenever I use Canvas to draw a line on it, the drawn line does not zoom in/out, it just stays with the ...
0
votes
1answer
133 views

Tap preview thumbnail to view high resolution image

I am a new android developer and I am trying to create an android app for android in which menu items will be displayed along with description cost and image. I have implemented List activity to ...
4
votes
1answer
275 views

How to zoom out Android designer view in Intellij Idea12?

I am trying new Intellij Idea 12 for Android development. I've sucessfully imported all my eclipse projects but I still can't figure out how to zoom out the designer view? I have troubles with ...

1 2 3 4 5 9