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
Looks like something dedicated to initialization of different components / libraries is coming to AndroidX.

#androidx #library
Paging 3 library is out in the alpha channel. Updates include list separators support and filter / map operators.
The strange thing here is the following highlight: "Automatically requests the correct next page when the user scrolls to the end of the loaded data". I thought this whole library is about it and it should work correctly from day one.
 
#jetpack #paging #library
If using multiple nested .copy calls on data classes is your case for whatever reason, take a look at this post, Arrow-kt will probably make your life a bit easier.

#arrowkt #fp #library
Check out this new library from Square - Curtains. It’s a bunch of Window-related APIs to make some very unpleasant things a little bit easier.

#library #window
That's an interesting move by Google: AppSearch alpha is out. It's kind of a document DB tailored for fast on-device full-text search.

#jetpack #library #appsearch
I haven't given a thorough inspection to this Insetter library just yet, but looks very promising. We specify which system bars should be handled with paddings and which - with margins, and it handles the rest.

#library #insets
Some will advocate new unique DI frawemork. Others will tell you about the APIs to glue any DI approach with the Android framework. I'm with the others.

#di #library #framework