T E C h O C E A N H U B

Let’s study about operators in kotlin.Chapter-6

There are many operators in every language the same applies to Kotlin also. There are different operators in kotlin like arithmetic, assignment, comparison  operators etc. Arithmetic operators +  [.....]

Read More

How to use Loops in Kotlin(for, when, while, do while, continue and break keywords)-Chapter-5

There are different loops and operators in every language and they are more or less the same in functionality but the syntax can vary. There are different types of looks like:-               [.....]

Read More

Let’s learn how to create a method in kotlin-Chapter-4

In the previous post, we made a HelloWorld program in Kotlin, that was quite simple but today we will see how to make a simple method or function in Kotlin.  Basically, the declaration of function [.....]

Read More

How to write HelloWorld program in kotlin-Chapter-3

In the previous blog, I wrote about val and var use and their differences. In this post, I am going to introduce you to the basic steps to write a program in Android with Kotlin. Just follow the si [.....]

Read More

Learn val and var keyword in Kotlin-Chapter-2

Today we are going to learn about the keywords we are going in order to declare a variable in kotlin, those keyword are val and var. There is not vast difference between them but it can create amaj [.....]

Read More

Copyright ©TechOceanhub All Rights Reserved.