[android-developers] Re: When will the next version of SDK be published

2008-05-19 Thread Kosmaj
in general, or the launch of handsets. On Apr 28, 1:25 pm, Adriano Crestani [EMAIL PROTECTED] wrote: Soon? 1 week? 1 month? 6 months? On Apr 23, 12:13 am, Kosmaj [EMAIL PROTECTED] wrote: No idea but I hope very soon. IMO, it's not worth wasting any

[android-developers] Re: When will the next version of SDK be published

2008-04-23 Thread Kosmaj
No idea but I hope very soon. IMO, it's not worth wasting any more time with this version. On Apr 23, 4:05 am, Jim T [EMAIL PROTECTED] wrote: I assume that Google has been holding this release in the pipeline to provide a non-moving target in the weeks leading up to the challenge.

[android-developers] Re: How to update my current location from GPS

2008-04-17 Thread Kosmaj
It's not MapView.requestUpdate but LocationManager.requestUpdates. On Apr 17, 3:39 pm, tanin [EMAIL PROTECTED] wrote: I forget that you have to call MapView.requestUpdate(... Something ...), so that it will broadcast its Intent. On Apr 16, 10:50 pm, tanin [EMAIL PROTECTED] wrote: If you

[android-developers] Re: Displaying already existing activities

2008-04-13 Thread Kosmaj
of A was created. BTW, my activity B from where I try to reuse A is also a MapActivity. I'd also like to set intent-filters on A so that it can be accessed from other activities, then one can end up with several instances of A in the background... Kosmaj On Apr 9, 11:06 pm, Mihai Fonoage [EMAIL

[android-developers] Re: Discussion on media-sample-apps

2008-03-31 Thread Kosmaj
/vids/747.3gp; as before and this is the only line I changed in your sample (line 77 in MediaPlayer_Video.java). My SDK is mp5-rc14. Can you try it over there, and/or possibly publish a sample with a real URL of a video included. Many thanks, Kosmaj