jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.07k stars 5.04k forks source link

It's too slow wait the init #645

Closed mosolu closed 10 years ago

mosolu commented 10 years ago

It's too slow wait init when i use ResponsiveUIActivity for test the sild menu in android 4.0+ I just copy the ResponsiveUIActivity class to test and do somethin init in the OnCreate method. in my case,i will init the sharedpreferences and init ad http connect,sometime i will wait for 1 minutes for load the ui. Do you have some suggestions,Thank you very much.

mosolu commented 10 years ago

I fix it after do init somthing must after slidemenu init done