I want to have a slider that is open when the app starts. It will be open with buttons and such and when the user closes it, there will be more buttons to access. Is this possib
Use open() in your onCreate(), it will open the drawer immediately.
open()
onCreate()
You can take a look at the full API here