Mark Dappollone

Results 7 issues of Mark Dappollone

bootstrap module won't compile

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

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

Use KotlinPoet lib instead of JavaPoet. Generate all classes in Kt

Since ComponentViewBase classes have so much auto generated functionality, it's now often not even necessary to override them. Because of this, clients often wind up with code that looks like...