Android :: Maps View With Same Resolution
Sep 12, 2010
If you compare how the map looks in MapView and how it looks in Google Maps, you'll notice that in Google Maps the map is "bigger". The texts are bigger, roads wider etc. Can I achieve this in my MapView?
View 1 Replies
Sep 4, 2012
I'm searching for an app or mod to google maps that allow to view maps (satellite view) offline
View 1 Replies
View Related
Sep 7, 2010
I just received a HTC Desire to test on. I noticed, that a mapView residuing in a frame smaller than a whole screen is not as sharp as a generic maps application. Is there any solution to this?
View 2 Replies
View Related
Apr 1, 2010
I have photos I took with my 10mp camera and put them on my droid and before I updated to 2.1 when I zoomed in, it didn't lose any resolution. Now with 2.1 when I zoom in it looks blurry. So now I can't view the photos in it's full resolution.
View 3 Replies
View Related
Nov 11, 2010
I was wondering which resolution I should convert my videos to in order to be able to view them in full screen on the X8?
View 1 Replies
View Related
Jun 26, 2010
I have a program that should work on Android 1.5, but when it's run on newer devices with higher resolution screens, it should support the full resolution and not emulate a lower resolution screen. As far as I can tell from the documentation, this should be simple.
I just specify
code:.........
The problem is that if I tell Eclipse to compile for 1.5, it refuses to accept this. It reports an error (targetSdkVersion is an unknown tag) and refuses to compile or run. If I tell it to compile for 1.6 it works fine, of course. But if I then try to install on a 1.5 AVD, the program immediately crashes with a java.lang.VerifyError. I'm clearly missing something simple. How do I get it to compile an apk that works under 1.5, but still includes the targetSdkVersion tag?
View 3 Replies
View Related
Jul 11, 2010
Is there any way to get navigation to display in a 2D view like google maps our are we stuck with the 3D view?
View 9 Replies
View Related
Oct 27, 2008
When I'm at work, street view can be fun for filler time. Or if I'm looking to go on vacation it's handy to see what's around the area.
But really tho what are you guys using street view for on your phone other than to show you friends who own Iphones how cool it it? Are there functions that I'm missing?
To me it almost seems useless for a handheld device. Even if it moved real time as your walking all it will show you is what you would see right now ... only 6 month to a year ago.
So my question .... is anyone using street view for anything useful .... or am I missing something.
View 17 Replies
View Related
May 18, 2010
It used to work but now it has gone missing. GM has updated to 4.2.0 (#4210) and i wonder if that removed it?
It's not in the Layer menu. If I hold finger down on a location it doesn't come up in a menu from that either So how to I get it back?
View 3 Replies
View Related
Jul 23, 2010
I'm currently writing an app displaying a MapView showing a google map. I used the "hello map view" tutorial from http://developer.android.com/resources/tutorials/views/hello-mapview.html and this works so far: the map is displayed, centered and zoomed correctly, even the OverlayItems I added are displayed correctly. But when I click on one of those overlay items I added, the application crashes with a null pointer exception:
07-23 16:24:48.167: ERROR/AndroidRuntime(2530): java.lang.NullPointerException
07-23 16:24:48.167: ERROR/AndroidRuntime(2530): at com.android.internal.app.AlertController$AlertParams.<init>(AlertController.java:753)
07-23 16:24:48.167: ERROR/AndroidRuntime(2530): at android.app.AlertDialog$Builder.<init>(AlertDialog.java:273)....
View 2 Replies
View Related
Mar 11, 2010
It would seem that they've just rolled out their new Street View for practically the whole of the UK. So my question is: How long do you think it'll be until they release Google Navigation for the UK??
View 5 Replies
View Related
Apr 8, 2013
How do I convert phone resolution Bootanimation to tablet resolution?
I have 4 boot animations that I want to convert to work on my Nexus 10 full screen.
Also, how to be able to edit [URL] to show 10 instead of 4 or completly remove the number so it works nicely on both my Nexus 4 and Nexus 10.
View 1 Replies
View Related
Jun 8, 2010
So say you want to use your phone as a personal map, and you don't have service.This still possible. Seems to me that it would call and stream the available map.
View 9 Replies
View Related
May 3, 2010
Where is the street view in Google maps ? I do not see it in the layers menu.
View 3 Replies
View Related
Jul 10, 2010
Prob a noob question or maybe I'm just not seeing it but in google maps, how do I get street view? I can't seem to find it for the life of me. Also, there's apparently a bicycle directions layer option which I can't seem to find.
View 2 Replies
View Related
Oct 4, 2009
Is it not possible to view Googlemaps in compass mode, I mean in map view, not streetview. Like on the IPhone?
View 49 Replies
View Related
Sep 9, 2010
Per the title, there are new versions of Maps and Street View in the market. The Maps update is just to add walking directions I think and the street view was a more polished update. Street view doesn't work after install, at least on my Epic. I open maps, pick a road and long-click on it. A balloon pops up saying "Loading address" for about 30 seconds then give me a pop-up error that says "Data Connection Lost, Retrying" But, data is working just fine on the phone everywhere else. Try rebooting the phone after install, it helped. Still some errors but much better than before. It is awesome when it works. Try compass mode.
View 5 Replies
View Related
Jul 19, 2010
I'm in the maps application, but I don't see how to access street view. Does anyone know what I need to do?
View 2 Replies
View Related
Sep 24, 2010
I am running UD8.0 and chevys 1.0ulow kernel first of all...for some reason this will download but the install fails...anyone else having this trouble?
View 18 Replies
View Related
Jul 8, 2010
I have a map created with google maps that has a number of places saved I wish to visit. Is there a way I can view the map on my phone? If I go to google maps on the browser I don't get the "My Maps" link. If I try using the google maps app, I don't see a way to view a public custom map.
Ultimately, I was hoping to be able to not only view the map, but select a point and get navi to that location. I'd be happy with just being able to view it though.
View 2 Replies
View Related
Sep 25, 2010
I use the google code from devloper.android.com I use that application but in the emulator it shows only the crossed lines not the map so is there any settings in emulator for displaying maps
CODE:.....
Android mainfest
CODE:..................
View 4 Replies
View Related
Aug 2, 2010
I am trying to set up a ViewFlipper that changes a SlidingDrawers content each time a button is pressed. So far every view I set up worked fine, but now I am trying to create a ListView (including single_choice_mode) within a child view of the ViewFlipper, but my attempt only let to a NullPointerException. As I only discovered ViewFlipper today, I am not yet familiar with it and may not have understood it completely. if someone could give me a hand and help me find out what I have done wrong, that would be great. Here is what I have done:
The code for the onClick event of the ImageButtons:
public void onClick(View v){
if (v == btnExposure){
mFlipper.setDisplayedChild(0); }
else if (v == btnProperties){
mFlipper.setDisplayedChild(1);}
else if (v == btnSpecialEffects){
mFlipper.setDisplayedChild(2);.............
View 1 Replies
View Related
Aug 31, 2010
hello all, i am trying to develop a google maps application for android enabled phones using the javascript v3 api released by google.. but i do not understand how to code the entire thing in android.. cuz as far as i am concerned i have only used java code for developing an application in android.. my last semester project consisted of a client application for picasa web albums.. the complete code was written in java.. i am new to use javascripts.. has anyone developed an application for android using javascripts before?? if yes i need your help.. i need to start the project soon..
View 2 Replies
View Related
May 18, 2010
I ask because I began using My Tracks a couple of weeks ago...very cool. I logged onto Google Maps from my office and there were the "tracks" I had saved. I never took action to upload them, they were just there I suppose as a function of allowing Google to sync. BUT I created and saved a map on the PC expecting to be able to see it on my phone, but it didn't happen.
View 9 Replies
View Related
Jul 12, 2012
what is the path to the offline map files saved by Google Maps 6.9?
View 9 Replies
View Related
Jan 12, 2010
I'm trying to alter the default screen resolution of the Android emulator (and by extension, the Android device) to work at 1700x1200. In other words, I need the screen to be able to display unique points over that range. I have set the dimensions in my layout file, yet the device still defaults to 320x480. I've set different dpi densities, but to no avail.
View 2 Replies
View Related
Mar 18, 2009
Is there any way to reduce the resolution of picture taken using camera? It takes long time to upload the image to server. Does anyone use any compression software for image?
View 4 Replies
View Related
Jul 10, 2010
I have an application which is basically a surfaceview, where height/ width is set to fill_parent. I run it on a htc desire, but when I check the size of the view (or the canvas I obtain), it says 340x533, so some kind of scaling seems to be done. Also, I load a bitmap, which seems to be scaled. Do I have to do anything special to run my app in full resolution?
View 6 Replies
View Related
Aug 19, 2009
I have created an application and I want to make sure it works in different resolution. i have used LinearLayout and some ListViews and buttons. I need to know will it be an issue if the apk is put to two different phones which has different resolution.
View 6 Replies
View Related
Apr 2, 2010
I'm making a game that need always be big on the screen. I have make a 2D game that have 480x320 resolution (for example the background image is so)...but if I try it on the emultator all go ok, but If I try it on Nexus the game is more little on the screen. How I can say to the game to be always max size on each screen?
View 3 Replies
View Related