Techoceanhub logo

Category Kotlin

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 +    —    Addition Operator –     —   Subtraction Operator    …

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 amajor changes in…

Let’s start with Kotlin’s basics. chapter-1

Today is the day we are going to start  with the kotlin basics., you know what kotlin language is? This language is all about developing applications despite, any kind of development, whether it is server side, client side or Android.…

Simple way to create multiple tabs using Kotlin

You might have heard about multiple tabs in Android. There are both manual as well as shortcut to create multiple tabs in android using Kotlin. Let’s see a simple view of how multiple tabs would look like in Android. This…

Simplifying RecyclerView using Kotlin.

As people say Recycler view is difficult to understand but it is very flexible in nature as it provides dynamic features as compared to the ListView and Custom Adapter or you can say it is a combination of listview and…