Android :: Want To Attach Additional Controls / Place Into Specific Position On MapView?

Nov 18, 2010

I need to place additional image button "my current location" to a top right corner of the MapView. Any ideas how to do this?
Making the questions generic:
1) According to MapView documentation it is possible to attach additional view objects to a MapView. How to do this?
2) How to place such additional controls into specific position on MapView?

Android :: Want to attach additional controls / Place into specific position on MapView?


Android :: How To Attach Custom Map On MapView?

Jul 9, 2010

I am trying to place my custom map (overlay) over Google map. For example, my MapView will be positioned to look at some building. I want to load custom image(s) that will show building's floor plan. Want to be able to pan and zoom, and place markers (for example, Room 1, Room 2, etc...), in other words, I would like to be able to use Google Map API methods. The best would be if Google map images are not loaded at all, since that will (I believe) slow down user's experience. Also, the user may be inside the building, and connection may be slow or non-existing.

View 4 Replies View Related

How To Place Cube In A Specific Place On Screen

Apr 6, 2012

how can I place the cube in a specific place on the screen?

View 8 Replies View Related

Android :: Always Show Zoom Controls On A MapView?

May 28, 2009

Is there a way to always show the zoom controls on a MapView? I have added the zoom controls using code...
]
but the zoom controls fade in and out. I want them to always be visible.

View 2 Replies View Related

Android :: Way To Change Zoomcontrol Position In MapView?

Jun 19, 2009

Could we with the 1.5 sdk change the position of the zoomcontrol in a mapView as The setBuidInZoomControls (different of getControl()method is not a child of a view?

View 3 Replies View Related

Android :: Position Of BuiltInZoomControls In WebView And MapView

Jun 15, 2010

I noticed that the position of the builtInZoomControls in WebView (bottom, horizontal right) is not consistent with the default position in the MapView (bottom, horizontal center).

1) Why is that not consistent? (Probably a question to be asked to Google)

2) Is there a way to horizontal center the builtInZoomControls of the WebView without applying custom Zoom controls? Or is that the only way?

View 1 Replies View Related

Android : Place Controls At Absolute Positions - Custom ViewGroup

Sep 26, 2010

I have a custom ViewGroup. The idea is to be able to place controls at absolute positions and then have the ViewGroup scale those controls based on the difference in the screen dimensions with respect to the original design dimensions. I am using the code below. In response to the 'onMeasure' message, I am storing the width and height of the view. Then on the 'onLayout' message I am computing new dimensions for the child controls and adjusting their sizes proportionally. This all works to some degree. However for certain controls (e.g. button controls), the control resizes, but the text inside does not remain centered within the control. I am thinking that there is some other call I need to make to update the child controls after I change their size.

View 3 Replies View Related

Android : Move Icons On Droid MapView / Way To Update Position?

Sep 25, 2010

I'm working on an application that displays the location of moving items on a Google MapView. I need a way to update the position of the icons that represent the items (as well as change the facing of the icons every two seconds as updated data comes in). I currently have an activity in the app that extends MapActivity. On to this I have overlaid a static Overlay that draws some lines on the map and an ItemizedOverlay that draws a static icon.

View 3 Replies View Related

Android :: Draw ImageView At Specific GeoPoint On MapView

Oct 1, 2010

Trying to solve my current problem of drawing an image on an Android MapView and then animate it to represent a moving object, I decided to try to just draw a raw ImageView at a GeoPoint on the map and then try and animate it from there.

This is the code I put in my map activity (extends MapActivity)'s onCreate method:

CODE:..............

Again, I'm just trying to draw the static icon and animate it from there. I can already do this with an ItemizedOverlay, but as far as I can tell, I can't animate the elements of an AnimatedOverlay the way that I can animate a view. Thus, using ImageView.

But the icon doesn't show up.

View 1 Replies View Related

Android :: Position Views At Specific Location?

Jul 4, 2010

Is there a way to place widgets / views on the screen at any specific position required?

Something like a calendar with daily events that could overlap.
e.g. if every hour in a day is represented by 1 hour and there are 2 appointments that overlap partially (say 12:00 - 12:30 and 12:20 - 01:00) this would be drawn in the same row but the 12:20 one positioned slightly below the first.

Also there may be views (Image/TextView) that need to span 2 rows (i.e. 12:30 - 1:30).

I think a SurfaceView is one option (is this efficient?) but am not sure if there is some better layout that could be used.

We could use a TableLayout for the hour rows but not sure if there is a way to place overlapping widgets on this?

View 1 Replies View Related

Android :: Layout Should Stay At Specific Position After Content Change

Sep 14, 2010

I have a layout which contains a TextView.

The content of the TextView might change on runtime. (discussed on a different issue here: http://stackoverflow.com/questions/3683727/layout-with-dynamic-position )

I can position the layout by drag&drop. If the size of the layout doesn't change, the position stays, but as soon as the size of the layout changes (because more text inside the TextView) the position is reseted.
I use the layout(left, top, right, bottom) to position the layout.

Now I don't know where I should add my layout() call to make sure it stays at the right position...

Here is my class

CODE:............

View 1 Replies View Related

Android :: Draw Custom View On Specific Position Of Screen?

Apr 5, 2010

I have a custom component which consists of 2 text view and 4 toggle buttons. I want to draw this view at some specific position on the screen. How is that possible?

View 1 Replies View Related

Android :: Android: Place A Button At An X,y Position Over Top Of Canvas

Apr 16, 2010

Is it possible to place buttons at an X,Y position over the top of a Canvas?

For example, on the opening screen of my game, I would like to place buttons for "Play Now", "Instructions", etc, right on top of the canvas.

Right now, I'm looking at Touch locations on the Canvas and comparing them to various X,Y bounds. It works, but adding a button with a click listener would probably be much more efficient.

View 1 Replies View Related

Android : Save / Activity With MapView And After Reload Same Mapview?

Jul 16, 2010

I had found a lot of stackoverflow post about save an Activity and the reload it.

My question: How can I have an Activity with an MapView and after reload the same mapview?

What is the best way to switch between activity and views?

View 2 Replies View Related

HTC EVO 4G :: Screen Rotation - Delay When Switch From Horizontal Position To Vertical Position

Sep 29, 2010

On my htc i was looking through display, i see g sensor calibration and i perform this calibration and after i do so the screen seems to have a delay when switch from the horizontal position to the vertical position. its weird because when i switch to the phone horizontally it switch normally and responds fast. but when i switch back to vertically it takes almost 7 seconds to actually switch back, sometimes it switch within 2 or 3 secs but never as quick as switching horizontally.

MQuote:

Originally Posted by Rigmaster

Make sure you have the latest updates, which impact speed on the device in some unpredictable and unexpected ways. During system updates, your Evo may reboot and will take the g-sensor changes as last calibrated.

If you're already updated, shut down and repower (soft reboot) should do the trick. I actually updated my phone and after it started to do this. I restarted the phone plenty of times i even took the battery out for 30 seconds. It only does it when im texting on the browser, basically everything but the camera. He camera screen rotation is perfect. I even rooted the phone but i havent figured out how to use the root to fix the problem. Should i do a firmware update? Because i just did the htc software update.

View 1 Replies View Related

Android :: How To Place Button On Desired Place?

Oct 13, 2010

Hope you all are doing good. i am having query to place button in my main view. This is the code but it creates button on upper part in center but i want to shift it bit down wards. Any body knows how can i place button in main view where i want?

View 3 Replies View Related

HTC Incredible :: Change Email Notification To Specific Sound / Select A Specific Ring For Mms?

May 31, 2010

Just picked up my incredible, and I have two questions....

1. how do i change the email notification to a specific sound? As of rite now, when i receive an email nothing happens (no sound or vibrate).

2. How do I select a specific ring for mms. I know how to select sms, but I cant figure out how to change the mms.

View 3 Replies View Related

General :: Disable Specific App Permission For Specific Or All Apps

Mar 12, 2014

I have had androids for over two years now and am getting more and more concerned every time I download an app and seeing that it wants to READ my SMS message and Contacts.

Is there a way I can disable reading of SMS messages or any one of the other permissions by specific apps, or all apps?

Are we living in a world where any "joe schmo" can upload an app the to the app store and wait for those inadvertent downloads and collect all your personal information, and that's after all the time we spend protecting our identity and personal details?

View 2 Replies View Related

Android :: Launch Market Place With Id Of An Application That Doesn't Exist In The Android Market Place

Mar 25, 2010

I am creating an application that checks the installation of a package and then launches the market-place with its id.

When I try to launch market place with id of an application say com.mybrowser.android by throwing an intent android.intent.action.VIEW with url: market://details?id=com.mybrowser.android, the market place application does launches but crashes after launch.

Note: the application com.mybrowser.android doesn't exists in the market-place.

MyApplication is my application.

CODE:..........

However, when I try to launch the market place for a package that exists in the market place say com.opera.mini.android, everything works. Log for this case:

CODE:..................

View 2 Replies View Related

Android :: Additional Fonts For Use With Webkit

Aug 25, 2009

I am interested in displaying web pages with more than the 3 installed fonts. I tried the demo of installing fonts as assets and changing the typeface, but I am not sure if it applies to a Webview. I was able to modify the sdk and install more fonts in frameworks/base/ data/fonts. I can see those additional files when using the shell in / system/fonts. However, the fonts were not used in the internal web browser.

View 2 Replies View Related

Android :: Additional Features In Donut?

Sep 3, 2009

Can anyone give the list of additional features supported in Donut release Vs cupcake? Is there any website where such information is given? Regards, Ganesan. K Allgo Embedded Systems Pvt. Ltd.

View 3 Replies View Related

Motorola :: How To Add Additional Font In Android Environment?

May 21, 2010

How to add additional font in android environment? I need to make a font like LCD with pale background numbers like this:
http://www.androidfreeware.net/img2/gps_speedometer_android_1.png

View 3 Replies View Related

Android :: Why 1.5 Emulator Not Working - Need Additional Permission?

Jul 14, 2009

After weeks of trying to get my service to run on boot & an interval via AlarmManager I finally found out the problem. If my workspace is for sdk 1.5, the service never run once. If my workspace is for sdk 1.0, Using the 1.0 Emulator, Not the 1.5 Emulator, it works perfectly. Why is it only working on the old SDK? Is there an additional permission I need?

View 2 Replies View Related

Android :: Open A New Screen With Additional Parameters?

Mar 21, 2010

I've read through the FAQ of Android Dev Guid (http://developer.android.com/guide/appendix/faq/commontasks.html#opennewscreen) but I'm not sure how can I open a new screen with additional parameters passed into it.

Let's say I'm going to open screen2, with a variable indicating the current user name so that I could greet the users. Is it possible?

Intent i;
i = new Intent(this, screen2.class);
//How to pass variable to screen2?
startActivity(i);

View 3 Replies View Related

Android :: Eclipse - Why Additional Plugin Break Plug-in

Oct 27, 2010

I had Eclipse running with the Android plug-in and I decided to add the Emacs plug-in. I downloaded and it worked. Then I decided to go back to the Eclipse key bindings and the Android plug-in disappeared. I could not update it, because Eclipse said it was installed, but it was not showing up in the menu.

I had to re download Eclipse, and reinstall the plug-in.

Why don't different plug-ins cooperate? I had the same issue when I tried to download the Blackberry plug-in alongside the Android plug-in (in different workspaces) and that also did not work. The only solution is to have two separate Eclipse each with a different plug-in.

View 1 Replies View Related

Android :: Way To Allow For Pre / Post-processing Of All Notifications And Additional Workflow?

Nov 2, 2010

Or extend it in some way to allow for pre/post-processing of all notifications and additional workflow?

View 6 Replies View Related

Android :: Best Practice For Additional Content Delivery And Addons

Sep 13, 2010

I have a design question I was hoping someone could answer or offer guidance. I am designing a game that will initially have 100 levels but the user will have the ability to purchase additional levels. For instance when the game is released the free version will have 100 levels and then the user can buy and additional 100 levels while in the game. Does the Android SDK have any built-in methods to deliver additional content? Does and third party provider offer any such service to deliver content? If this is something that you must custom create yourself, what is the best practice for creating?

View 10 Replies View Related

Android :: Video Out - Support Additional Bluetooth Profiles

Mar 23, 2010

I know that as of now it's not possible, and the hacked usb port is still pretty useless. But as far as I know, with the VDP profile on Bluetooth it should be theoretically possible with more (relatively) simple software hack. As I understand Bluetooth profiles, they are essentially software drivers for the hardware, and most Android devices support Bluetooth 2.1 which should be fast enough (~366KBytes/s) to transmit standard def video.

Just wondering if anyone is working on or knows of a way to support additional bluetooth profiles on a rooted Android system?

View 2 Replies View Related

Android :: Get Additional Folders _ Displayed And Pictures On Phone?

Jul 27, 2010

I like the functionality of the default photo browser, but want to have additional folders to help categorize my images.

Questions -

How do I get additional folders on the phone and displayed?

and

How do I get my pictures on the phone?

View 1 Replies View Related

Android : How To Append Additional Rows In ListView Dynamically?

Dec 16, 2009

Is there a working example out there that demonstrates how to append additional rows in ListView dynamically?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved