Correct way of implementing SlidingDrawer in Android

Sachidananda naik picture Sachidananda naik · Sep 26, 2013 · Viewed 16.8k times · Source

What is the correct way of implementing Sliding functionality in android?? because android.widget.SlidingDrawer class in android has been deprecated what is the alternative for this?? please help.. Thanks

Answer

Murali Ganesan picture Murali Ganesan · Sep 26, 2013

SlidingDrawer class was deprecated in API level 17.This class is not supported anymore. Instead of use Navigation Drawer More info