[android-developers] Re: Looking for Accelerometer Example

2009-01-23 Thread Reto Meier
examples in my book, Professional Android Application Development. Hope it helps! Cheers Reto Meier Author, Professional Android Application Development http://www.amazon.com/gp/product/0470344717?tag=interventione-20 On Jan 23, 5:52 am, kwilliaa kevin.willi...@gmail.com wrote: Where can I find

[android-developers] New Android Book: Professional Android Application Development

2008-11-24 Thread Reto Meier
will find the book helpful for your own Android development experience. Cheers Reto Meier Author, Professional Android Application Development --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: New Android Book: Professional Android Application Development

2008-11-24 Thread Reto Meier
Thanks Thustle. It ended up shipping a week or two early, so hopefully it'll get to you sooner than Amazon UK thinks :) On Nov 24, 4:22 pm, Thustle [EMAIL PROTECTED] wrote: Congratulations Reto. I've pre-ordered the book, and I'm sure it'll be a big help. Amazon UK is still saying I'll have

[android-developers] Re: Receiving SMS Messages in 1.0?

2008-09-29 Thread Reto Meier
There's a bit of confusion upthread, so I'm just confirming that Cristina's code sample works perfectly. Using it you can listen for incoming SMS messages and extract each message from the Intent. Thanks Christina! Cheers Reto Meier - Professional Android Application Development http

[android-developers] Re: Replacing Dialer, IM, and SMS Apps

2008-09-29 Thread Reto Meier
that lets users answer and end calls. 4) Instant Messaging. There's not API to support any sort of instant messaging in the 1.0 r1 release. Cheers Reto - Professional Android Application Development http://www.amazon.com/gp/product/0470344717?tag=interventione-20 On 24 Sep, 10:55, Reto Meier [EMAIL

[android-developers] Re: Is there any book on development with Android ?

2008-09-26 Thread Reto Meier
time, give or take a couple of weeks. There's also a couple of books available, but AFAIK they all use a pre 0.9 beta SDKs (m3 and/or m5 I think). Cheers Reto Meier Professional Android Application Development http://www.amazon.com/gp/product/0470344717?tag=interventione-20 On Sep 26, 3

[android-developers] Re: SMS Intents Missing From 1.0?

2008-09-25 Thread Reto Meier
The helper methods have disappeared but you can still listen for the Intent by using the String literal and extract the messages manually. This thread has the details: http://groups.google.co.uk/group/android-developers/browse_thread/thread/c51383cc8761ffd5# Cheers Reto Professional

[android-developers] Receiving SMS Messages in 1.0?

2008-09-24 Thread Reto Meier
Is it still possible to listen for incoming SMS messages in the latest 1.0 SDK release? The SMS_RECEIVED_ACTION string used to listen for incoming SMS messages seems to have gone missing. It used to be available from the android.provider.Telephony.Sms package, which also seems to have

[android-developers] Test Location Providers in 1.0

2008-09-24 Thread Reto Meier
The ability to create and configure mock location providers that was added in Beta 0.9 doesn't seem available in 1.0. Has this functionality been moved / renamed or has it been dropped entirely for version 1? If the latter, how do we now mock the status and availability of Location Providers?

[android-developers] Re: Receiving SMS Messages in 1.0?

2008-09-24 Thread Reto Meier
for background connection to the cloud reasons On Sep 24, 1:15 am, Reto Meier [EMAIL PROTECTED] wrote: Is it still possible to listen for incoming SMS messages in the latest 1.0 SDK release? The SMS_RECEIVED_ACTION string used to listen for incoming SMS messages seems to have gone

[android-developers] Replacing Dialer, IM, and SMS Apps

2008-09-24 Thread Reto Meier
find in 1.0 that were available in 0.9. Cheers Reto Meier Professional Android Application Development http://www.amazon.com/gp/product/0470344717?tag=interventione-20 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Mock Location Providers in 1.0

2008-09-24 Thread Reto Meier
Unfortunately I don't have a good answer for you, but we've been discussing the same question here: http://groups.google.com/group/android-developers/browse_thread/thread/7005933e731de0f3# Professonal Android Application Development

[android-developers] Re: Test Location Providers in 1.0

2008-09-24 Thread Reto Meier
location now. On 24 sep, 08:34, Reto Meier [EMAIL PROTECTED] wrote: The ability to create and configure mock location providers that was added in Beta 0.9 doesn't seem available in 1.0. Has this functionality been moved / renamed or has it been dropped entirely for version 1? If the latter

[android-developers] Re: MediaRecord Audio - working example? / raw data stream onPictureTaken()? / Bug in Pictures application?

2008-08-27 Thread Reto Meier
Hi Justin, I've tried explicitly including the display name (and artist and album) into the new ContentValue but still end up with exactly the same error on the ContentResolver.insert call. On Aug 27, 10:56 pm, Justin (Google Employee) [EMAIL PROTECTED] wrote: Error: 08-24 19:27:18.675: