I’m starting to develop applications for android, but I can not draw advanced interfaces like this: http://imageshack.us/photo/my-images/42/question1.png/
Could someone direct me to a tutorial, or show me examples of how to do the following layouts?
I can not understand how to create a button and create a separator line for it.
How to create a title for the section? I can not understand how to create a button and create a separator line for it. How can I create an expandable button? And how to put it all together into a single item like this: http://imageshack.us/photo/my-images/820/questionqc.png/
Forgive my bad English and thank you.
The images you have pasted is ofcourse not simple. But it is still doable without much difficulty. The trouble is only in laying out the whole elements properly. I will give a bare skeleton here:
ImageButtonImageViewFor the custom list item you can do something like this(I am writing it in some sort of pseudo xml):