In my app I wanted to enter a text in edit-text , then convert it as an image and then retrieve the same image to the image view .Can you say how to do this or please mention a tutorial for this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is very similar to this question. Basicaly you make a bitmap, and draw your text to it with a paint. Then just put the bitmap into your image view.