I am still bit new to Android layout designing. I need small help to design a layout that looks like this with dynamically loading images/text. Please advice how to do it.

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.
That’s all about retrieving data from web servers.
Look for LazyList adapter implementation(googling will lead you on Stackoverflow). That’s for loading images.
Also study REST communication.
Good tutorial for XML parsing on Android
When you are done with this – ask more specific questions.