mikepenz / MaterialDrawer

The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
https://mikepenz.dev
Apache License 2.0
11.67k stars 2.05k forks source link

Can you give more documentation or examples? #2742

Closed picaro closed 3 years ago

picaro commented 3 years ago

About this issue

The project is great, but it's missing documentation on it.

Migration from 7 to 8 becomes tough in so many ways. There is no good documentation or examples. I could open several questions on StackOverflow, but it's not so useful for other users.

Sample problems

Details

Checklist

mikepenz commented 3 years ago

Thank you very much.

The main reason to not expose significant amounts of migration between v7 to v8 is, as v8 is a complete rewrite, and the best approach to it is to start newly. As major concepts of the library changed, including removal of for example DrawerLayout handling.

the MaterialDrawer v8 is solely the UI within a DrawerLayout it won't control the DrawerLayout or any UI around anymore though. This gives much more flexibility and freedom to the developers.

Related to the noted problems: