SlidingDrawer deprecated
I just noticed that since API 17 the SlidingDrawer it's been deprecated. the comment on it says: This class was deprecated in API level 17. This class is not supported anymore. It is recommended you base your own implementation on the source code for the Android Open Source Project if you must use it in your application. does this mean I should import the code into my project to be sure that it will be supported in the future? are there already some open-source project that extends the slidingDrawer out there? does this mean I should import the code into my project to be sure that it will be