How can I create a horizontal sliding drawer like the YouTube and Facebook app has.
This is a sliding menu, you can implement this by writing a custom view. There are a lot of good open source examples. I would recommend you to use this one.
You can use it by defining this in your Layout:
The Android team introduced an official sliding pattern on Google IO 2013. Read everything about it here.