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
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
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
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.
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
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