android-sliding-menu-demo
android-sliding-menu-demo copied to clipboard
There's an issue: in my app I have EditText (which is displayed in dialog box) and your widget. When I click to focus EditText (keyboard opens) menu is automatically opening....
When adding the views on the MyHorizontalScrollView, if the app view is heavy you can see the delay before this happens: new Handler().post(new Runnable() { @Override public void run() {...
I use your code as reference implementation for side navigation and I am running to a weird issue. I've posted the question on overflow. please help me, thanks a lot....
Hi!! Congrats for this Project! Nice code and very helpful! I'd like to add onTouchEvents. I'd like to allow the user change the view using horizontal touchEvents. Do you know...