anathematized1
Newbie
Right so I have Eclipse Juno and I'm working on an app with that.
The main activity will have a scrollable menu that takes you to all the other activities.
So the general structure/outline right now:
Essentially what I am looking for with the list is this:
The main activity will have a scrollable menu that takes you to all the other activities.
So the general structure/outline right now:
[HIGH]Relative Layout
ImageView (header logo type thing)
ListView (the actual scrollable menu)[/HIGH]
Here's the problem though... I can't find any simple list tutorials. I can easily make a single line list work but I need to make a two line list and one that is static, not dynamic and no examples are out there for that. It's like if you want to make a 2 line list, you can only learn how to do it in the most code-heavy ridiculous way possible.ImageView (header logo type thing)
ListView (the actual scrollable menu)[/HIGH]
Essentially what I am looking for with the list is this: