I am brand new to C# and Android programming.
I've tried following the many examples to create an ActionBar in Android 3.0+, (Honeycomb Gallery, HelloTabsICS), and I'm having no luck. What I'd like to do to start out would be to have an ActionBar that allows you to click on it and has a list with the numbers 1, 2, 3, 4. I'd also like to have a settings menu on the right hand side.
Would anyone be willing to share how to do that in code?
Thanks