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
SlidingDrawer
class was deprecated in API level 17.This class is not supported anymore. Instead of use Navigation Drawer
More info