Android :: How To Put Popups On Clicking A Pin Present At Google Map?
Aug 30, 2010
In my app i am using google maps.on clicking a pin on google map we have to get an popup at that position.but i am using custom dialog it display the message at center of the mapview.so how to display a popup instead of dialog at the position we have clicked.
View 1 Replies
Jun 10, 2010
Whenever I take a picture in Google Goggles, i hear 2 clicking sounds coming from the phone. The first sounds comes when the capture button is pressed, and the second sound comes as soon as the picture is taken. I don't hear these noises when taking pictures through the regular camera app. It sounds like it's coming from inside the phone.
View 4 Replies
View Related
Sep 1, 2010
Some of the sites I visit have what I believe to be flash overlays on them. They are usually things like "tell us about your experience on our site" or the like. Not really ads, but they often don't scale right and jump off the screen when I zoom in to dismiss them. Is there an app that can block these, without disabling flash? WebMD is an example of a site that does this, after you load a few of their pages. Theirs stays put, but is an example of the feature.
View 2 Replies
View Related
May 22, 2009
We have got all our own edit boxes etc. so we call the virtual keyboard from SDK 1.5 in the followng way (when the use selects one of our edit/text boxes):
Context c = getApplicationContext(); InputMethodManager inputManager = (InputMethodManager) c.getSystemService( Context.INPUT_METHOD_SERVICE ); inputManager.showSoftInput(ourCanvasInstance, 0);
This works fine and even populates our edit boxes automatically upon key entry, we can dismiss it by calling:
inputManager.toggleSoftInput(0, 0);
The problem we have now is that we need to know the size of the virtual keyboard so that we can resize all our popups etc to fit within the area of the screen that is not covered by the virtual keyboard. Is there anyway of getting the height of the default virtual keyboard? I have noticed that android.inputmethodservice.Keyboard has access to the height but I can't seem to find anyway to access this, does anyone happen to know any useful pointers to be able to access the height of the VK?
View 2 Replies
View Related
Nov 7, 2010
I have a new Samsung Captivate, I switched over from a Samsung Vibrant, not a drastic switch.
I have installed Handcent SMS installed. I have the Handcent Popup and Notifications set. I have disabled the default messaging app's Notifications and Auto-retrieve. I no longer get notifications from the default but still get a pop up from both Handcent and the default. I still receive both the default app pop up and the Handcent pop up. I never had this problem with my Vibrant. I can't find anyway to stop this and am at a standstill.
View 9 Replies
View Related
Dec 21, 2009
So I just picked up my Eris yesterday. For the most part it is working great right now but a couple things are a little annoying.
First, pinch zoom isn't working in the Google Maps app. Should it? Works great in the browser when surfing the web but not in maps for some reason.
Second, it clicks at me. For example, I'll hit the red power/call end button when I'm done using it to turn off the display. Then I'll set it down on the table or something and it makes these little intermittent click sounds just sitting there. After 5 minutes or so it stops. It isn't constant, just a couple clicks ever 10-30 seconds for a little bit then stops.
View 11 Replies
View Related
May 28, 2010
I've searched the threads for this but have yet to find an answer. I installed Handcent and SMS Popup and every time I get a text, I get a popup from handcent and a popup from the stock messaging app. I tried everything that was said to fix the problem and all that did was stop the notifications from the stock app from coming up in the status bar. I'm still getting a popup from both apps and would like to just have handcent show up.
View 2 Replies
View Related
Aug 23, 2011
I have been using Handcent for awhile and really like it. But yesterday switched to Go SMS Pro to check it out and because I like some of the themes.
But I noticed, unlike Handcent or ChompSMS, it does NOT have a popup window with incoming text on the Lock screen! I like to check out my text and maybe send a quick reply without unlocking my phone.
I can't find the option anywhere in Go SMS Pro, so I think it doesn't have it. I'd like to continue using it, but I think I'll have to go back to Handcent for the Lock screen text.
Any way to have it pop up on the lock screen?
View 9 Replies
View Related
Jul 20, 2010
I've had this happen before, but now it's happening again. Whenever I open Advanced Task Killer or Astro, the apps popup a browser window and navigate to some ad (doubleclick) which loads a blank page. If I try to go back to the app, it just does it again. Anyone know how to stop it?
View 3 Replies
View Related
Oct 28, 2009
I don't know the priorities of the android team but to me this looks like a really significant bug. As reported here: http://code.google.com/p/android/issues/detail?id=2539&q=Widget&colsp.and here: http://code.google.com/p/android/issues/detail?id=3696&q =Widget&colsp.and a few other places in different wording. Apart from it not working anything like the documentation specifies, it disables two methods in the widget provider class, creates potentially huge redundancies/wasted cpu usage and pretty much makes any widget that uses a config activity a bad piece of software. Further yet, the problem with screen real estate failures (first link, my post) applies to ALL widgets, config activity or not. The entire widget framework is effected by these limbo widgets and it seems like something really small, perhaps a few lines of code to fix, considering you display Toasts and other things, the failure paths are already known, should it not just unbind these widget ids on failure? Also as a small suggestion, considering you know the minimum dimensions of the widgets before they're added, widgets could not even be shown or grayed out if the screen can not accommodate them. I notice the "Add" in the Menu does this but only when the screen is completely full, if there is any space left, a larger widget can still be chosen to add, even though it's guaranteed to fail.
View 2 Replies
View Related
Nov 17, 2010
I use opengl es 2.0 to draw some picture,and create the FBOs, but how to present the renderbuffer on the screen? code...
View 2 Replies
View Related
Oct 27, 2010
I have a file which I created and is present in data/data/com.andr.filedemo/files/a.xml. Now I want to parse this file using XML Pull parser. How can we give the path of that file or how we can access that file and then parse that file using XML Pull parser.
View 1 Replies
View Related
Dec 23, 2009
If u have downloaded any android source code u would see a test folder present for almost all applications and base framework. I wanted to know whether we build the test code too while building sdk from source code or is it just for our reference. If it is for the latter, what is the best way to use it. Please post me the exact use of tests present in android source code.
View 2 Replies
View Related
Feb 9, 2009
Somebody will tel me the command for checking sdcard of device
what is command to check SDCARD is present ?
or in other words how to appl the sdcard is there or not?
View 4 Replies
View Related
May 21, 2009
As the subject, it looks like get the windows DC in windows Mobile. How can I meet this effect?
View 3 Replies
View Related
Nov 19, 2010
I am calling my application from clicking on button in web-page. I made that activity as BROWSABLE. It is working fine when I open that web-page in android emulator and click on button; i.e. it is opening the application. Now, I want to whether that activity is present or not in my emulator i.e. it is installed or not, by clicking on button... How can I check that?
View 1 Replies
View Related
Oct 20, 2010
Full code. how do i access the parent activity's mail layout elements? In this case a button. I have it declared in main.xml. When a button in the listview is clicked, i want to change the text of the button in main.
View 1 Replies
View Related
Jul 2, 2010
Recently i upgraded from android 1.5 to 2.2..
now when i run the voicerecognition app it gives me the error "recognizer not present"
is there a solution to this..
View 1 Replies
View Related
Aug 16, 2012
Now I've done a bit of research into Fusion tables already and I know it's possible for me to put all the data that's going to be in my app into a fusion table and then display the fusion table there for the user to see the data. Much easier to update the data when need be instead of making it static text and having to update the app via the play store every time I need to update the data.
How do I do this though? All I know is that it's possible and that I should use the Fusion table API. More than anything I just need a starting point so I know how to set up Eclipse and then learning the code is up to me.
Any apps at the moment that use Fusion tables to hold their applications data? Would be good to download them and have a play.
View 1 Replies
View Related
Jul 31, 2010
I want to open soft keyboard while starting an activity. The activity contains nothing as its element. I just need to open soft keyboard on the launch. I've tried with
<activity android:windowSoftInputMode="stateAlwaysVisible|stateVisible|adjustResize" but it didn't work.
Also tried with
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
but it didn't work as well i'm using emulator to run the code
View 1 Replies
View Related
Feb 15, 2010
I have several images present in different folders in my sdcard. I would like to display a list of thumbnails. So what I have done is while rendering any row in the list I read the file in an input stream, get the byte array, decode it to obtain a bitmap and set it in an imageview.
So far so good. But when I scroll the list, the list scrolls in jerks. I believe this is because decoding a bitmap from byte array takes some time. What I would like to know is that, is there any optimization which I can do to improve the performance, or better still is there any better method to achieve what I want ?
View 2 Replies
View Related
Jul 19, 2010
When you click a key on the Samsung keyboard you don't see the key-popup like on the iPhone or on a HTC device. Is there any way to change this keyboard?
View 10 Replies
View Related
Sep 26, 2010
How do I close a whole hierarchy of activities and show a new activity not present in the current task?
Context
Consider a FTP browser that resumes the previous session on launch. Each folder is displayed in its own activity. When I click on a folder, a new activity is started for the folder. If I press the back button, the app returns to the previous activity, which corresponds to the the parent folder.
I can logoff from the menu at any time. Logging off should bring me to the login activity (not present the current task when the app has resumed the session), and close all the other activities. How can I do this?
From what I've read, if the activity were in the current task I could use FLAG_ACTIVITY_CLEAR_TOP in the intent, but this is not my case.
View 1 Replies
View Related
Aug 6, 2010
How to make a text entry fields move up when on screen keyboard is present?
View 2 Replies
View Related
Apr 2, 2010
My predictive text or auto correct only seems to work in a few select areas like messaging and youtube. In the android market or the google search bar widget it's non existent! you have to type really slowly and accurately to get the right words.
View 6 Replies
View Related
May 27, 2010
I am hoping that some of the signal issues in the Incredible are not present for the EVO. Has anyone compared their EVO with another Sprint phone? Is the signal the same? I know it may be a bit early to start this topic.
View 6 Replies
View Related
Dec 17, 2012
i have a tablet wt-pad012 by indiaworldtech dot in its rooted and it has contactsstorage.apk so can put backup contacts via go contacts but cannot add individually so need contacts.apk ics 4.0.3 i have tried using copying to system/app and reboot and also using root uninstaller to install as system app with premission rw-r-r but none work the apk is not installing not showing up in app drawer and setting
View 1 Replies
View Related
Apr 7, 2010
I just purchased the Motorola milestone in Canada at Telus and when I want to use the speech recognizer for anything like speech to text it said "speech recognizer not present". How do I fix that so I could use that application?
View 4 Replies
View Related
Sep 2, 2010
Does anyone have a separate Navigation app icon? My Evo did, but my Epic does not. I can go into Maps and hope dearly that my GPS is working and get navigation through there, but I'd really like a separate icon for it. Is this the same with everyone else?
View 3 Replies
View Related
May 23, 2012
I have a bunch of collection albums. I love Touhou arranges, and these are usually done by a variety of different arrangers and vocal artists. To keep everything neat and clean, I have them tagged with the circle name in the ALBUMARTIST field and the track's arranger or vocalist in the ARTIST field.
I'd like apps that actually prioritize the ALBUMARTIST field when browsing by album. If the field is present, it should override the ARTIST field for grouping tracks together as albums when browsing music.
As far as I am aware, the only player that does this on ICS is the stock Google Music app. I don't particularly like it because it's very lacking in features. On CM7, the CyanogenMod music app did this and a whole boatload of other features including focus loss ducking.
I've tried just about every music player out there. DoubleTwist, PowerAMP, Winamp for Android, the new CM9 music app Apollo, but none of them do this very simple organizational thing that the normal Google Music app does.
View 1 Replies
View Related