Serge Zaitsev

Results 33 issues of Serge Zaitsev

# webview design proposal and roadmap TLDR: modern C++ as a primary language, no IE, JSON RPC for native function bindings, prebuilt DLLs for Windows, plans for webview org. The...

While Anvil has certain advantages over Anko, Google Data Binding library or React Native, only a few people know about this library. There is no Anvil tutorials around the web,...

help wanted
question

Anvil allows writing components as lambdas or as RenderableViews. Some components may be stateful and may depent on the hosting Activity/Fragment/... lifecycle. Currenclty, RenderableView has onAttachedToWindow and onDetachedFromWindow hooks, but...

People often ask how Anvil supports multiple screens. Currently it only provides an `isPortrait` helper. All "media queries" (in terms of CSS) end up with checking current `Configuration`, which can...

Currently Anvil contains lots of autogenerated bindings for all setters of all views in Android SDK, starting with "set" and having exactly one parameter (normally a value to set). Some...

enhancement
help wanted

Layout params are not handled by generated DSL now. They are handled by hand-written BaseDSL in anvil base library. There are custom views that use their own layout params that...

- [x] Add CI script - [x] Ensure build passes - [ ] Upload APKs to Github releases on tag pushes - [x] Add readme badge

It's possible to enable quiet mode on the phone, then no alarm sound will be heard. User should be acknowledged about it somehow in the UI

This is not an issue, so no need to worry :) I just wanted to thank you for creating these bindings for Nim. I am glad that more and more...