0
I have seen many examples to implement the slide menu using the famous Sherlockactionbar, but they all use the obsolete Actionbardrawertoggle. Someone has an example of implementing a slide menu using Sherlock without Actionbardrawertoggle?
0
I have seen many examples to implement the slide menu using the famous Sherlockactionbar, but they all use the obsolete Actionbardrawertoggle. Someone has an example of implementing a slide menu using Sherlock without Actionbardrawertoggle?
Browser other questions tagged android actionbar
You are not signed in. Login or sign up in order to post.
I recommend using Actionbar’s
appcompat
instead of ABS. Jake Wharton’s ABS is somewhat deprecated due to lack of upgrade. Also, theaappcompat
provides more features. Note: I recommend taking a look at Toolbar. The trend is that with Material Design, it is the standard of use in Actionbar. About the Toolbar: http://answall.com/questions/38883/como-usar-o-widget-toolbar.– Wakim
Got it, but I’m using slide tabs and I haven’t seen any current examples with appcompat. You would have some?
– caezar
That would be: http://developer.android.com/training/implementing-navigation/lateral.html?
– Wakim
No friend, because in this case the tabs don’t stay in actionBar causing me a design problem.
– caezar