24-03-2024 - Andrés Cruz
Clase We will learn from making a hello world in Python using the interactive console or files through knowing conditionals, loops, functions, list modules, data types, concatenations and castings.
05-07-2023 - Andrés Cruz
Clase Data classes in Kotlin allow us to store data and only data through a simple structure similar to that of a class; we can print hashes, clone objects, and print values from generic methods and much more.
04-07-2023 - Andrés Cruz
Clase The enumerations are a special data type that allows you to set predefined values or constants in variables that we can use in Kotlin, this post explains how to use this structure.
04-07-2023 - Andrés Cruz
Clase In this post we will talk about inheritance, implementation, abstracts and a new type called open (open) on classes in Kotlin and we will give several examples for each scenario.
03-07-2023 - Andrés Cruz
Clase In this post we will see how to handle classes in Kotlin, main constructor, secondary constructors, properties, set and get methods, create class instances and empty classes.
01-07-2023 - Andrés Cruz
Clase In this post we will talk about the companion objects that have been the way in which Kotlin works with the static ones of Java.