Issue #9
Ciao! โ
Are you ready for another round of Android news? This time itโll be quick and only concrete info ๐
If these links don't work in your email client, try reading this issue on my website.
- CacheFlow - How to manage cache in your app easily?
- Smarter Shared Kotlin Flows
- Paparazzi with support for Composable snapshots
1) First of all, my small Android/Kotlin library Iโve been working on lately is out! Itโs nothing special, but really helps with caching in your app. Check it out if you have a lot of cache in your apps and you want to speed up this process a little bit ๐
๐ ย CacheFlow on GitHub
2) Really nice article about some drawbacks of Kotlin Flow when using it on Android as it is not lifecycle aware. Christophe gives us a quick and nice solution on how to skip additional work in your Flows by introducing a few new flow operators.
๐ ย Smarter Shared Kotlin Flows
3) Testing is super important, but I donโt see a lot of people having snapshot tests in their app. Iโve had them in most of my projects, but every time I had to set them up manually and run on emulators. Paparazzi helps you solve this problem by allowing you to run your snapshot tests without the emulator! And now it also supports rendering composable functions!
๐ ย Paparazzi on GitHub
As I said today was just a quick update, but I hope I gave you something interesting to read. See you later, happy coding! ๐
Best, Patryk
patrykkosieradzki.com | androiddevnews.com | androidtalks.com