blueprint icon indicating copy to clipboard operation
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

Results 13 blueprint issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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)`