[android-beginners] Re: How to show the position in a MapView in SDK 1.

2008-11-11 Thread psaltamontes
the functions of the MapView getHeight() and getWidth() they return zero, why? (I use fill_parent in the attributes into AndroidManifest.xml) There is another way to show the user's current location? On 7 nov, 20:55, psaltamontes [EMAIL PROTECTED] wrote: Thanks for your answer. In SDK m5 I saw

[android-beginners] How to show the position in a MapView in SDK 1.

2008-11-07 Thread psaltamontes
Hi. How I can show the position (with the little circle) in a MapView in SDK 1? There is a function similar to toggleShowMyLocation?. I need to use an overlay for this? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: How to show the position in a MapView in SDK 1.

2008-11-07 Thread psaltamontes
read the documentation but I don't find what I do wrong. In SDK 1, I need an special overlay to do this? On 7 nov, 19:41, Mark Murphy [EMAIL PROTECTED] wrote: psaltamontes wrote: Hi. How I can show the position (with the little circle) in a MapView in SDK 1? There is a function similar

[android-beginners] Re: Open a database from another application.

2008-07-02 Thread psaltamontes
the first argument. On Jul 1, 1:11 pm, psaltamontes [EMAIL PROTECTED] wrote: Hi. Is possible open a database from another application which doesn't create this database?. I try from the application that doesn't create the database: path_database = /data/data/umem.uab/databases

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-17 Thread psaltamontes
I don't know what the ... option is. If you need specific help with TourIt, please contact me off-list. Sorry, I have been confused. I wanted to say that when I select Show list option I see a white screen. I load the velo location provider but the list is empty. I suppose that when I select

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-16 Thread psaltamontes
Hi, I tried to do what you said me and other things, but I have problems that I cannot solve. I tried to do yours steps but... I had some errors. 1. If it is not there already, use registerIntentReceiver() as I described above, so it is controlled by the parent activity (in fact, it may work

[android-beginners] Mock GPS and proximity alerts.

2008-05-27 Thread psaltamontes
Hi, I have problems with proximity alerts. I'm doing a demo application with the mock GPS. The proximity alerts works with the mock GPS?, someone has tried it?. There is some way to test where I am wrong?. I'm using SDK M5, there is something strange?. Buff..., a lot of questions :).