Kotlin Weekly - Kotlin Weekly

 
 

ISSUE #222

1st of November 2020
 

Hello Kotliners. We have received during this weekend a record amount of submissions, thanks for that community! Here is our selection of topics for the upcoming week.



Announcements


kotlinx.coroutines 1.4.0: Introducing StateFlow and SharedFlow
JetBrains has released the version 1.4.0 of the Kotlin Coroutines library. The highlights of the release are StateFlow and SharedFlow, which are being promoted to stable API. Read more about all the goodies included here.
blog.jetbrains.com



Articles


DTO Generator
The folks at Kotlin Academy have created a DTO generator. It was never so easy to generate your own model classes.
kt.academy

Multiplatform Testing Pattern inside Coroutine Lib
What is the testing pattern used inside the Kotlin Coroutine library? It’s a multiplatform library that uses a pattern that tests functionality for JS, JVM and native. In this article, Mohit Sarveiya explores how testing is performed and explore examples of unit tests in the library.
codingwithmohit.com

Android w/o DI
Article by Bob Dahlberg about actors, coroutines, flow, and Kotlin architecture in Android.
bob-dahlberg.medium.com

Kotlin Coroutines Exception Handling Cheat Sheet
Lukas Lechner has published a cheatsheet with all the information you need to handle exceptions in Kotlin.
www.lukaslechner.com

RxJava Combining Operators
In this tutorial, you’ll use RxJava combining operators to merge, filter and transform your data into succinct and reusable streams.
www.raywenderlich.com

Kotlin Multiplatform Codelab
Carlos Mota has written a KMP Codelab about a workshop he gave at Droidcon EMEA.
cmota.github.io

Exploring use of StateFlow in a Kotlin Multiplatform project
Kotlinx Coroutines recently introduced the StateFlow API, described as “A Flow that represents a read-only state with a single updatable data value that emits updates to the value to its collectors”. John O'Reilly explores it in this article.
johnoreilly.dev

Boolean not
The method not() is frequently wrongly understood in Kotlin. Vasya Drobushkov explores it in this article.
krossovochkin.github.io
 


Sponsored

Join the most interactive virtual AndroidDev Event
Experience 100+ tech talks on all things Android Development - Workshops - 1on1s with Dev Experts and more.
www.online.droidcon.com



Android


Fewer crashes and more stability with Kotlin
Kotlin can improve your app stability, as proven by some statistics in Google Play store. Florina Muntenescu describes in this post how to achieve it.
medium.com

Breaking down destructuring declarations
In this other article by Florina, you can learn how to use Kotlin’s destructuring declarations to break down one object that contains multiple fields to initialize several separate variables
medium.com

Using the Signature class to verify data
You can use the Signature class in Android to verify data and have a secure communication with your backend. See how we can achieve it in this article.
medium.com

Advanced Android with Kotlin
Check out this nice free course by Google about developing Android apps with Kotlin
www.udacity.com

Migrating the deprecated Kotlin Android Extensions compiler plugin
In Kotlin 1.4.20-M2 JetBrains deprecated Kotlin Android Extensions compiler plugin. Learn in this article how to migrate it.
proandroiddev.com

Create an App from scratch with Dropwizard, Maven, and Kotlin
Ron Paz has written an article about creating an App from scratch using Dropwizard, Maven, and Kotlin
levelup.gitconnected.com



Libraries


Kite
Kite adds AI powered code completions to your code editor, and it supports Kotlin.
www.kite.com

Firebase Kotlin SDK
The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.
github.com

NotyKT
NotyKT is the complete Kotlin-stack note taking️ application built to demonstrate a use of Kotlin programming language in server-side and Modern Android development tools
github.com

Simple State Machines in Kotlin (KSSM)
KSSM provides an easy and simple DSL for setting up finite-state machines, and opens a clean API with built-in threading and conflation mechanisms for manipulating states.
github.com

Contribute

We rely on sponsors to offer quality content every Sunday. If you would like to submit a sponsored link contact us.

If you want to submit an article for the next issue, please do also drop us an email.
 


Thanks to JetBrains for their support!

Twitter
Facebook
Website
Copyright © 2020 Kotlin Weekly, All rights reserved.
You are receiving this email because you opted in at our website.

Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list

Email Marketing Powered by Mailchimp

Older messages

Kotlin Weekly #221

Sunday, October 25, 2020

ISSUE #221 25th of October 2020 Hi Kotliners. Remember that you might have to change your analogs clocks today, since the Dailight Saving Time ended in a few countries. In the current times, this is

Kotlin Weekly #220

Monday, October 19, 2020

ISSUE #220 18th of October 2020 Hello Kotliners! Since we are getting each day more and more content, we have decided to send a few more articles that we usually send, and see what the analytics tell

Kotlin Weekly #219

Sunday, October 11, 2020

ISSUE #210 11th of October 2020 Hi Kotliners. We have a bunch of announcements from JetBrains this week. Check them out, and have a beautiful start (or end) of the week. Announcements kotlinx.

Kotlin Weekly #218

Sunday, October 4, 2020

ISSUE #218 4th of October 2020 Hello Kotliners! Remember to keep being awesome and nice to each other this week, and of course to keep learning and practicing Kotlin. Here is our selection of articles

Kotlin Weekly #217

Sunday, September 27, 2020

ISSUE #217 27th of September 2020 Good morning folks! Today in 1998 Google retroactively claims this date as its birthday. So I guess, happy birthday! Enjoy our hot links for this week. Announcements

You Might Also Like

Healthy life, Meta's AI and legibility

Saturday, January 11, 2025

Neologism #25, 11.01.2024 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1665 [Medium]

Saturday, January 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by LinkedIn. A wall consists of several rows of bricks of various integer lengths and

📊 Every Smartphone I've Ever Owned, Ranked — This Tiny Smart Remote Is the Most Exciting Thing at CES

Saturday, January 11, 2025

Also: 5 Android Notification Features to Make Your Day Easier, and More! How-To Geek Logo January 11, 2025 Did You Know On March 12, 1951, a curious thing happened. In the United States and the United

Ranked | The Top Grossing Movies Worldwide in 2024 🎬

Saturday, January 11, 2025

Established IP dominated the 2024 box office, with top films mostly being sequels, spin-offs, or franchise continuations. View Online | Subscribe | Download Our App FEATURED STORY Ranked: Top Grossing

📖 Your Step-by-Step Guide to Securing AI in the Enterprise

Saturday, January 11, 2025

January 11, 2025 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Tines. When it comes to adopting AI securely,

🐍 New Python tutorials on Real Python

Saturday, January 11, 2025

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Iterators and Iterables in Python: Run Efficient

Life Update: Me. In Shorts. In Antarctica [Pics Inside 🧊]

Saturday, January 11, 2025

And yes, I jumped in. It taught me a lot 😅 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Google Researcher Uncovers Zero-Click Exploit Targeting Android Devices

Saturday, January 11, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and

📧 Working with LLMs in .NET using Microsoft.Extensions.AI

Saturday, January 11, 2025

​ Working with LLMs in .NET using Microsoft․Extensions․AI Read on: m​y website / Read time: 6 minutes The .NET Weekly is brought to you by: ​Transform your database performance with RavenDB​:

iOS Dev Weekly – Issue 694

Friday, January 10, 2025

Hopefully you won't see that much difference with receiving this issue, but it's ALL CHANGED behind the scenes! 😱 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌