Prepare your working environment (EN)Quels sont les outils à installer pour être un développeur full stack, Java Android et Web
Managing your code sources with GitQuels sont les outils à installer pour être un développeur full stack, Java Android et Web
Gradle in practiceComment construire une application Java interfacée à une base de données et exposant des services REST
Spring in practice : database and JPAHow use a database in your Spring project with Spring Data JPA and a H2 Database
Spring in practice : REST serviceHow write REST services in Spring Web and expose resource to your apps
Android platformA tutorial to start Android development. In this example we develop an Hello World app
A first application in AndroidA tutorial to start Android development. In this example we develop an Hello World app
Update UI and refactor welcome layoutIn this lesson we will update the main layout to create a welcome screen
Page structurationIn this lesson you will learn how add a menu and launch intent to open internal or external activities
Call a remote API in AndroidIn this lesson, you will learn how to call a remote API to synchronously read data.
Interact with a database in your projectYou'll learn about the fundamentals of using Room, including the database class, the DAO, entities, and view models.