0
votes
0answers
11 views

Android Overlay Camera , not taking images in correct orientation [duplicate]

I am creating an android camera app , in this I am creating a surface view and inflating a layout over main layout , I added a button for click to capture image, all process is going nice , but ...
0
votes
0answers
22 views

Using Google Maps as “Overlay” on another Layout/View

I have a little problem. My app has a surfaceview and displays the camera preview. Now I want a map overlay. This overlay should be displayed in a corner of the display and show the current position ...
0
votes
1answer
28 views

Android Imaging: Programmatically add small image to overlay in a larger image

A newbie here on Android. I have an image taken from the camera. I want to add a smaller image (w. transparent background) in the middle of the image. I want to do this programmatically... How do ...
0
votes
1answer
41 views

ShowcaseView with ActionBarSherlock

I found the great android library "ShowcaseView" to generate an "tutorial" view like in Android 4.0. (https://github.com/Espiandev/ShowcaseView and http://espiandev.github.io/ShowcaseView/) But I ...
0
votes
1answer
39 views

Want to solve deprecation issues in the Google map API v2

I have a project which is currently using the Google map API v1. Now i need to change it into version two. for that one of my customized itemized-overlay class should replace with Marker class with ...
0
votes
1answer
47 views

Why getOverlays() is undefined for the MapView?

My qestion might be easy sinse I'm android begginer. I'm following the Tutorial and have succeed in a first part of creating a map activity. But now I'm trying to add an overlay items. The problem ...
0
votes
1answer
29 views

Display an ImageView above the ActionBar

I want to know, how Google does this. I read much articles, but none of the given solutions works for me. I dont want the Actionbar to be Transparent. I dont want to Hide the Actionbar. I dont want ...
0
votes
1answer
21 views

How to put text over an imagebutton not via xml

I'm currently developing an android app with eclipse. Basicaly, I need to put the text over an imagebutton. There are some conditional statements in order to put text over that imagebutton, that's why ...
0
votes
1answer
95 views

I want to add popover/overlay/hotspot on the streetview of google map in android

What I want is to tag some objects in streetview by an icon. And as the streetview rotates the hotspot icon should also move with it, As i have shown in bellow images that the tag should be moving ...
0
votes
1answer
59 views

Top and bottom images overlay on imageview Issue

I want to make my layout like this as per below picture. this image i am able to see in iphone devices. Here i used frame layout to achieve make overlays of top and bottom image bar on imageview but ...
1
vote
1answer
91 views

How to Overlay a PagerTabStrip

I'm creating a simple android project that utilizes a ViewPager and a PagerTabStrip. Each fragment of the ViewPager consists of an ImageView and a ProgressBar. Right now, the ImageView of the fragment ...
0
votes
1answer
52 views

Putting Overlay after getting data from AlarmManager call

I have a main activity which shows google map (v2). Periodically I send data and retrieve data using Alarm manager of Android. Once I receive the data from Alarm manager, I need to pass the retrieved ...
-4
votes
1answer
49 views

how create overlay EditText in Activity [closed]

like this: a link please tell me . Best able to provide demo.
0
votes
0answers
17 views

Android drag as possible, only away from the collision

hi all as the title I wanted to know how to make sure that once the collision occurred, the drag and drop function is applicable only in the opposite direction to the collision, to avoid that the two ...
0
votes
1answer
52 views

Problems updating user overlay drawable when GPS location has changed

I'm using Mapsforge to show a offline map and i want to display in realtime the user GPS location. I have a Overlay class that represents the user location on the map showing a drawable. When the ...
2
votes
0answers
236 views

Show a moving bus in google maps api v2 android

I am trying to show the position of a moving bus in google maps api v2 in an android application. I am able to mark the stops and draw routes using the markers and polylines. Now, I am trying to have ...
0
votes
1answer
88 views

OSMDroid GPS tracking and overlaying the track

I'm making a GPS tracking application with osmdroid map. I have a service which tracks gps data and stores the it in a sqlite databse. The service communicates with the map with a broadcast (every ...
1
vote
0answers
111 views

Image Positioning (Google Maps Android API v2)

Background information Google Maps Android API v2 is being used image.png is illustrated below: Question Vector graphics are not supported; therefore a setting the image as part of a ...
0
votes
1answer
36 views

Ad Overlaying Interface Instead Of Appearing Above It

First I want to thank everyone here for their help on my previous questions. You've all been an immeasurable help. This will hopefully be my last question on this particular program and if it's been ...
0
votes
0answers
48 views

Android custom overlay on mapview with border and image?

I have a requirement to display a set of custom overlay on mapview that contain an image that is downloaded from the internet. In the past i have extended Overlay and overrode draw to create the pin ...
0
votes
0answers
73 views

How to add a title and a snippet to Google's MyLocation pin (Google Maps Android API v2)

Here's my code: // Declare map private GoogleMap map; ... // Initialise map map = ((MapFragment) findFragmentById(R.id.map)).getMap(); ... // Set location map.setMyLocation(true); Upon Google's ...
1
vote
0answers
35 views

Creating Android overlays for displaying Walk-through

This is what I've done to implement CommonsWare's answer in the following question: How do I create a help overlay like you see in a few Android apps and ICS? But it fails. There are no errors but ...
0
votes
3answers
188 views

combine two images which is overlay

Hello i have a two image view one with picture which is selected from camera and another imageview is only with TEXT like "Made Hawk Nelson" the image of two imageview is below xml code is below ...
0
votes
1answer
441 views

How to put overlay View over action bar Sherlock

I want to set some view over action bar that will display Tutorial text (Like click here and send email...). Is this possible? I ask because i know that action bar uses the top space on layout, and a ...
1
vote
2answers
53 views

Custom Toast for Google TV

I am creating an overlay for google TV. I have created a transparent theme so that the broadcast can be seen through the application as follows: Styles.xml <?xml version="1.0" ...
0
votes
1answer
127 views

How to implement toast overlay in Google TV

Im creating an application for Google TV. I am trying to create a custom toast overlay over the top of the broadcast. I have created the custom toast as follows: <?xml version="1.0" ...
4
votes
1answer
178 views

Using getTileURL in Android Application with GeoServer

We are just starting to work with Google Maps on Android and have a GeoServer set up to provide tiles which we would like to add as overlay on the map. So far, I have followed a few tutorials and ...
0
votes
2answers
152 views

SurfaceView overlay

I have a surfaceview which is running couple of threads. One of those threads is drawing on a surfaceview canvas - kind of animation. Now I would like to "overlay" one image (transparent) - to appear ...
-2
votes
1answer
37 views

Android - displaying another activity when clicked on text displayed after on tap(index) method

I am new to android and I need a small help. I am developing an application much like google maps. I am able to create a map interface and display markers along with on tap(int index) method to show ...
0
votes
0answers
70 views

Website overlay content does not scroll when viewed on Android

Thanks for any help you can provide! I am trying to finish up a mobile version of my website, but for some reason, the content that appears in the overlay that I have created does not scroll properly ...
0
votes
2answers
120 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 ...
1
vote
1answer
185 views

Plot latitudes and longitudes from database on Google maps v1

I am developing an application where I want to plot latitudes and longitudes from my database on Maps. In my database schema I have three columns: Name | Latitude | Longitude I can retrieve the ...
0
votes
1answer
60 views

Overlay Layout over Grid on Android

I am trying to create the following Layout in an Android, but I am not really successful: 4 Views are ordered as a Grid, just like dividing the screen in the horizontal and vertical middle. On top of ...
0
votes
1answer
123 views

Is it possible to set dimensions to a groundOverlay that is independent of the map zoom level?

I have a GroundOverlay on my GoogleMap and I want that its dimensions to not change when I zoom in/out on map. Exact like default map markers that always keep their dimensions. I have tried with both ...
0
votes
0answers
94 views

ImageView isn't visible and motion event isn't works well

i'm writing service class that has image overlay imageView overlay was visible, but it isn't visible after i added imageview resize code. Also, MotionEvent for resized imageview isn't works well Why ...
2
votes
0answers
89 views

Why does it take two MapView.getOverlays().remove() calls to remove an Overlay?

When does List.remove() not remove? ...in a MapView? I have an application with a MapView and an overlay that extends Overlay. In a particular case in my application (the user searches for something ...
2
votes
0answers
223 views

Why is my system overlay catching all touches (no interaction with underlying view is possible)

I have a service which starts a system overlay. When the overlay is visible, I want it to be touchable/detect touches, but I want to preserve the interaction with the screen behind it (with behind I ...
0
votes
0answers
158 views

draw lines between GPS coordinates

I want to track user's positions using GPS and draw lines between visited GPS points. My code draw one time, then it doesn't draw public class Test extends Activity { float lat1, lon1 = 0; ...
0
votes
0answers
69 views

Resizing Image Overlay

Hi i wrote a service class that shows image overlay. i want to resize the image overlay. i tried setBounds and setCompoundDrawables, but it occurs systax error (maybe i typed wrong code..) So. how ...
4
votes
1answer
301 views

ICS keyboard back,home buttons not taking touch when opened on overlay

I am creating an Overlay Screen. Everything works perfect on it except the android 4.0+ default keyboard`s back(keyboard down),home & recent apps button when the keyboard is open. These keys do ...
1
vote
1answer
185 views

Drawing Canvas to Overlay

I draw a on a Canvas in an AsyncTask in doInBackground. The drawing code runs through, checked that by step by step debugging. The onPostExecute() method is also called, checked that, too. However, ...
0
votes
0answers
53 views

Layout over android map

Is there a way, to add some kind of overlay over the google map in witch i will show new layout with informations about the marker, layout should not be full screen. I need to display informations ...
0
votes
1answer
75 views

Map overlay not updating

i am trying to draw the path as the farmer moves around his farm the below are my classes ,my problem is when i start tracing the line moves even when the user is not moving and path is not updating ...
0
votes
1answer
103 views

Unable to call onClickListener in WindowManager

I am implementing windowManager in my Service Class WindowManager wm = (WindowManager) getSystemService(WINDOW_SERVICE); wm.addView(mView, params); I added a view in my windows manager but the ...
0
votes
2answers
98 views

ActionbarSherlock dynamic text-overlay

I'm working on an app that displays photos fullscreen. Each photo has a caption/description that will be displayed as transparent overlay when click on the photo, as example MonaLisa painting photo is ...
0
votes
0answers
70 views

How to overlay two or more images to half?

I'm just starting to develop on android but I can't find a way to overlay two or more ImageView objects to half as a sequence. For example the cards at the bottom of this screenshot: ...
0
votes
0answers
156 views

Adding GroundOverlay takes a lot of time

I'm working with Google maps api v2. When I add a GroundOverlay it take some time before I can visualize it. It's why I need to refresh the map? Is there the method "invalidate" as in google maps api ...
0
votes
0answers
280 views

Android - Overlayed App (Always On Top) with tap recognition of app icons

The idea is simple to understand: I want to "trick" the user to believe he is at one place (like the home screen) but still want to have full capability of interaction with apps, buttons, settings, ...
0
votes
0answers
109 views

osmdroid finding out if a GeoPoint is on an overlay

I am making a bus tracking application and would like an easy method of predicting what the next stop that will be visited. The application currently creates an overlay using the Road object from ...
3
votes
3answers
378 views

Could not get Touch event for TYPE_SYSTEM_OVERLAY

I like to develop an app that is similar to Swapps .i am trying to display a button on top of any screen and that should occur only on a swiping action.I tried with the below code ...

1 2 3 4 5 11