Results 161 to 170 of about 9,284 (218)
Some of the next articles are maybe not open access.

Kotlin Mastery

Arnika Patel   +2 more
exaly   +2 more sources

Functions in Kotlin

2021
When you build an application of any size you will want to break it down into more manageable units; these units can then be worked on separately, tested and maintained separately. One way in which these units can be defined is as Kotlin functions.
openaire   +1 more source

Detecting anomalies in Kotlin code

Companion Proceedings for the ISSTA/ECOOP 2018 Workshops, 2018
This paper discusses code anomalies - code fragments that are written in some way that is not typical for the programming language community. Such code fragments are useful for language creators as performance tests, or they could provide insights on how to improve the language.
Timofey Bryksin   +3 more
openaire   +1 more source

Your First Kotlin Application: Hello Kotlin

2019
In this chapter we are going to learn how to use the Android Studio integrated development environment (IDE) to write and execute a first simple Kotlin program.
openaire   +1 more source

Evaluating swift-to-kotlin and kotlin-to-swift transpilers

Proceedings of the 9th IEEE/ACM International Conference on Mobile Software Engineering and Systems, 2022
Larissa Schneider, Dominik Schultes
openaire   +1 more source

Spring and Kotlin

2019
Until this chapter in the book, Spring applications were written using Java. This chapter teaches you how to write Spring applications using Kotlin. Kotlin is a JVM programming language that my favorite software company, JetBrains (the same company that develops IntelliJ IDEA), started working on in 2011.
openaire   +1 more source

A First Kotlin Program

2021
In this chapter we will look at a simple Kotlin program and understand what it is doing. We will also modify it to become more interactive and will explore the concept of Kotlin variables (specifically vals and vars).
openaire   +1 more source

Mocking Classes in Kotlin with Mockative

Unit testing is instrumental in enhancing code quality, documenting system behavior, and preventing regressions in contemporary software development. One of the current limitations of the most popular existing unit-testing frameworks for the Kotlin language (e.g., MockK and Mockito) is that they are inherently tied to the Java Virtual Machine (JVM ...
Abrahamsen, Kristian Degn, Mauro, Jacopo
openaire   +2 more sources

Interfacing with Kotlin and Swift

2020
In Chapter 3, “Tooling Up,” we introduced the tools we will need for developing Android and iOS applications (apps). We introduced small projects to get some Assembly Language code running on such devices. In this chapter, we will look at how Assembly Language is more realistically incorporated into a smartphone or tablet app.
openaire   +1 more source

Home - About - Disclaimer - Privacy