• Uncategorized

MaterialDrawer v6.0.0 releases, all in one drawer library for your Android project

MaterialDrawer

MaterialDrawer the flexible, easy to use, all in one drawer library for your android project.

Does your application contain a Drawer? Do you want to have it up and running in less than 5 minutes? Do you want your drawer to follow the Android Design Guidelines? Do you have profiles? Do you need flexibility? Is Google’s navigation Drawer of the design support not enough for you? Do you want a simple and easy to understand api?

If any (or all) of these questions seem familiar, the MaterialDrawer is the perfect library for you all.

Never waste your time again. It provides you with the easiest possible implementation of a navigation drawer for your application. There is a Header with profiles (AccountHeader), a MiniDrawer for Tablets (like Gmail), provide custom DrawerItemscustom colorscustom themes, … No limits for customizations.

A quick overview of what’s in it

  • the easiest possible integration
  • integrate in less than 5 minutes
  • compatible down to API Level 14
  • includes an AccountSwitcher
  • quick and simple api
  • follows the Google Material Design Guidelines
  • use vector (.svg) icons and icon fonts via the Android-Iconics integration
  • Google Material Design Icons, Google Material Community Design Icons, FontAwesome and more
  • comes with various themes which help to get your own themes clean
  • modify the colors on the go
  • uses the AppCompat support library
  • comes with multiple default drawer items
  • based on a RecyclerView
  • RTL support
  • Gmail like MiniDrawer
  • expandable items
  • badge support
  • define custom drawer items
  • tested and stable
  • sticky footer or headers
  • absolutely NO limits

MaterialDrawer 6.0.0 releases.

Changelog

MIGRATION
The biggest changes in this release was introducing the all new and refactored FastAdapter v3.0.0. Which comes with a big overhaul and great new goodies. If you directly use the FastAdapter or do more advanced stuff head over to it’s migration page

library

  • update fastAdapter to v3.0.0
  • update Android-Iconics to v2.9.5
  • update Materialize to v1.1.1
  • update build tools to 27
  • update compile sdk to 27
  • update target sdk to 27
  • update supportLibs to 27
  • update gradle to 4.1
  • implementation & api instead of compile

Download