[android-beginners] Rounded Corners for Color Drawables

2010-01-28 Thread saikat
Hi,
This page 
http://developer.android.com/guide/topics/resources/available-resources.html#colordrawableresources
says that we can optionally set rounded corners for color rectangles.
Could anyone please tell me how to add the rounded corner
specification in the following code? (I have searched but didnt find
any example)

resources
drawable name=solid_red#f00/drawable
drawable name=solid_blue#ff/drawable
drawable name=solid_green#f0f0/drawable
/resources

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/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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. intent.setType(image/png);
   5. startActivity(intent);

But how can I specify the recipient number to the client? I am not
finding any example for this issue. Please help.
--~--~-~--~~~---~--~~
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.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: sms send

2009-09-19 Thread Saikat

Thanks.. this is really helpful article. can i send a sms from my own
application and receive it by the same emulator in its existing
messaging application? In that case shall I need to do any kind of
settings external to my application? currently my sms sending
application sends it fine. But I am not able to trace if it is
actually sent. Even if I am using the port no of emulator as sender
number, the sms is not received. Please suggest.

On Sep 18, 9:51 am, kapnk...@gmail.com wrote:
 i think lot many threads about sms on this forum.n if you tried to search
 with your question in 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 saikat0...@gmail.com wrote:

  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.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---