[android-beginners] html formated email

2010-08-06 Thread NBS
Hi all

I am trying to send email with html formated.
I like to send some text with hyperlink and I am trying with following code.

String body = "http://www.example.com>Example"
final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
emailIntent.setType("text/html");
emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject);
emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, Html.fromHtml(body));
startActivity(Intent.createChooser(emailIntent, "Email:"));

The mail sends successfully but there is no hyperlink.
How can I use hyperlink on mail .

regards
NBS

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

ATTENTION: Android-Beginners will be permanently disabled on August 9 2010. For 
more information about this change, please read [http://goo.gl/xkfl] or visit 
the Group home page.

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] Bibrate on screen touch

2010-07-30 Thread NBS
Hi all,

How I can vibrate or beep sound on dispatchTouchEvent(MotionEvent) event.
I have some image on my view and I want to vibrate when I touch that Image.

Thanking you in advance
regards
NBS

-- 
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] Map Key

2010-07-28 Thread NBS
Hi all,

I am trying to upload a simple map application or market.
But I am not sure about the map key.
Now I am using a generated map key on my system to work.
But I dont know what this value will be if I have to upload to the market.

Thanking you.
Regards
Bhaban

-- 
Bhaban Nongmaithem (바반)
Zenitum Inc.

-- 
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] Using google map

2010-07-25 Thread NBS
Hi all,

I am trying to make some map base application.
I just want to know whether I can use inbuild google map on my application??
I mean to say is there are many functions on google map application and I
want to use them on my application.
So instead of creating a new MapActivity, I will like to use the existing
google map.
I am not sure, whether its possible or not.

Could anyone please suggest me whether its possible or not.

Regards
NBS

-- 
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] Google Image on Google map

2010-07-21 Thread NBS
Hi all,

I am facing some problem on google map.
When I run the map demo program, there is one Google image on left bottom.
This image is draw in some phone like HTC Nexus one or Desire.
But this image does not draw to Motorolla Motoroi.

Could anyone suggest me how I can hide the Google image.
OR is there anyway to draw that image.

thanking you
Regards
NBS

-- 
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 set the SeekBar progress value

2010-07-12 Thread NBS
Hi All,
I am making a simple layout which contain SeekBar like this


http://schemas.android.com/apk/res/android";>






I would like to change my progress with minimum 50 value.
What I want to say is when if scroll my seekbar the value changed value
should be like 50,100, 150, 200, 3000.

thanks in advace

regards
NBS

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