<@U0BR3D202> I use anko for simplifying code eg us...
# anko
i
@nhaarman I use anko for simplifying code eg using `act`/`ctx` instead of
activity
, anko logger, fragment creation with params. And I use DSL in one place in my app. Downside of anko for me is that it is designed to be used in an ide, so the docs are quite limited, and you have to explore the generated code which isn't in the github repo. This means that using the DSL took a bit of patience on my part, as running Android Studio on my rather old laptop with 1 gig of ram is... interesting. I try to stick to emacs and the terminal for the most part, despite kotlin support there being limited to syntax highlighting.
👍 2