Kotlin Weekly - Kotlin Weekly #267

 
 

ISSUE #267

12th of September 2021
 



Announcements


Accelerated Kotlin build times with Kotlin Symbol Processing 1.0
Kotlin Symbol Processing (KSP), the new Android tool for building lightweight compiler plugins in Kotlin, is now stable! KSP offers similar functionality to the Kotlin Annotation Processing Tool (KAPT), however it’s up to 2x faster, offers direct access to Kotlin language constructs, and offers support for multiplatform targets.
android-developers.googleblog.com



Articles


Sample the World of KMM
To find the best way to properly develop KMM, it can really help to look at how other projects have used it. Ekaterina Petrova looks at the KMM sample projects that are available.
blog.jetbrains.com

Idiomatic Kotlin: Solving Advent of Code Puzzles, Binary Representation of Numbers
Svetlana Isakova solves in this new article of the Advent of code the problem of Binary Boarding.
blog.jetbrains.com

Consider a primary constructor with named optional arguments
Primary constructors are very convenient, but in most cases, it is actually a very good practice to build objects using them. Read why we should consider them.
kt.academy

Coroutines built-in support vs library
When talking about coroutines, it's common to refer to them as a single concept. They're instead composed of two components: built-in support provided by the Kotlin language, and the Kotlin Coroutines library. Learn more about them in this article.
kt.academy

Thinking functionally in Kotlin
Functional programming is difficult to fathom for most application developers. Functional programming in a nutshell is applying arguments to functions. This article explains how to think in Kotlin in terms of FP.
blog.kotlin-academy.com

Build Function Chains Using Composition in Kotlin
Have you heard about Function Chaining? In this article the author focuses on how to use functions to alter the nature of an object and change it, and how we can chain functions together to apply their effects on an object in one go with a composite pattern.
siddroid.com

Kotlin Constructor - Abhas Kumar
This article gives a brief overview of how to use constructors in Kotlin.
abhas.tech
 


Sponsored

Bug, feedback & crash reporting for mobile apps
Stop wasting hours trying to debug issues without the proper context. Shake SDK offers actionable data and insights with each report that help you debug 50x faster. Sign up and invite your whole team to collaborate for free!
www.shakebugs.com



Android



Android 12 Beta 5 update, official release is next!
Android 12 is getting closer,  being now the Beta 5 available. Be ready to start adapting your apps.
android-developers.googleblog.com

Testing Hybrid Jetpack Compose Apps
How can we write tests for a hybrid app with Compose? Annyce Davis wrote an article describing her own approach.
adavis.info

The new way of storing data in Android — Jetpack DataStore
In this article, Gábor Marosfalvi demonstrates the opportunities of how to store data in your Android application, especially with Jetpack DataStore.
medium.com

Navigating with Animations in Jetpack Compose
Kaustubh Patange has developed navigator-compose, and in this article explains how to implement it for Android navigation.
kaustubhpatange.medium.com



Videos


Kotlin Type Hints in IntelliJ IDEA and Android Studio
IntelliJ can nicely display type hints for Kotlin variables such that one can stop the guessing (or hovering) game to figure out what type a variable is of.
www.youtube.com
 


Jobs

Open role for Senior Android Engineer @ Forza Football
Join us to make the world of football a better place and available for everyone! Together we’ll build the number one football platform on Android. Get challenged by modern tools and frameworks while contributing with your technical expertise and coordinating to shape the team’s vision for the future. Discover more details in our role description!
forzafootball.teamtailor.com
 



Libraries


Doodle
Doodle is a pure Kotlin UI framework for the Web. Doodle is written entirely in Kotlin and so are its apps.
github.com

LivePlugin
LivePlugin is an IntelliJ plugin for writing IntelliJ plugins at runtime. So meta.
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 © 2021 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 #266

Sunday, September 5, 2021

ISSUE #266 5th of September 2021 Announcements Introducing the Kotlin/JS Inspection Pack: IR Migration Help, Quick-Fixes, and More Kotlin has introduced a new plugin for your Kotlin/JS applications –

Kotlin Weekly #265

Sunday, August 29, 2021

ISSUE #265 29th of August 2021 Announcements Kotlin 1.5.30 Is Now Available! Since Kotlin 1.5.30 is the last incremental release before Kotlin 1.6.0, it includes many experimental languages and

Kotlin Weekly #264

Sunday, August 22, 2021

ISSUE #264 22tnd of August 2021 Announcements Try Kotlin Multiplatform Mobile in AppCode for Free! JetBrains recently announced a new plugin for Kotlin Multiplatform Mobile development that helps you

Kotlin Weekly #263

Sunday, August 15, 2021

ISSUE #263 15th of August 2021 Announcements Kotlin 1.5.30-RC available The 1.5.30 release is approaching. You can now test the RC with the updated opt-in requirements, Kotlin/JS IR backend in Beta,

Kotlin Weekly #262

Sunday, August 8, 2021

ISSUE #262 8th of August 2021 Announcements Ten Years of Kotlin! On July 19, 2011, at the JVM Language Summit, JetBrains announced Kotlin – a new statically typed programming language for the JVM.

You Might Also Like

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your