Android :: Google Map Dialog/Info Window Not Appearing On Touch
Feb 27, 2010
I am trying to add infowindows to markers/pushpins on the map. ATM, it is not working.
Current code:
CODE:..........
MapTabView.java/Map:
COE:..................................
View 2 Replies
Jun 8, 2009
When your intent kicks knocked on the head by the OS and then restored / recreated (for example when you slide out the keyboard on the G1) if you have a ListView populated with items in an activity they appear after the recreate. However, if you have a dialog box full of list items and do the same steps, the ListView comes back up empty when the window is redrawn after the slide.
Is this an Android bug? My list is a pain in the neck to pack into a bundle, it consists of Address objects, and there might be ten of them. Am I doing something "un-android?" I'm thinking of just dimissing the dialog when this happens. But calling dismiss in onRestore (for the dialog) doesn't seem to work.
View 6 Replies
View Related
Sep 1, 2009
In one of my activities, I use the Theme.Dialog style, and I can't get the window to launch at full size.why does that not work? I also tried setting the size in pixels, but that has no effect whatsoever.
View 6 Replies
View Related
May 21, 2010
I want to add a dialog or a window in the map when click the marker as folows?but i don't know what to do. Does put the dialog int the Overlay or MapView?
View 12 Replies
View Related
Aug 9, 2010
I have a Dialog window created via the onCreateDialog() callback of my Actvity. In the Dialog I would like to allow the user to enter an email address or to select a contact from their contact list and have the email address populated based on their choice. This can be accomplished using code...
However since the Dialog is not itself an Activity I cannot use this method, the best I can do is
context.startActivity()
How can I launch the contact list from a Dialog and get a result?
View 1 Replies
View Related
Mar 15, 2010
I'm trying to create a custom dialog in my application to show an about window but it ain't working. Maybe one of you knows a solution?
So I have an activity with the onCreateDialog(int id) overriden in it:
CODE:....................
This is exactly as described here: http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog However this my exception thrown:
CODE:.......................
View 14 Replies
View Related
Jun 17, 2010
I encounter a problem with a ProgressDialog in a PreferencesActivity in my application.What I want to do is pop up a ProgressDialog after the user has changed his username or password during the check on the remote server. In the onSharedPreferenceChanged() I call the ProgressDialog.show() method. Sometimes it works fine, sometimes not at all.
View 2 Replies
View Related
May 14, 2010
CODE:................
when show the dialog box it show the error message please do reply me
View 1 Replies
View Related
Sep 1, 2009
I am using an activity with the dialog theme set, and I want it to be full screen. I tried all sorts of things, even going through the WindowManager to expand the window to full width and height manually, but nothing works. Apparently, a dialog window (or an activity with the dialog theme) will only expand according to its contents, but even that doesn't always work. For instance, I show a progress bar circle which has width and height set to FILL_PARENT (so does its layout container), but still, the dialog wraps around the much smaller progress bar instead of filling the screen. There must be a way of displaying something small inside a dialog window but have it expand to full screen size without its content resizing as well?
View 2 Replies
View Related
Aug 5, 2009
I wanted to change the frame around my Dialog. So I set up a style...
And yay! I get my new frame. However, the parent window disappears (goes black).
Having a normal dialog: <activity android:name=".MyActivity" android:theme="@android:style/ Theme.Dialog"> keeps the parent window visible.
Can I have a custom frame on a dialog and keep the parent window visible?
View 11 Replies
View Related
May 18, 2009
I have a custom dialog displayed to input user info (ID). This appears on top of an activity with an 'Done' button, however when the edittext is selected and the soft keyboard appears, the keyboard obscures the Done button at the bottom of the dialog. The documentation / blog posts are a little dry on info specifically for dialogs, what do I need to include to get the dialog to pan up or otherwise?
View 5 Replies
View Related
Jun 26, 2010
public class BabyName extends Activity implements View.OnClickListener, Runnable{
/** Called when the activity is first created. */
Login loginclass=new Login();
ProgressDialog dialog;
Thread t=new Thread(this, "sample");
AlertDialog al;
long id;
boolean flg=false;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);...........................
View 1 Replies
View Related
May 22, 2009
I have my code ... but it doesn't work? how to fix it?
View 3 Replies
View Related
Nov 24, 2010
I have created a release keystore using the Eclipse IDE. I signed it using keytool and registered on Google Maps. I plugged in the key but my map doesn't show up. Maps show up properly when I use the key associated with my debug keystore. How can I diagnose this? I followed the same steps as i did with debug, for release.
UPDATE: Here is my manifest file:.................
View 2 Replies
View Related
Mar 28, 2010
I want my menu item "info" to create a custom dialog. Yet i appear to to be having trouble:
This is in my main java file:
CODE:..............
View 10 Replies
View Related
May 2, 2013
how to stop Google Now from displaying weather? I use another weather app and don't need the weather repeated on my Google Now widget, but more importantly I want to down-size the widget (which I can, I use Apex), but I need to get rid of weather in order that the smaller-size widget shows my other cards.
View 2 Replies
View Related
Dec 15, 2009
Recently within the past couple weeks my google search suggestions stopped appearing on my HTC hero. After I press the search key on the phone I start typing into the search box an no green boxes with search suggestions appear. I don't know what happened and I am kinda disappointed about it. I have reset my phone numerous times and still no luck. Also when I am typing texts and emails it does give me word suggesting like for spelling etc.
View 1 Replies
View Related
Sep 6, 2010
Who studied the way to load in maps in google maps? When we move the screen of google maps, the small maps will be loaded in quickly and pieces to pieces. I want to know the loading-in way or materials.
View 3 Replies
View Related
Apr 25, 2010
My husband & I both have Droids and use the calendar daily. Usually we just invite each other as guests to every event we add. We decided to share each others calendars in hopes that the calendar info would show up on the Droid calendar, but its not, only on the computer.
View 1 Replies
View Related
Mar 31, 2009
I am developing a simple maps application that displays map in street mode. I want to display street name and a snapshot when a particular street is selected. Is it possible to get the street snapshot as is displayed by the native maps application using android APIs.
Also on native maps app when we select the street a 3D view of the street is shown. How can I add this 3D street view to my app.
View 3 Replies
View Related
Aug 18, 2010
I can get user Account token from Android AccountManager API, how can i get the related email info from this AuthSub token? i've found no appropriate GData API so far
Why should i do this? i need to make sure the token and email are paired to avoid a fake token which not related to the email account.
View 2 Replies
View Related
Sep 1, 2010
What is the basic difference between the PhoneWindow and MidWindow policies? I found that the emulator version takes the implementations of the PhoneWindow.When the MidWindow implementations will be used? Also, I found that PhoneWindow handles the call settings implementation and the same is not there in MidWindow? Please someone help me pointing out the differences between both the policies and under which circumstances which one will be used.
View 6 Replies
View Related
Mar 31, 2010
The Wife is up town now getting me the HTC Hero. I've just watched a vid on the internet where it says I need a google account. Ok, I signed up but what's it for? What do I do with it? Also, I need to be able to get emails on my phone, Can I set it up to recieve from ,say my work account and my hotmail account?
View 27 Replies
View Related
May 25, 2010
Into another android phone and use it like my eris? kind of like a SIM card on non verizon phones.
View 2 Replies
View Related
May 17, 2010
Three times in the last week contact info has disappeared from my google contacts/phone (Incredible). Twice, with different contacts, the home phone numbers just disappeared from both the phone and my google account. Last Saturday I entered a completely new contact info for a friend (incl. a picture) and on Sunday the contact was gone both from my phone and my google account. I always enter this information on my computer via google contacts and then it does get successfully synced to my Incredible and is available for a while.
When the contact disappears it's gone both from my phone and my google account info, it doesn't show in "all contacts" either - it's gone for good. I have created a groupd called "New Friends" where these contacts were placed. I belive they are still also automatically part of "My Contacts". It's been easy to notice the disappearance since I only have a few contacts in this "New Friends" group. I worry about this happening, esp if it's not easy to notice. I've seen other threads with this type of problem over the years when I searched, but there doesn't seem to be a solution for this rather serious problem.
View 3 Replies
View Related
Apr 27, 2010
When I initally got my HTC Hero, I created a google account using my gmail address.In the meantime I have changed my gmail address and now I don't know how to change it on the phone.Therefor it keeps asking me to log-on, but to the wrong e-mail address.Please, help me to change my Google account so I can refer to my new gmail address and hence start receiving e-mails on my phone again?
View 3 Replies
View Related
Jan 2, 2010
Every time I open up my browser, it opens a new window with Google, over the one I had precious been viewing. I'm running Home++ with 2.0.1. Is there an option I can toggle to change this feature back, so the browser will simply pick up where it left off, and not opening a new window?
View 6 Replies
View Related
Oct 31, 2013
Where is the artist info(bio etc) in the google play music I can't find it. I tried selecting to go to artist but it just shows top songs, albums and related artist no bio. I remember it being there somewhere and the info being the same as spotify but now it's gone , I tried several big artists to make sure
View 5 Replies
View Related
Oct 7, 2010
I'm aware that the home key cannot be caught, and I'm worried that a long-press on the Search key is another "Android-OS protected" key press. Just for testing, I tried to catch all keys with this code within my Activity, but it does not stop the Google Voice Search dialog from being triggered
View 1 Replies
View Related
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