Android Jetpack: develop applications faster and easier
On the occasion of Google I / O, Google has announced a new project called Android Jetpack. This is simply the renaming of the components of the library support. Google…
Python Courses & Exercises with solutions !
On the occasion of Google I / O, Google has announced a new project called Android Jetpack. This is simply the renaming of the components of the library support. Google…
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.…
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…
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…
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…
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…
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…