RE: [android-beginners] How to show menu item automatically?

2009-12-10 Thread Guna
Hi, Use onpreparedOptionsMenu method for dynamic menus. Guna From: android-beginners+ow...@googlegroups.com [mailto:android-beginners+ow...@googlegroups.com] On Behalf Of Sasikumar.S Sent: 08 December 2009 16:10 To: android-beginners@googlegroups.com; android-chen...@googlegroups.com

[android-beginners] Using Intent on default Google Map

2009-08-03 Thread guna
" The source code for this application is not available, so I can't check what intent it uses to trigger this action. Any suggestions are welcome. If possible tell me where i can get the source code for default google maps... because i cant find out from git repository Thank

[android-beginners] Re: How to code a music player in android .......

2008-11-04 Thread guna
Use mediaplayer class like player in j2me for video player. But format suppored by the class is limited. Thanks, Guna On Nov 3, 5:19 pm, Rajib <[EMAIL PROTECTED]> wrote: > Hi. > > I want to develop a Video player in android but I donot how how to > start. I have done it in J

[android-beginners] Re: MediaPlayer video playback problem

2008-10-27 Thread guna
Hi, Did you included addcallback method of the holder? Try setType of holder too... Thanks, Guna On Oct 26, 12:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I've been trying to play videos obtained as a raw resource, here is > what I did &