material-foundation / material-remixer-android

Remixer for Android. Live adjustment of app variables.
Apache License 2.0
774 stars 54 forks source link

2-way variable communication #77

Open pingpongboss opened 8 years ago

pingpongboss commented 8 years ago

Right now, you change change the value of a variable in remixer ui, and that change will be reflected in your callback.

For variables that change over time (like the progress of a tween animation), it would be useful if the changing value can be communicated to the remixer ui so it can be continuously updated.