One of the most prominent players in the smartphone world since the first day Android was used. The operating system developed by the Open Handset Alliance under the leadership of Google now dominates the majority of the world smartphone market....
Read MoreIn this course, we will learn Python, an Object-Oriented and high-level language that is very easy to learn. The Python language is used in many areas from Machine learning to backend programming....
Read MoreIn this course, we will learn about JQuery, a library used by almost 80% of all web pages.
You will be able to do DOM manipulation, AJAX requests, and more with the JQuery library....
Java is a high-level programming language that has been in the software world since 1995 and still maintains its popularity....
Read MoreIn this course, we will learn the concepts of Class and Object, which are the two most confused concepts in Kotlin, as in many other languages....
Read MoreIn this course we will learn basic data types, one of the most important topics in Kotlin. These are numbers, booleans, characters, and strings, respectively....
Read MoreWelcome to the Hello Kotlin Course. In this course, we will get to know Kotlin, one of the most popular programming languages of recent years. Kotlin is actively used in many areas of software, from Web, mobile and backend programming....
Read MoreIn this course, we will learn to define variables in Kotlin language. Variables are very important in Kotlin as in any other modern language....
Read MoreIn this course, we will learn the control blocks that we will use to control the application flow....
Read MoreFunctions are one of the most important structures in the application development process. In this course we will learn about functions in Kotlin language....
Read MoreThe loops is used to iterate a part of program several times. In this course, we will learn expressions like for and while in Kotlin....
Read MoreEnumeration is a named list of constants. Kotlin language also includes Enum structures just like Java. In this course, we will learn about enums in Kotlin....
Read MoreInheritance structures are one of the most important features of languages that support the object-oriented paradigm. In this course we will learn how to inherit objects with Kotlin language....
Read MoreInheritance structures are one of the most important features of languages that support the object-oriented paradigm. In this course we will learn how to inherit objects with Kotlin language....
Read MoreInheritance structures are one of the most important features of languages that support the object-oriented paradigm. In this course we will learn how to inherit objects with Kotlin language....
Read MoreInheritance structures are one of the most important features of languages that support the object-oriented paradigm. In this course we will learn how to inherit objects with Kotlin language....
Read MoreInheritance structures are one of the most important features of languages that support the object-oriented paradigm. In this course we will learn how to inherit objects with Kotlin language....
Read MoreIn this course, we will learn the Object-oriented paradigm and the uses of objects in Kotlin....
Read MoreNull pointer exception was one of the most feared mistakes when coding with Java. Kotlin language provides many features to avoid this exception....
Read MoreA Kotlin project is structured into packages. A package contains one or more Kotlin files, with files linked to a package using a package header. In this course, we will learn the concept of package in Kotlin language....
Read More