[android-developers] Re: How To Start a RTSP connection

2009-01-03 Thread Ravi Yenduri
http://code.google.com/p/android/issues/detail?id=1513 On Jan 3, 6:33 pm, Paranoia zheny...@gmail.com wrote: exactly,opencore dose not support mp3 rtp playback, whatever it's rfc3119 or rfc2250. On Dec 20 2008, 3:37 am, kamil kamit...@gmail.com wrote: Hi, I've encountered the very same

[android-developers] Re: Detecting if an Activity is being displayed or not

2008-12-25 Thread Ravi Yenduri
OnNewIntent() is probablythe method you are looking for. http://code.google.com/android/reference/android/app/Activity.html#onNewIntent(android.content.Intent) -Ravi On Dec 26, 2:42 am, Jay-andro jayan...@gmail.com wrote: I have a service that runs in the background periodically and checks a

[android-developers] Re: Detecting if an Activity is being displayed or not

2008-12-25 Thread Ravi Yenduri
This is probably a better place to start: http://code.google.com/android/reference/android/R.styleable.html#AndroidManifestActivity_launchMode -Ravi On Dec 26, 6:17 am, Ravi Yenduri yend...@pv.com wrote: OnNewIntent() is probablythe method you are looking for. http://code.google.com/android

[android-developers] Re: ID3 Tag

2008-12-18 Thread Ravi Yenduri
Mediascanner has this capability. On Oct 24, 7:45 pm, CiprianU ch3l...@gmail.com wrote: Hy guys, Can you tell me how can I extract the ID3 tags from an mp3 file, using Android of course. Thanks in advance. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: What is Result of Building Source Code ?

2008-12-17 Thread Ravi Yenduri
Hi Amit, Did you build the code yet? If not, please do so. If yes, please look at the out directory. The directory structure in the out (build output) folder is very self explanatory. The basic questions should probably be posted in http://groups.google.com/group/android-beginners. -Ravi