Tuesday, February 21, 2012

Android navaigation bar with ListView


i just did ListView like this:



All source: ListView



Now i want to add navigation bar like iPhone on top of this window:



enter image description here



I was searching for some source how to do but just kind find. Maybe someone have bookmarked good tutorial how to do this ?

1 comment:

  1. Actually you don't have to do this for yourself. Just use a nice lib like ActionBarSherlock - it supports that NavigationMode for the ActionBar.

    ReplyDelete