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
Some explanations on I/O stuff:
- What is the difference between I/O-bound and CPU-bound tasks
- What is non-blocking I/O about (java.nio)

#java #io #nio
A thorough guide on how to adopt dark theme in your app.

#dark #theme #style
A short yet good intro into using View Layers.

#ui #view #layer
A nice post on design issues of Gradle by Artem Zinnatullin.

#gradle #build
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
@istima reminds us:
- From November 1, 2019, app updates must target at least Android 9.0. Until this date, app updates must target at least Android 8.0 (API level 26).
- Starting December 1, 2019, versions 1 and 2 of the Google Play Developer API will no longer be available so you need to update to version 3 ahead of this date.

#play #target #sdk
Awesome list of broken vendor-specific battery saver, doze mode, etc. behaviours and hints on how to workaround them.

#doze #battery #optimize
A nice thread on the most beautiful piece of code you’ve ever read.

#code