I was thinking of an app that would pars images and text from a rss and that the output will be like this: http://gromdroid.99k.org/Screenshot_2012-08-11-15-00-07.png but my question is how i could get the image from rss in a imageview with fill_parent as width and that there would be an textview on the imageview. Does anybody know how to do this?
Asked
Active
Viewed 478 times
1 Answers
0
Taken from this post
See this custom or dynamic Listview example
also see this to how to load image from URL
This is the most comprehensive RSS reader tutroial I've found as well.
-
But this is not text on the image and it doesn't work with rss right? – Gaauwe Aug 11 '12 at 14:10
-
Thats an easy fix, See this post: http://stackoverflow.com/questions/5242951/android-text-over-image . – Nick Aug 11 '12 at 14:13
-
I linked above to a better RSS example at the end of my post. – Nick Aug 11 '12 at 14:15