HTC Incredible :: Way To View Navigator Without Setting A Destination?
May 5, 2010
Is there a way to view the navigator without setting a destination. My old Garmin just had a map view and you could see "nav mode" while just driving around. I don't see an option for this with google nav.
View 3 Replies
Sep 7, 2010
Am I doing something wrong? If I am using Google Maps/Navigator - happily following along as my car wends it's way down the street and I have to exit to say, answer a phone call, look at another app. when I go back into Navigator my destination info is gone. I have to re-enter my destination.
View 8 Replies
View Related
Jun 18, 2010
I thought I saw on here somewhere people talking about how they were using the regular voice search or voice dailer to boot up the navigation app and begin calculating the route. I tried it out and it didn't work. Did I imagine this?
View 3 Replies
View Related
Jul 26, 2010
I had to do a factory reset on my Incredible. I went to download Google Navigator again but couldn't find it on the marketplace. Is it still available?
View 5 Replies
View Related
May 4, 2010
So I've been using Maps on the Incredible and liking it so far. However one thing I miss from VZ navigator is the option to search for business' around me.When I'm traveling i like to find restaurants, gas stations, etc. around the area I'm staying. Is there an app that will do what VZ Navigator did in that area?
View 13 Replies
View Related
May 5, 2010
When you are using the navigator, if you zoom all the way in on the upcoming next location, it gives you an actual real-life satellite image of the street/intersection, etc.
View 49 Replies
View Related
Aug 18, 2010
They are always running, I dont use them !! How do i remove them?
View 1 Replies
View Related
Nov 7, 2010
I have a button defined in my XML file. The button works exactly like you would expect...that is until I add the line at the bottom (android:background="drawable/leftarrow1"). Then the button is no longer click able in the activity, but the new background shows up like I want. What gives?
<Button
android:id="@+id/switch_left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_center Vertical="true"
android:background="@drawable/leftarrow1" />
View 2 Replies
View Related
Jun 22, 2009
I created a custom View Round button which consists of an image and some text. I tried to bind a method to it but it doesn't work and don't know what could be the reason.Does anyone know whether there's anything missing or the reason it doesn't work?
View 1 Replies
View Related
Sep 18, 2010
I'm trying to set the z order of a UI element (i.e. a View) so that it will overlap another element, but calling ViewGroup.bringChildToFront() has a weird side effect....it moves the element to be the last item in the parent (the ViewGroup). Is this a bug, expected behavior, or what? More importantly, how can I set the z order or a View without this unfortunate side effect?
View 1 Replies
View Related
Oct 19, 2010
Is there a way to use an image size when setting the sizes of a view? I want to create a TextView item with the exact height of a resource image, but I don't want to use the image as a background for the text view.
View 1 Replies
View Related
Jan 6, 2010
I would like to set a "style" for the button how can I do that in java since a want to use several style for each button I will use.
View 1 Replies
View Related
Aug 24, 2010
I created a ScrollView and want it to expand to the available space, without having to set a fixed height (i.e. "250px") for it. As such, I created a Relative Layout. The basic outline follows: Code...
View 1 Replies
View Related
May 2, 2010
I am trying to create a drawable in code and change the color based on some criteria. When I try and set the Drawable as the background of the ImageView it displays but won't let me set any padding. I realized I need to set the ImageView image via the setImageDrawable() function in order to be able to set the padding. The problem I am running into is that when I set it via the setImageDrawable() function nothing is displayed.
Here is what I have written:
<?xml version="1.0" encoding="utf-8"?>
ImageView icon = (ImageView) row.findViewById(R.id.icon);
ShapeDrawable mDrawable; int x = 0; int y = 0;
int width = 50; int height = 50;
float[] outerR = new float[] { 12, 12, 12, 12, 12, 12, 12, 12 };
mDrawable = new ShapeDrawable(new RoundRectShape(outerR, null, null));
mDrawable.setBounds(x, y+height, x + width, y);
switch(position){ case 0: mDrawable.getPaint().setColor(0xffff0000); //Red break;
case 1: mDrawable.getPaint().setColor(0xffff0000); //Red break;
case 2: mDrawable.getPaint().setColor(0xff00c000); //Green break;
case 3: mDrawable.getPaint().setColor(0xff00c000); //Green break;
case 4: mDrawable.getPaint().setColor(0xff0000ff); //Blue break;
case 5: mDrawable.getPaint().setColor(0xff0000ff); //Blue break;
case 6: mDrawable.getPaint().setColor(0xff696969); //Gray break;
case 7: mDrawable.getPaint().setColor(0xff696969); //Gray break;
case 8: mDrawable.getPaint().setColor(0xffffff00); //Yellow break;
case 9: mDrawable.getPaint().setColor(0xff8b4513); //Brown break;
case 10: mDrawable.getPaint().setColor(0xff8b4513); //Brown break;
case 11: mDrawable.getPaint().setColor(0xff8b4513); //Brown break;
case 12: mDrawable.getPaint().setColor(0xffa020f0); //Purple break;
case 13: mDrawable.getPaint().setColor(0xffff0000); //Red break;
case 14: mDrawable.getPaint().setColor(0xffffd700); //Gold break;
case 15: mDrawable.getPaint().setColor(0xffff6600); //Orange break;
} icon.setImageDrawable(mDrawable); icon.setPadding(5, 5, 5, 5);
This results in a space for the ImageView but no image.
View 1 Replies
View Related
Oct 24, 2009
How do i view view bookmarks in visual style and can i keep this setting?
View 3 Replies
View Related
May 8, 2010
I have built an app for the Motorola Droid which should automatically update a server with the phone's location. After the user performs a particular task on the main activity screen, an alarm is set to update the user's location periodically, using a service. The alarm is explicitly stopped when the user completes another task. Thing is, I have set up a location manager within the main activity's onCreate() method which is supposed to place the first acquired lat/long into two textview fields. Even though the manifest is set up for acquiring coarse and fine coords and I'm using requestLocationUpdates (String provider, long minTime, float minDistance, LocationListener listener), with minTime and minDistance set to zero, I'm not seeing the coords coming up on the screen.
With that, I'm not recording any locations on the server. When I seed the textviews with sample coords, they are being recorded fine on the server. I am not at a computer that can run the IDE, so don't currently have the code, but am desperate for some help on this. One other thing is that the main activity screen calls a photography app before the user manually clicks "send data". I'm suspicious that I may need to override the main activity's onResume() method to do this location acquisition.
View 2 Replies
View Related
Apr 28, 2009
Can someone know the answer tell me which is more efficient if the bmp is a big bmp? RemoteViews views
1. views.setImageVIewBitMap(R.id.icon, bmp)
2. bmp = BmpUtils.resizeToFitIconSize(bmp) views.setImageVIewBitMap(R.id.icon, bmp)
In short, will resizing the bmp before setting it on a remote view make it more efficient? Or should I just let the imageView take care the resizing? Code...
View 2 Replies
View Related
Apr 4, 2010
I am trying to implement a ListView that is composed of rows that contain a View on the left followed by a TextView to the right of that. I want to be able to change the background color of the first View based on it's position in the ListView. Below is what I have at this point but it doesn't seem to due anything. Code...
View 2 Replies
View Related
Sep 11, 2010
My purpose is to set headers for related items of grid view and for this i am thinking about to set the width of grid view different for header and sectional view's.if any other way 2 set sectional header for related items is possible?
View 1 Replies
View Related
Nov 13, 2009
I've searched and cannot find anything regarding rtf files and the Droid.
Can anyone help me by directing me towards and app or setting that will allow me to view rtf files received as email attachments?
I have Documents to Go full version but the phone won't even download the file.
View 3 Replies
View Related
Oct 7, 2010
I have a form with several Views on it, the last one is a Spinner that is bound to an adapter to get it's data from a Web Server via a POST request, at the end I append an additional entry for "Other...". If this option is selected on the spinner, a new EditText View at the bottom where the user enters a custom value, I've managed to get the EditText View to show on the screen, but it's positioned at the very top, over my other Views and I can't seem to find the way to make it appear at the bottom, below the Spinner as I want it to, here is the code I have so far:
EditText suggestCarrierField = new EditText(getBaseContext());
suggestCarrierField.setLayoutParams(new ViewGroup.LayoutParams(
ViewGroup.LayoutParams.FILL_PARENT,
ViewGroup.LayoutParams.WRAP_CONTENT));
suggestCarrierField.setHint("Suggest your carrier");
((AbsoluteLayout) findViewById(R.id.createAccountView)).addView(suggestCarrierField);
((AbsoluteLayout) findViewById(R.id.createAccountView)).invalidate();
View 2 Replies
View Related
Feb 3, 2010
We are using TextView's Ellipsize function to scrolling text in it and there many other controls in our window. We noticed CPU would go up to 50% if text started scrolling. After digging deeper, we found all controls in our layout kept drawing when texts scrolling. We wonder why? And how to avoid all controls redrawing?
View 8 Replies
View Related
Nov 16, 2010
How to use a layout as empty view for a listview when the adapter has zero elements?
setEmptyView is not working with this code :
CODE:..............
Layouts used :
CODE:...........
main.xml
CODE:...............
View 3 Replies
View Related
Jan 2, 2013
My phone has a virtual number also associated with same sim number(Second number). I like to know whether a call coming is to the main number or other number. i.e if my virtual number is 9784585, then using toast, i want to display HTML Code: You are receiving call on your virtual number 9784585
How can i do this. i am able to read the caller number using
[HIGH]String phonenumber = bundle.getString(TelephonyManager.EXTRA_INCOMING_N UMBER);[/HIGH]
View 1 Replies
View Related
Aug 6, 2010
How do I specify the destination of sendMessage() as logTextBox() in the example below?
code...
View 1 Replies
View Related
Feb 15, 2013
When I launch Navigation, I'm given four methods of choosing a location: "Speak Destination", "Type Destination", "Go home", and "Map". Clicking on "Map" brings me to a map view (cool)... which doesn't actually let me select a destination (WTF). Is this bug present only in Jelly Bean? I can't believe it wouldn't have been caught earlier otherwise.
Oh, launching Maps and long-pressing on a point allows me to select it and set it as a destination for Navigation. Ironic that this functionality is missing from Navigation itself.
Is there a fix for this, or is Maps the only way to select a destination by clicking on a map?
View 1 Replies
View Related
Apr 22, 2013
I have an Samsung galaxy tab 2 P3113 (rooted) and running CM 10. 4.2.2 JB, I've been trying to download a 6 GB file and it always goes to internal storage (5 GB) so it can't download there, I got an extsdcard (32 GB} and I've tried to direct download it there.. But I didnt find out how to change download destination
View 3 Replies
View Related
Sep 12, 2010
I tried since many hours to launch navigation from my app. I want navigation without destination. I tried with:
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q="));
startActivity(i);
That launches navigation but with destination not found. I tried too to launch:
processName, packageName with startIntent with com.google.android.apps.maps,
com.google.android.apps.maps:driveabout and
**com.google.android.maps.driveabout.app.DestinationActivity
with no success too :/
View 4 Replies
View Related
Aug 25, 2010
cant get destination cleared on google navigation[please help
View 3 Replies
View Related
Nov 13, 2009
I am used to being able to take my current position on a map or point to a position and set it as a contact's position. I can't seem to figure out how to do this on the DROID.Even though it is still a bit buggy (beta and all),I love the application, but I have noticed that specific addresses can be off by a block or two.I would like to be able to tell the phone that the correct position of this address is here.
View 2 Replies
View Related