[android-developers] Re: How would you like your app marketed?

2008-05-31 Thread Steve Oldmeadow
Look at this story on engadgetmobile. Someone with a keen eye noticed the Market icon on the demo phone. The icon is a shopping bag with the bug droid on the side. http://www.engadgetmobile.com/2008/05/30/application-store-will-most-likely-appear-in-android/

[android-developers] Re: ListActivity woes

2008-05-31 Thread Romain Guy
Does anyone know why? And, more importantly, how can I stop it? If you are using a managed cursor, make sure you are not invalidating it in onPause(), that would throw ListView off. On a related note, with a ListActivity, is it my responsibility to save the selected item in the icicle on

[android-developers] Re: ListActivity woes

2008-05-31 Thread Mark Murphy
Romain Guy wrote: If you are using a managed cursor, make sure you are not invalidating it in onPause(), that would throw ListView off. Could you clarify what you mean by invalidating it in onPause()? In particular, is invalidating referring to the backing data store or something else?

[android-developers] Re: ListActivity woes

2008-05-31 Thread David Given
Mark Murphy wrote: [...] If you're sure your data set won't be a-changin' underneath you, you could try using an unmanaged cursor. However, if other activities have the capability of modifying the data you're showing in the list (e.g., it's a public content provider), then I suspect you

[android-developers] Can one play a ByteArrayInputStream audio with MediaPlayer?

2008-05-31 Thread blindfold
Hi, I'm stil new to Android, but familiar with Java ME (J2ME). I need to play audio that is *NOT* a predefined audio file, and *NOT* a fixed audio resource either, but an audio buffer with on-the-fly synthesized audio content. Now in Java ME I do this by creating a ByteArrayInputStream, which

[android-developers] Re: Can one play a ByteArrayInputStream audio with MediaPlayer?

2008-05-31 Thread blindfold
Right David, it seems pretty bad. The issue is reported also in http://code.google.com/p/android/issues/detail?id=398 which I found after submitting http://code.google.com/p/android/issues/detail?id=739 I hope these limitations get fixed for the next Android SDK, because I don't like the idea

[android-developers] Send SMS from Gmail email account

2008-05-31 Thread messagingbay1
Hi, you can send SMS from your gmail now. In your gmail, To send SMS to mobile +123456789, you only need to add [EMAIL PROTECTED] as the new contact. For details, visit: http://www.messagingbay.com/smsxmpp.jsp?navi=27 regards --~--~-~--~~~---~--~~ You received

[android-developers] Re: Can one play a ByteArrayInputStream audio with MediaPlayer?

2008-05-31 Thread Steve Oldmeadow
Android also includes javax.sound but it is not implemented yet. How many Java ME phones can do this? Even though the spec. may support it implementation is another story. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Question About AndroidManifest.xml and resources

2008-05-31 Thread Wesley
Each activity need to declare at AndroidManifest.xml in order to start activity... thing I want to do is I want to startActivity without declare it at manifest file... It can't run activity, exception was throw where the exception said I need declare the activity in manifest... May be those value

[android-developers] Atomoid 1.0 released: Atom Reader

2008-05-31 Thread Shane Isbell
I just uploaded an Atom reader for android: http://code.google.com/p/atomoid/ . It's a simple implementation using kxml and allows you to attach handlers to mime-types so that you can read custom xml embedded within the feed. It's not a UI or application but rather a utility that allows you to