Gmail Android App like ActionView/Spinner (NAVIGATION_MODE_LIST)
I am trying to achieve NAVIGATION_MODE_LIST like gmail Android Application. My main issue is to hide the currently selected item from spinner list. so for example as shown here in if you select Sent then it will only have other elements shown in the spinner. My Understanding says that it is a custom ActionView rather than using NAVIGATION_MODE_LIST with custom adapter. Prashant Gami If someone else is looking for the solution to this problem here it is, Here is sample code which is written with the help of link use following code to create your adapter and join it to ActionBar List Navigation