Search code examples
androideclipseadt

Android UI design?


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.

Android Interface I'm trying to acheive

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

enter image description here

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?


Solution

  • Here is the project file. For simplicity I used a SimpleAdapter. You can create your custom adapter to meet your requirements. Hope you like this ui... :)