Results 201 to 210 of about 9,486 (244)

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

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

Further Kotlin Properties

2021
Many object-oriented languages have the explicit concept of encapsulation; that is the ability to hide data within an object and only to provide specific gateways into that data. These gateways are functions defined to get or set the value of an attribute (often referred to as getters and setters).
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

Introducing Kotlin Programming Language

2023
This chapter introduces Kotlin programming language and its strengths, such as brevity, saftey, versatility, and interoperability features. Readers will discover how to install Kotlin programming tools, how to create projects, program sample projects and check the output results.
openaire   +1 more source

Obfuscador Java/Kotlin

2023
Avui en dia, els smartphones formen part de la vida de tothom. Aquests dispositius els tenim plens d'aplicacions que poden tenir informació personal que és vital que es mantingui privada. Per això, és important assegurar un nivell de seguretat per a les aplicacions.
Marín Gual, Àlex   +1 more
openaire   +1 more source

Home - About - Disclaimer - Privacy