To be very honest, I am very new to android development. I really want to learn it. I'm facing problem in UI design. I want to make something like the picture given below.
Now my question is the that the list of person is dynamic (received from a web service). Now how can I achieve that.
I'm guessing I have to make a XML layout of one and then load it in the layout using code?
i've done something as explained here.. but that is not enough. :( Please help!
**** EDIT **** I want this
to be dynamic. I have successfully created the above image strip in a separate XML. now can it be used in the main layout dynamically like we used to do in case of User Controls in .NET?