Android :: Error With Custom Made Popup Marker / Way To Fix
Feb 25, 2010
I have a made custom popup marker. There is a button on the popup that shows up when you click on a marker on the map. Its function is to open a new activity when the button is clicked. So in the onClick function of the setOnClickListener() call, I created a new object of the Activity class and used that to call the various methods that needs to start the activity but I keep getting a java.lang.NullPointerException thrown regarding the line that calls the startActivityForResult() method. Not sure of the best way to go about this. I have pasted a sample code...
View 8 Replies
Sep 24, 2010
I want to create a mapview marker with 4 elements:
- picture (of user)
- background
- text (username)
- Arrow to show an direction
OverlayItem.setMarker() accept only a drawable.
How can I create an drawable with 4 Items? Or can i add an View as marker to overlayItem?
any ideas?
View 1 Replies
View Related
Sep 16, 2010
I would like to completely re-skin the default dialogue component in Android. Specifically I would like to do this: Change the semi-transparent overlay background from the default black to a semi-transparent white.
View 1 Replies
View Related
Sep 16, 2010
Is there a way to replace the standard ListView that pops up when opening a Spinner with a custom one?
I would like for my Spinner list to be Filterable (and/or even possibly have two tabs with different lists the user could select options from). Is this achievable or do I have to do my own implementation alltogether?
View 1 Replies
View Related
Aug 21, 2010
Every so often, my Eris, pops up this error message "Sorry! The process com.ht.bg has stopped unexpectedly. Please try again" and I have to click "force close" I don't see anything happening to my phone.. Does anyone know what may be causing this?
View 2 Replies
View Related
Jul 18, 2010
I tried the apps "Handcent" and "Sms Popup" and set them to automatically display a popup on the lock screen when there is a new sms (similiar to the iPhone).Both apps, however, only display the popup after the lock screen.I guess this has something to do with this "great" touchwiz overlay Samsung is using. Any way to fix this?
View 1 Replies
View Related
Nov 17, 2009
I searched the market and the forum but found nothing like this.I think SMS popup is a great app and would love something similar for email that would pop up a box telling me I got an email, who it was from and the subject line with an option to open or ignore.I plan to email the SMS popup developer but I was wondering if anyone else had come across something like this or if anyone else would be interested?I'm going to link the dev to this thread, so if its something you'd like chime in here so he knows there is interest.
View 9 Replies
View Related
Sep 7, 2010
I have a cursor adapter and the logcat is filled with above errors, as soon as I click on a view. I am already releasing the CursorAdapter's cursor in onDestroy().Is there any way to get information about when the cursor was opened?
View 3 Replies
View Related
Apr 3, 2010
My requirement was to invoke a alert dialog with a string text that gets modified dynamically when the user hits a button every time
for example:
string str="you have clicked "+ count + "times";
where count is an integer variable that gets incremented every time the user hits a button. and when i assign this string to the text of an alert-dialog ,i get the alert-dialog at runtime but with an empty text value...ie. a naked alert-dialog with just OK cancel button.
View 2 Replies
View Related
Oct 27, 2010
I was wondering how can I display a bubble (a bubble like when you use Google map and you click on a marker there is that bubble that appear with a picture ans some informations) when I tap on one of my Marker that are on my Android Google map?
View 2 Replies
View Related
May 20, 2010
i want to add a marker to a position int the map ,so i add a image through canvas by overwrite overlay .But i want to get the other activity through clicking the image,who can tell me what can i do?
View 2 Replies
View Related
Oct 12, 2010
I am developing an application which shows the current location of the user. I want to display a marker on the current location of the user.
I have used an image as marker to display current location. But i want to display an animated arrow showing the range just like in the google maps android app. Can anyone please tell me how to achieve this.
View 1 Replies
View Related
Sep 1, 2009
Can any one help to create map view with a marker.
When we are clicking marker it should display info window.
By clicking that info window it shoul goto another layout.
View 5 Replies
View Related
Jul 7, 2013
i have clockwork mod recovery v6.0.1.0 and tried to flash Paranoid android 3.6 and then 3.57 both after wiping.
the screen says: Installing.....zip.
Finding update package
opening update pakcge installing update
assert failed: getprop ("ro.product.device")=="grouper" || getprop("ro.build.product")==grouper"
E:Error in ....(blah blah).zip
(status 7)
Installatio aborted.
View 1 Replies
View Related
Nov 15, 2009
I am looking for code examples of how to draw a description box when clicking on a map marker. Something similar to google map's implementation - http://code.google.com/apis/maps/documentation/examples/icon-custom.html (Click on the marker to see an example)
View 4 Replies
View Related
Jun 4, 2009
Hey Is it easy/possible to drag marker objects in a MapView?
View 10 Replies
View Related
Oct 15, 2010
How can I drag a marker on the map?
How to handle it in onTouchEvent()?
I had written one code that actually drags. But it feels like the map is moving instead of the marker. That code is...
View 1 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
Jun 18, 2010
I am displaying google map and on top of that some overlay items(Markers) are there. When tapping on the markers, I need to display PopUpWindow. The code is executing but popup is not displaying.
popUp.showAtLocation(layout, Gravity.TOP, 0, 0); popUp.setFocusable(true); popUp.setTouchable(true); popUp.setOutsideTouchable(false); popUp.update(0,50, 320, 70);
Here layout is an object of LinearLayout.
I created another android application, in that, I put the above code and its working perfectly. PopupWindow is displaying.
View 2 Replies
View Related
Sep 7, 2010
It is possible to draw markers in runtime or at onLocationChange event, not on Create event?
View 1 Replies
View Related
Aug 25, 2010
I've got the following code which gets information from a database and plots it on a map. The information is there and clickable but the actual icon androidmarker is not visable. Why? How do I fix this? code...
View 1 Replies
View Related
Jun 16, 2009
I have a custom view that I had to write for a large scrollable image, as the images are larger than the size of the screen. Before, I had tried to do it by putting the image into a ScrollView but that of course didn't work. The view itself is within a RelativeLayout within the activity and at the bottom of the screen I have two buttons that are used for navigation and at the top a TextView with a caption for the activity (the main header is already being used here for instruction). In my below code, I've checked the Hierachy Viewer to confirm all the elements are loaded and in the Activity I can see the TextView, however it overlays the ZN5ScrollView area and below the image I just have a blank area of the size defined rather than my buttons. For the bottom navigation, the Hierachy Viewer is saying the absolute_y of the bottom navigation is 480. I'm wondering if anyone can help with my layout code here to get this working correctly? Bottom navigation is 50px high, ZN5ScrollView is 365px above the navigation, and the TextView takes up the rest of the area at the top
View 4 Replies
View Related
Oct 8, 2010
Since i switched over to UD x8 i have been having lower reception signal compared to before. Does anyone know a fix for this? or if this is normal? can it be the ROM or the kernel?
View 5 Replies
View Related
Mar 9, 2012
Last week, I played around with getting a custom recovery built for INQ Cloud Touch..
After compiling - flashing recompiling re-flashing for almost a week and on the verge of giving up ...
I realized, searched and found flash_image ... come to find out custom compile of recovery was fine, fastboot did not like my device and wasn't flashing it properly.
So flash_image got the custom recovery working as suppose to, able to backup/restore ... Flash roms.. however there are no roms.. best i could do was try roms from devices close to this one, with no luck!
So i decided i would try my hand at making a 2.3.7 gingerbread rom. Of course stock is froyo 2.2.1 and before i can make the rom.. i need a kernel for gingerbread. So I got the cm-kernel source using this guide:
[URL] .....
[EDIT]
pulled my .config file using both
/proc/config.tgz
and the included script to pull it from the boot.img
[/EDIT]
Now, i been trying to get kernel compiled for the last 5 days.. and like i said, no lack of searching and reading... Had first error, forgot what it was now, but i got it fixed and compile went on.
Code:
LD .tmp_vmlinux1
arm-eabi-ld: no machine record defined
arm-eabi-ld: no machine record defined
arch/arm/mach-msm/built-in.o: In function `parse_tag_msm_partition':
[Code] ......
I have a notepad full of things i have enabled/disabled and restored to original trying to find what is missing or shouldn't be there!
View 5 Replies
View Related
Nov 14, 2010
how do i change the default blue animated marker for MyLocationOverlay in google maps?
View 1 Replies
View Related
Apr 26, 2010
I displayed map and on top of map, I displayed a number of overlay Items(Markers). Clicking on overlay Items or markers will do some action. But the problem is when I click around the marker, means outside the marker, at that time also, the event triggers. I want to restrict that exactly when I am clicking on the marker, event has to take place. I am doing the event in opTap() method.
How can I restrict the event triggering to exactly when I click on the marker.
View 4 Replies
View Related
Jul 20, 2010
I can draw overlay items onto google maps just fine, an image that looks like:
_____
| |
______
/
Where the "/" part is the "pin" that marks the lat/lon on the map and a picture in the middle of it. My question is, is there any way to expand this when the user clicks on it? I'll of course have to change this to some kind of dialog or layout and change it when it gets clicked.
I want to have it smaller like that with just an image when not clicked on, but when it is clicked on it expands over like a second to:
--------------------------------------
| <image> <buttons> |
| <buttons> |
| <some info here> |
| |
--------------------------------------
/
Is this possible?
View 2 Replies
View Related
Jan 31, 2010
How do I add a marker on a particular location in the map?
I saw this code that shows the coordinates of the touched location. And I want a marker to pop or be shown in that same location everytime it is touched. How do I do this? Code...
View 2 Replies
View Related
Oct 7, 2010
Why I have to code so much for it. Like, I dont want to care about...the position of the balloon (I just want to assign a geopoint) the layout of a basic balloon (Later on I might want to implement a xml based layout) the number of shown balloons (only display one at a time) the open/close behaviour of the balloon (close, when an other bollon is tabbed)
View 1 Replies
View Related
Oct 9, 2010
I am working on a MapView app in Android. I have three markers that I want to be able to use the Google Map API getlocation-function on, later on. In order to try it out I would like to move the marker with a drag and drop-function, and then check the location.
Anyone who has gotten a drag and drop to work on an android marker, or know a way to start figuring it out?
View 1 Replies
View Related