How much time do you spend trying to create a standard navigation drawer? Trying to find the right listview, and build the correct hierarchy in the slide menu.
Well with this library you can build a drawer in 5 minutes with all the bells and whistles you need.
Compatible with 2.2 Froyo!
Works great with corwin42's AppCompat
Contains all Google Material Design icons as IconFonts!
How easy is it to build the drawer?
Testing the apks!
Main: https://www.dropbox.com/s/in5dsrg8hsq5050/MSMaterialDrawer.apk?dl=0
AppCompat: https://www.dropbox.com/s/1d5bd0mdr2qziax/AppCompatDrawer.apk?dl=0
Custom: https://www.dropbox.com/s/gmzwpvn0d6fq1l0/MSMaterialDrawerCustom.apk?dl=0
Well with this library you can build a drawer in 5 minutes with all the bells and whistles you need.
Compatible with 2.2 Froyo!
Works great with corwin42's AppCompat
Contains all Google Material Design icons as IconFonts!
How easy is it to build the drawer?
B4X:
MDB.Initialize("MD")
MDB.withAccountHeader(MaterialHeaderResult)
MDB.AddPrimaryDrawerItem ("Weather" , p1.Drawable ,Null ,"99+" ,True,1, "Shows the weather")
MDB.AddPrimaryDrawerItem ("Insanity" , p2.Drawable ,Null ,"2" ,True,2, "")
MDB.AddPrimaryDrawerItem ("Awesome" , p3.Drawable ,Null ,"" ,True,2, "")
MDB.AddSectionDrawerItem ("Section" ,True)
MDB.AddSecondaryDrawerItem("Settings" ,s1.Drawable ,Null ,"" ,True ,3)
MDB.AddSecondaryDrawerItem("Help" ,s2.Drawable ,Null ,"" ,True ,4)
MDB.AddSecondaryDrawerItem("Donate" ,s3.Drawable ,Null ,"" ,False,5)
MDB.AddSecondaryDrawerItem("Yo" ,Null ,Null ,"" ,False,6)
MD = MDB.Build
Testing the apks!
Main: https://www.dropbox.com/s/in5dsrg8hsq5050/MSMaterialDrawer.apk?dl=0
AppCompat: https://www.dropbox.com/s/1d5bd0mdr2qziax/AppCompatDrawer.apk?dl=0
Custom: https://www.dropbox.com/s/gmzwpvn0d6fq1l0/MSMaterialDrawerCustom.apk?dl=0
Last edited: