Cheesebaron / SlidingMenuSharp

A direct port of https://github.com/jfeinstein10/SlidingMenu to C# to work with Xamarin.Android
Apache License 2.0
54 stars 39 forks source link

Sample does not work on 2.3 device #2

Closed jorgenstorlie closed 11 years ago

jorgenstorlie commented 11 years ago

Are you going to make a sample with LegacyBar or/and ActionBarSherlock?

Cheesebaron commented 11 years ago

I will make a sample with LegacyBar soon, however I suspect that Sliding Content will not work. Will have a look :)

jorgenstorlie commented 11 years ago

What is soon, days, weeks? I´m working on a demo for a customer right now, so I need to know if I should fix it myself. (Does not need a complete sample)

Do you think the combination SlidingMenuSharp/LegacyBar would be a good solution? My alternative is ActionBarSherlock with Slindingmenu.

Cheesebaron commented 11 years ago

Don't wait for me to fix the issue, I love contributions; however I will have a look during this week, but I can't make any promises.

Depends on your needs really. LegacyBar is still missing some features that Sherlock has, mainly the search view and an interface for adding Tabs. This SlidingMenu is still very very fresh and needs some work to bring it up to the native counterpart.

jorgenstorlie commented 11 years ago

Any progress on LegacyBar sample?

dvmorris commented 11 years ago

Does this project support Android prior to 3.1, or are you still looking for a user contribution?

Cheesebaron commented 11 years ago

The project itself, just like the native Java counterpart runs on Android prior to 3.1. However the sample does not. You are welcome to make a sample using one of the Support ActionBars.

dvmorris commented 11 years ago

Any tips on how to get started on that? I'm new to Xamarin.Android development, so I'm not really familiar with Support ActionBars.

rogerfar commented 11 years ago

Cheesebaron did you manage to create a 2.3 sample? I am also stuck here on some style.xml things.

Cheesebaron commented 11 years ago

Just download the ActionBarSherlock component and that is basically it. I am not going to make a sample because I simply do not have the time for it.