The Toolbar is a view introduced in Android Lollipop that is easier to customize and position than the ActionBar. It can be used on lower Android versions by including the AppCompat support library. To use the Toolbar as an ActionBar, disable the theme-provided ActionBar, add the Toolbar to the activity layout, and include dependencies for AppCompat and Design support libraries.