Closed ahmadalinasir closed 11 years ago
By slow I mean glitches... and actionBar and tabs are also loaded after a certain delay.
Please provide a full project containing a test case.
sure thanks just give me a couple of days.. can you provide an email id where I can send you the project archive or send you a link through mediafire ?
You can just link it here
On Mon, Mar 18, 2013 at 7:31 PM, ahmadalinasir notifications@github.comwrote:
sure thanks just give me a couple of days.. can you provide an email id where I can send you the project archive or send you a link through mediafire ?
— Reply to this email directly or view it on GitHubhttps://github.com/SimonVT/android-menudrawer/issues/92#issuecomment-15072666 .
I use intelliJ, I hope that won't be of any problem...
Starting activities is expensive, you shouldn't do that while the drawer is animation. In fact, you probably shouldn't touch the ui at all while the drawer is animating. You can either start the new activity before or after you animation the drawer, but not during.
@SimonVT is there any flag which I can use ? I have used menuDrawer.isVisible(), menuDrawer.isActivated, menuDrawer.isShown() ... none of them worked .. help me out on this one please..
}