Is there a way to create a layout like the notification bar (the sliding bar that can be dropped from the top of the working area in Android, and which holds general notifications) inside of an activity? Thanks!
You can start with a sliding drawer and then build up from there. Here is a nice post with example code Custom Notification Bar in Android