Android Question Material Drawer V0.5 beta

DonManfred

Expert
Licensed User
Longtime User
This thread is about the beta phase of my newest wrap. It is a wrap for this Github project: Material Drawer by Mike Penz

At present the library is based on Version 5.8.1 of the Github project

The Library and download can be found HERE

MaterialDrawer
Author:
Mike Penz (Github) / DonManfred (wrapper)
Version: 0.9 beta

Attachments:
MaterialDrawerEx1.zip
this contains the (most probably a bit chaotic) code for the example i build so far.
So i just tried out how work this, and this and the code came up chaotic....
I´m sure more examples will follow in future. Maybe made from one of the beatestes? (grins)

MaterialDrawerResources.zip
this zip contains the folder "resource"
copy this folder to your Project or maybe to your additional libraries folder.
you need to adapt the #additionalres directive to match your folder

MaterialDrawerFONTS1.zip and MaterialDrawerFONTS2.zip
Copy all files to your additional libs folder

MaterialDrawerAAR.zip
Contains all needed AAR files. Copy them all to your additional libs folder

The library depends on some other JARs from the google Maven repository.

Post any questions regarding this librarywrap in this Thread please.

Note that this library wrap is in development and subject to be changed before releasing the library.

The example at present state shows all i have tried so far.
Some features are not tested at all.
Some features does not work as yet. The profile and everything about the profileheaderdraweritem for example.


The Library and download can be found HERE
 
Last edited:

rscheel

Well-Known Member
Licensed User
Longtime User
So nice of you to support this development, I had to switch to android studio, to get more material design complements and obtain a good material drawer.
 
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
Any updates on the profile and account header ? i've tried so many ways lol i just cant seem to get it working
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Any updates on the profile and account header ?
I´ve worked on other projects (mostly customers) in the last months.

sorry, no.

What i can say is that the lib as yet does not work with b4a 6. I did not get it to run smoothly (Exceptions).

Still need to find out what´s wrong here.
 
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
I´ve worked on other projects (mostly customers) in the last months.

sorry, no.

What i can say is that the lib as yet does not work with b4a 6. I did not get it to run smoothly (Exceptions).

Still need to find out what´s wrong here.

any way thank you for your efforts, by the way i'm working on the Lib and with B4A 6 and had no problems.
 
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
After so much headache and test i finally managed to get the header to work along with the hamburger indicator, actually it's not a header it's only a panel with the views arranged manually to look like a header and which gives more power to edit :) ... now it's the footer time :) really amazing Lib the possibilities are endless
 

Attachments

  • ww.png
    ww.png
    22.3 KB · Views: 365
  • ww2.png
    ww2.png
    15 KB · Views: 360
Upvote 0

corwin42

Expert
Licensed User
Longtime User
@itgirl:
in Post #6 of this thread you show a screenshot with a drawer below the (translucent) StatusBar. Was this done with DonManfreds library? Maybe with an older version?

I'm currently working on a new version of the DesignSupport library which will include a Drawer. I found out that it is a big problem to get the drawer show correctly under the translucent StatusBar but I think I'm close to a fully working solution. Some weird stuff must be done in the library that it works though.

The Screenshot shows a first test program.
Screenshot_20160817-170204.png
 
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
@itgirl:
in Post #6 of this thread you show a screenshot with a drawer below the (translucent) StatusBar. Was this done with DonManfreds library? Maybe with an older version?

I'm currently working on a new version of the DesignSupport library which will include a Drawer. I found out that it is a big problem to get the drawer show correctly under the translucent StatusBar but I think I'm close to a fully working solution. Some weird stuff must be done in the library that it works though.

The Screenshot shows a first test program.
View attachment 47074
Actually it was for another version of the drawer. on this version i couldn't get the drawer to be below the (translucent) statusbar every time i get it there a weird gray color for the statusbar which i couldnt find why it's happening i know something is wrong with xml's but i still didn't find where exactly
 
Upvote 0

freedom2000

Well-Known Member
Licensed User
Longtime User
HI All,

I was trying to use a MS drawer, I found two post implementing the same lib :
  1. this one by The desolatesoul
  2. and yours

Both seem to implement a wrap from MikePenz library

I didn't succeed in using 1)... too complex for me due to the "additionnal res or jar...AppCompat v7 Support library
And I didn't find your library as it is probably yet not available ?

Please tell me if there are other (good !) alternatives or if your lib will become avalable ?

Thanks for your impressive job
JP
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
HI All,

I was trying to use a MS drawer, I found two post implementing the same lib :
  1. this one by The desolatesoul
  2. and yours

Both seem to implement a wrap from MikePenz library

I didn't succeed in using 1)... too complex for me due to the "additionnal res or jar...AppCompat v7 Support library
And I didn't find your library as it is probably yet not available ?

Please tell me if there are other (good !) alternatives or if your lib will become avalable ?

Thanks for your impressive job
JP

Both Library is good and both library requirement a little effort to integrate the same, nothing difficult. There are several examples for both libraries
 
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
HI All,

I was trying to use a MS drawer, I found two post implementing the same lib :
  1. this one by The desolatesoul
  2. and yours

Both seem to implement a wrap from MikePenz library

I didn't succeed in using 1)... too complex for me due to the "additionnal res or jar...AppCompat v7 Support library
And I didn't find your library as it is probably yet not available ?

Please tell me if there are other (good !) alternatives or if your lib will become avalable ?

Thanks for your impressive job
JP
The first Lib you were referring to and this one both are a warp for the same Lib , This Lib on this thread by DonManfred supports more methods with alot of extra capabilities than the other one keeping in mind that the other Lib by thedesolatesoul is one of the best Libs I've used in B4A so my advice is to start with thedesolatesoul to get your self familiar with the drawer methods until DonManfred finish his lib.
 
Upvote 0

freedom2000

Well-Known Member
Licensed User
Longtime User
The first Lib you were referring to and this one both are a warp for the same Lib , This Lib on this thread by DonManfred supports more methods with alot of extra capabilities than the other one keeping in mind that the other Lib by thedesolatesoul is one of the best Libs I've used in B4A so my advice is to start with thedesolatesoul to get your self familiar with the drawer methods until DonManfred finish his lib.

Thank you for your answers.
I was looking for an example running with B4A 6.x ... And still stuck on integrating the AppCompat v7 Support library :-(

 
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
Thank you for your answers.
I was looking for an example running with B4A 6.x ... And still stuck on integrating the AppCompat v7 Support library :-(
There are several examples on how to implement the AppCompact V7, EX EX2 Also you should start a new thread for this request i think it would be better. ;)
 
Upvote 0
Top