The use of Kotlin in Android

the use of Kotlin in android

Excerpt: Kotlin has revolutionized the way Android developers create apps. It is an open-source language that is both concise and expressive, making it much easier for developers to create cutting-edge applications quickly and efficiently.  Introduction In this article, we’ll look at some of the critical features of Kotlin, how it can be used in Android … Read more

Categories Apps, Dev, Java, Kotlin

Easiest Ways to Learn Java for Students

learn java for students

Java is one of the most widely used programming languages. It is used for web and mobile applications in all industries and all purposes. It’s no wonder that students want to learn it as quickly as possible and start programming on their own. But, learning Java is not something you can do overnight if you … Read more

Categories Dev, Java

Object Oriented Programming – Introduction

Object Oriented Programming

What is Object Oriented Programming (OOP)? Also know as OOP, Objected Oriented Programming is a programming paradigm. The concept of object-oriented is almost literal, such as an animal (for example a snail), have different attributes and properties that identifies the object (for example color, size, shape, gender) and methods to make specific actions with the … Read more

Categories Dev, Java, Javascript Tags Java, OOP, SmallTalk