ErrLookup › jfeinstein10/SlidingMenu
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! · Java · 12 source files
Analyzed at 4254feca3e on 2026-09-09. 9 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| SlidingMenu mode must be LEFT, RIGHT, or LEFT_RIGHT | exception | error | android, slidingmenu, enum-argument, illegal-argument |
| TouchMode must be set to eitherTOUCHMODE_FULLSCREEN or… | exception | error | android, slidingmenu, enum-argument, touch-mode |
| Cannot set both behindOffset and behindWidth for a… | exception | error | android, slidingmenu, xml-config, conflicting-options |
| ScrollScale must be between 0 and 1 | exception | error | android, slidingmenu, range-validation, library-bug |
| Both setBehindContentView must be called in onCreate in… | exception | critical | android, slidingmenu, lifecycle, missing-setup |
| enableSlidingActionBar must be called in onCreate. | exception | error | android, slidingmenu, lifecycle, call-timing |
| The BehindFadeDegree must be between 0.0f and 1.0f | exception | error | android, slidingmenu, range-validation, illegal-argument |
| slideStyle must be either SLIDING_WINDOW or SLIDING_CONTENT | exception | error | android, slidingmenu, enum-argument, illegal-argument |
| This SlidingMenu appears to already be attached | exception | error | android, slidingmenu, lifecycle, double-attach |