hi what Alternatives withName() or withEmail() ...???
I have cloned the example version but do not replace it in this version!
@Deprecated("Please consider to replace with the actual property setter")
@flashiran1 you can see them here:
So something like
ProfileDrawerItem().apply {
name = StringHolder(res)
description = StringHolder(res)
}
would be the case
Most helpful comment
@flashiran1 you can see them here:
https://github.com/mikepenz/MaterialDrawer/blob/develop/library/src/main/java/com/mikepenz/materialdrawer/model/ProfileDrawerItem.kt#L24-L25
So something like
would be the case