I'm new to Android development but I've been doing graphic design and ui for years. I've created a mockup in FluidUI and I'm trying to figure out how to lay it out.
I've started by using RelativeLayout with some nested LinearLayouts inside but I'm not sure what's the best for this design I mocked up.
Here's a look at the design.
The top is the users name once they login with a dropdown.
The next section is a group of buttons that simply launch other activities.
Under that is a list. I'm not sure if I should use a Listview or just lay it out because all the items are static. The only thing that changes are the numbers. Each item in that list needs to go to another activity.
Then on the bottom is a bar that should display on all activities.
I'm using Mono for Android and Visual Studio 2010 if that matters at all. I've tried some nesting but I haven't gotten very far. Can I do this all with one relative layout? Should I use multiple linear layouts?
Thanks for any help. :-)