[android-developers] Create Image from String

2010-10-07 Thread Gorka
Hi, I am trying to depict on the screen the image I receive from my neighbour via a text message. I mean, the other node sends me a message where an image is encode (I can read the PNG header, ...) and now I want to show it on the screen, but it doesn't appear nothing. I must be doing something wr

[android-developers] create Image from String

2011-03-14 Thread Rahul Garg
Hi, I want to convert any String value as image. Actually I want to set text in the statusbar. but I cant set it untill it is Image. So can you tell me how can I do it ? I am using Gingerbread source code. -- Rahul Garg -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] create Image from String

2011-03-15 Thread TreKing
On Tue, Mar 15, 2011 at 1:53 AM, Rahul Garg wrote: > I want to convert any String value as image. Actually I want to set text in > the statusbar. but I cant set it untill it is Image. So can you tell me how > can I do it ? I am using Gingerbread source code. What? -

Re: [android-developers] create Image from String

2011-03-15 Thread Robin Talwar
I think you want to convert your TextView to bitmap. you can follow this link :- http://www.techjini.com/blog/2010/02/10/quicktip-how-to-convert-a-view-to-an-image-android/ On Wed, Mar 16, 2011 at 2:22 AM, TreKing wrote: > On Tue, Mar 15, 2011 at 1:53 AM, Rahul Garg wrote: > >> I want to conver

Re: [android-developers] create Image from String

2011-03-15 Thread Rahul Garg
yeah ...thanks Abhishek ,,, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.c