[android-beginners] Rounded Corners for Color Drawables

2010-01-28 Thread saikat
but didnt find any example) #f00 #ff #f0f0 Thanks, Saikat -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/a

[android-beginners] application in notificaiton bar

2009-10-07 Thread Saikat
Can I put my application in the top notification bar so that it can be accessed from any application? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to andr

[android-beginners] how to give recipient number to send mms

2009-10-07 Thread Saikat
I am sending MMS with the existing mms client using this code - 1. Uri mmsUri = Uri.parse("content://media/external/images/media/ 1"); 2. Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra ("sms_body", "Hi how are you"); 3. intent.putExtra(Intent.EXTRA_STREAM, mmsUri); 4.

[android-beginners] Re: sms send

2009-09-19 Thread Saikat
google you will get lot many site.any way check this > one.http://mobiforge.com/developing/story/sms-messaging-android > > On Thu, Sep 17, 2009 at 10:43 AM, Saikat wrote: > > > How can I send a simple sms from my application? Whi

[android-beginners] sms send

2009-09-17 Thread Saikat
How can I send a simple sms from my application? Which api I need to use? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.