tags:

views:

46

answers:

1

I want to do a RSS reader, which would display an image (left alignment, text running around it) a Title flowing next to it, and a description, also running around the image. What is the best method to do this in Android?

+1  A: 

This tutorial from Roman Guy fits you perfectly. Still, if it's your first try on Android I'd suggest to start by visiting http://developer.android.com and reading the introduction guides and tutorials.

Good luck!

Maragues