November 17th, 2011, 01:13 AM
|
#3 (permalink)
|
|
New Member
Join Date: Nov 2011
Posts: 10
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
Originally Posted by jiminaus
That doesn't make any sense. A string a sequence of characters. It doesn't make sense to be able to append a Drawable to the end of string.
Can you tell us more about what you're actually trying to do? Then perhaps we can give you a reasonable solution.
|
I am parsing a XML file and whenever it comes across an image link it downloads and displays it directly on the application. For displaying text values I am using string buffer. Here, Assume we don't know when we need to display the image.
I am new to android.
Can't we create a something like a blank frame and put whatever we want (image or a text) to that frame.
Can you suggest me something for this?
|
|
|