Hi i'm trying to create a GUI like in image. I created this with photoshop. I searched on internet but nothing, can you help me with some tutorial or anything else. Thanks for help!
Hi i'm trying to create a GUI like in image. I created this with photoshop. I searched on internet but nothing, can you help me with some tutorial or anything else. Thanks for help!
My immediate thoughts:
ViewPager – For the sections – docs & tutorial
ExpandableListView - For the expandable menus - docs & look here
ImageView or ImageButton – For the image – view docs, button docs. Maybe you could also take a look at NinePatch (docs & guide)
EditText – For the input boxes – docs
Here is a good beginners guide for Android development, which also shows how to use EditTexts and different other things.
There are other solutions, but this should give you a chance to find more by yourself on the internet. See what you can come up with and ask again if you have put some effort into a specific problem, but you cant seem to solve it.
EDIT: Just realized you might just be looking for the dropdown list. Oh well, hope you can use the rest anyways.