Android Question MaterialDrawer wrap

DonManfred

Expert
Licensed User
Longtime User
I´m working on a complete rebuild of the wrapper but i failed including the needed resources as of now...

In fact the wrapper is written and i am trying to build an example.

But with adding the needed #additionalres directives B4A is not able to compile it. Even if no other code is written

It´s a pain in the ass if you wrap a library which depends on some other libraries (including resources). The MaterialDrawer depends on FOUR other libraries (most of them from mike penz too)
- Android Iconics
- FastAdapter
- Materialize
and at least AppCompat

All of them do need additionalressources.

I guess it could be easier to wrap such a library (MaterialDrawer library is available as aar library too (a aar is a library which does contains resources and more)) if B4A support aar libraries. Hopefully we get this feature in future.
But as of now i failed with the references of the different-themes and styles used :-(
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
In fact the wrapper is written and i am trying to build an example.
I´m a step further... a first version of my sample is working (but with issues)

Screenshot_20160531-213535.png
Note that the badge on one item is changing at runtime
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
I am interested in your lib when it's completed (I know it will be chargeable)
 
Upvote 0
Top