blueprint
blueprint copied to clipboard
Blueprint is a compact framework for constructing mvp architecture within a scrollable, multi-view-type list UI. It uses the Android RecyclerView library, and currently only supports LinearLayouts
bootstrap module won't compile
WIP, not ready for merge
Required for hilt - https://github.com/google/dagger/issues/1909
Change the package name of the sample app from blueprint_sample, to blueprint.sample, to comply with java package naming standards
Convert the source files for all modules from Java to Kotlin
It could be useful to have a special type of Component called Group, that represents a set of Components with a special identifier. This could be helpful for, among other...
After https://github.com/Comcast/blueprint/issues/27 is completed, In ComponentView Base classes, For views that inherit from TextView or Button, generate a setOnClickBehavior function: `setOnClickBehavior(behavior: () -> Unit)`