Reduce boilerplate for copy views
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 21
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Lots of components are simple copy presentation, showing a title, or a single string, etc. We still have to write a lot of boilerplate for these; you need a ComponentModel extension to wrap your single String, you need a special presenter, etc. It would be nice to have an easier way to do this. Perhaps an annotation on your viewholder that indicates it is a copy view and the id of the textview for the copy; it would then generate a custom model, presenter, and static method for creating the component?
Contributor guide
Assessment
This issue has not been assessed yet.