Skip to content
Lautaro Brasseur edited this page Jul 7, 2019 · 4 revisions

Introduction

The objective of this page is discussing ideas for future framework improvements

Ideas

  • Use bindable properties for everything that should trigger a layout request. For example, Styles.
    • Specifically for styles, it might be a better option to make them immutable (since there are shared styles, style hierarchy etc.) and triggering layout each time the whole style is changed.
  • Negative margins? Test if they work.
  • Z-index property. Currently it is determined by adding order, but for relative panel, we might need add a foreground component before that some other dependent component that should be shown in background.
  • Using Kotlin for DSL?
  • Relative layout using code generation?
  • Styles using code generation?
Clone this wiki locally