Serge Zaitsev
Serge Zaitsev
Thanks, enabled github pages for this repo, now some "apps" are accessible: * https://zserge.com/awfice/draw.html * https://zserge.com/awfice/edit.html * https://zserge.com/awfice/code.html * https://zserge.com/awfice/calc.html * https://zserge.com/awfice/beam.html
May I ask you to update the README.sh instead? README.md is auto-generated from that script.
Well, `expr.h` is a single-header library, so you can probably copy it and find/replace all `float` with `double` to make it work. Alternatively, you may replace `float` with some `expr_num_t`...
@neuberfran Sorry, I'm not sure what you are trying to run. Anvil is a library, there is no application code in this repo (there is https://github.com/zserge/anvil-examples repo with a number...
@FunnyDevs it is possible to extend Anvil with custom views, although maybe not like with Anko. 1. You can always build "components", self-contained ViewGroups (extended from RenderableView). 2. You can...
It's hard to tell, since I haven't used Yoga yet. It looks like `YogaLayout` is a normal view group, so I hope it should work. For numerous attributes of Yoga...
Could you please give a bit more context? Are these renderable views located inside other renderable views? Or maybe they are adapter items? Or are they mounted directly into the...
I'm not sure how this issue has been affected by Anvil 0.5.1, but there is now an option to call `Anvil.unmount(view, removeChildViews)`, so if the issue was caused by the...
Hm.. So RecyclerView injects some child views on its own, then during the unmount() call we remove its child views and when it tries to do the same - it...
So far we have a website where I try to post my thoughts about Anvil - http://zserge.com We also have Anvil website with a brief description of what it does...