I am a new newbie to android. Just wanna know how could we create the UI layout as similar to the image attached below. I have knowledge of creating basic layouts, please guide me with some sample code examples or any references that might help me.
I have label in the left side of each row and Spinner at right side. The number of rows to be present on the screen is to be decided dynamically as per the server response. So i cannot hard code the complete view in XML.
Any kind of help on this is highly appreciated. Thanks in advance.
create your layouts as follows:
customshape.xml:
row.xml
//create rox.xml to contain a textview and a spinner.
in your activity loop to add views to llContainer