tags:

views:

38

answers:

1

Hi Friends,

I am developing form design for share image through email,so i am developing form for compose mail,i want to display some image in edit text dynamically ,how can i add image in edit text dynamically?

A: 

You can't draw images in a Edit*Text*.

Look for some WYSIWYG editor for Android, but I couldn't find one so don't know if it exists.

The only way to do this is by creating a browse button and select a image which you can display in a ImageView and send the image as a attachment.

Jelmer