Re: [mono-android] Binding FileChooser java Library project to xamarin android

2013-10-04 Thread venkatesh
Hi Jon, Thanks for your wonderful support. filechooser binding project works very well in android application. Thanks, Venkatesh.R -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Binding-FileChooser-java-Library-project-to-xamarin-android-tp5713532p5713560.htm

[mono-android] NavigationDrawer on Android 2.3

2013-10-04 Thread Vladimir Dimitrov
Hey guys, did someone got a working NavigationDrawer with and older version of Android? My problem is that I have to communicate with ActionBar which is available through the Mono.Anroid.Support.v7 which does not exist afaik. I tried with the SherlockActionBar but it uses it's own version of

Re: [mono-android] NavigationDrawer on Android 2.3

2013-10-04 Thread Jared Kells
Hey Vladimir, I've got the Navigation Drawer working on 2.3 with both ActionBarSherlock and the support library ActionBar. If you are using ActionBarSherlock you just need need to subclass ActionBarDrawerToggle and provide an implementation of OnOptionsItemSelected that takes the ActionBarSherloc

Re: [mono-android] NavigationDrawer on Android 2.3

2013-10-04 Thread Vladimir Dimitrov
Thanks Jared, The Sherlock solution worked well. The only thing I have left to fix about the navigation is the 3 stripe icon that is supposed to show in the action bar. Instead of it I get the Up icon. I use: SupportActionBar.SetDisplayHomeAsUpEnabled (true); SupportAc

Re: [mono-android] NavigationDrawer on Android 2.3

2013-10-04 Thread Vladimir Dimitrov
By the way, have you uploaded somewhere a built NuGet with the v7 support library? That would probably be the better solution. What is your experience? On 5.10.2013 ?. 01:39 ?., Jared Kells wrote: Hey Vladimir, I've got the Navigation Drawer working on 2.3 with both ActionBarSherlock and the