Try   HackMD
  •  
    documentation
    ·
    Created by amelie mouillac on Nov 4, 2020
    Linked with GitHub
  • Edit
Last changed by 

 
documentation
0
63

Read more

2021-03-02 | Android | Retrofit

Mar 2, 2021
2021-03-02 | Android | Permissions

Permissions Garantir la vie privée des utilisateurs Transparence Restriction des données Restriction d'accès Permissions normales Non dangereuses

Mar 2, 2021
2021-03-01 | Android | Base de données | Room

Programmation multi thread Les instructions exécutées dans un programme sont dans 1 thread Généralement, les instructions s'éxecutent de manière séquentielle On peut éxecuter plusieurs instructions parallèlement dans un multi thread Exécution synchrone Instructions éxecutées séquentiellement Exécution asynchrone

Mar 1, 2021
2021-02-19 | Android | Kotlin | Classes

Définition Ensemble de propriétés / attributs pour modéliser un objet // Exemple de classe très simple et son instanciation class Etudiant(val name: String) val etu = Etudiant("Valentin") println(etu.name) // Valentin Héritage open class Person(open val nom: String)

Feb 19, 2021
Read more from documentation

Published on HackMD
    Expand allBack to topGo to bottom
Expand allBack to topGo to bottom

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up