Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
A short yet good intro into using View Layers.

#ui #view #layer
A post (sent by @lounvh) on improving the performance of RecyclerView. The idea of using a scheduler for UI operations is nice.

#recycler #rendering #ui
In this post you’ll learn how to apply coroutines for awaiting a layout pass completion or an animation end.

#ui #view #coroutine
What's wrong with my font size? I'm using the same font and the same size across multiple editors, but it still doesn't look the same. Thanks to tonsky (yes, again!) now we know what's wrong.
This actually reminds me of that old anecdote about Space Shuttle booster rockets and two horses' back-ends.

#font #ui #text
Boy, do I love such talks! Chet Haase and Romain Guy have met once again and are happy to present apex - an experimental UI toolkit. It really is just a toy, but it's always nice to see how such systems could be built from scratch (not finished C:). It's also worth mentioning that they've used entity component system which you could've seen in one of the gamedev videos several posts ago.

#talk #ui #framework
Not sure how to summarize this post. Author shares his thoughts on soft and languages, experiments with UI-frameworks, and, finally, implements a JVM language. It's a longread, but it's worth it.

#ui #programming #language
You've probably heard of Nikita a.k.a. tonsky. There's this project he started: Humble UI.

Humble UI is a desktop UI framework for Clojure. No Electron. No JavaScript. Only JVM and native code.

And here's the post with lots of thoughts about signals (something similar to observable) for UI state management.

#clojure #declarative #ui