Fading Coder

One Final Commit for the Last Sprint

Implementing an Immersive Status Bar with the Android SlidingMenu Library

Import the SlidingMenu library iether as a libray module referenced by your app module or by copying the library’s source into your project. After adding the dependency, initialize and attach SlidingMenu to an Activity and configure left-edge sliding, shadow, and fade. Java: create a small initializ...