Create First Kotlin Project For Android With Android Studio
Step1 Create new Java Android Studio Project Create Android Studio Project by checking the checkBox Include Kotlin support. To create new Android Studio Project, you can find more details here.…
Samsung Galaxy S7: the update to Android 8.0 Oreo will wait a little longer
Bad news for the owners of Galaxy S7, the update to Android Oreo has been pushed back by Samsung. The first users to have received have indeed encountered many problems…
First C Program in CodeBlocks - Hello World
We will see in this tutorial how to create our first program in language "C" with the codeBlock IDE. To do this, simply follow these steps: Step 0: Download and…
List of 10 Best IDE for C & C ++ development
What is an Integrated Developpement Environnement (IDE) ?An IDE or development environment (Integrated Development Environment) is software that gathers tools to develop other software, such as mobile applications, software for…
Introduction To The C Programming Language
Ken Thompson & Dennis Ritchie 1 - About the C language The C language is an imperative and generalist programming language. Invented in the early 1970 to rewrite UNIX, C…
Kotlin Variables
1 - Declarations of variables In Kotlin we distinguish the variables whose value we can change, and the immutable variables that are not quite constants: the keyword val allows to…
Introduction To Kotlin Programming Language
Presentation of Kotlin language. Kotlin is an object-oriented, functional programming language with static typing. It runs under the Java Virtual Machine (JVM) and can also be compiled under JavaScript.In the…