[android-developers] Re: Built in Location Provider

2008-05-11 Thread fernan.do
Hi Nagendra, No problem, to get location on Android using the emulator Anrdoid provides what is called: LocationProvider. Ideally real Android phones will have more than one location provider (cellId gps and so on) Currently the API only has a fake gps provider. To access it, simply get a

[android-developers] Re: retrieving a user’s geogr aphical location

2008-05-08 Thread fernan.do
in the AndroidManifest file. Make sure to do that or else you will get an error. Hope that helps! Fernan.do --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] FastForwarding time!

2008-05-08 Thread fernan.do
Hi Everyone! Does anyone know of a way to have clock emulator go faster. What I mean by that is that have the emulator clock (or rather the clock for the system) go faster than regular time. So that for example what the emulator and system perceive as one minute is actually one second in real

[android-developers] Positron and Android TDD

2008-05-01 Thread fernan.do
Hi Everyone! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[android-developers] Positron and Android TDD

2008-05-01 Thread fernan.do
Hi Everyone! I am using Positron to do acceptance tests in my applications. Yet I am running into a really annoying issue and I was wondering if anyone has seen this before. 1)I have not been able to develop a launch strategy for positron. Meaning that I have not been able to find how to launch