Shashank Mohabia

The Technical Blog

  • Home
Kotlin Android Classes

Kotlin Data Classes

While working on our apps sometimes we create some classes whose main purpose is to hold data and have functions to work with that data. But we need to write some functions like

Shashank Mohabia Shashank Mohabia
Kotlin Android Functions

Kotlin Functions

In the previous article we talked about classes and how the concepts of inheritance is applicable to Kotlin classes. In this article we are going to talk about functions in Kotlin and how

Shashank Mohabia Shashank Mohabia
Kotlin Android Classes

Kotlin Classes & Inheritance

In my previous article I talked about how Kotlin saves us writing boilerplate codes the one we have to write in Java and there I gave an example of a simple class showing

Shashank Mohabia Shashank Mohabia
Kotlin Android

Kotlin - What's So Cool

Kotlin is a programming language for the Java Virtual Machine (JVM) and can, therefore, be used anywhere Java is used today (which is virtually anywhere). This includes server, client, web, and Android development.

Shashank Mohabia Shashank Mohabia
Bitwise operators

Bitwise operators — Facts and Hacks

Bitwise operators are operators (just like &, |, << etc.) that operate on ints and uints at the binary level. This means they look directly at the binary digits or bits of an

Shashank Mohabia Shashank Mohabia
Version control systems

Up and Running With Version Control Systems

Every time someone enters the coding world he gets to hear terms like versions, VCS, GitHub and many more. Understanding of tools like Git and GitHub is important no matter you are working

Shashank Mohabia Shashank Mohabia
Shashank Mohabia © 2018
Proudly published with Jekyll & GitHub Pages using Jasper2
Latest Posts Facebook