|
|
1. Introduction,1. Présentation du cours.mp4
|
MP4
|
12.59 MB
|
|
|
1. Introduction,2. Qu’est-ce que Kotlin .mp4
|
MP4
|
3.33 MB
|
|
|
1. Introduction,2.1 A02 - Qu’est ce que Kotlin .pdf.pdf
|
PDF
|
448.56 KB
|
|
|
1. Introduction,3. Pourquoi faire une application en Kotlin plutot que Java .mp4
|
MP4
|
5.26 MB
|
|
|
1. Introduction,3.1 A03 - Pourquoi faire une application en Kotlin.pdf.pdf
|
PDF
|
335.54 KB
|
|
|
10. Android notions avancées,1. Context _ Application.mp4
|
MP4
|
19.57 MB
|
|
|
10. Android notions avancées,1.2 J01 - Context.pdf.pdf
|
PDF
|
200.39 KB
|
|
|
10. Android notions avancées,10. ProgressBar.mp4
|
MP4
|
12.43 MB
|
|
|
10. Android notions avancées,10.1 J09 - View ProgressBar.pdf.pdf
|
PDF
|
198.65 KB
|
|
|
10. Android notions avancées,11. SwipeRefreshLayout.mp4
|
MP4
|
13.06 MB
|
|
|
10. Android notions avancées,11.2 J10 - View SwipeRefreshLayout.pdf.pdf
|
PDF
|
204.72 KB
|
|
|
10. Android notions avancées,12. WebView.mp4
|
MP4
|
24.35 MB
|
|
|
10. Android notions avancées,12.2 J11 - View WebView.pdf.pdf
|
PDF
|
199.04 KB
|
|
|
10. Android notions avancées,13. HTTP 13 introduction.mp4
|
MP4
|
8.01 MB
|
|
|
10. Android notions avancées,13.1 J12 - HTTP 1_2F2 notions.pdf.pdf
|
PDF
|
447.54 KB
|
|
|
10. Android notions avancées,14. HTTP 23 requête avec retrofit.mp4
|
MP4
|
26.5 MB
|
|
|
10. Android notions avancées,14.2 J13 - HTTP 2_2F2 retrofit.pdf.pdf
|
PDF
|
222.61 KB
|
|
|
10. Android notions avancées,15. HTTP 33 parsing JSON avec retrofit.mp4
|
MP4
|
17.07 MB
|
|
|
10. Android notions avancées,16. Base de données découvrir SQL.mp4
|
MP4
|
15.11 MB
|
|
|
10. Android notions avancées,16.1 J15 - Base de données 1_2F2 notions.pdf.pdf
|
PDF
|
224.79 KB
|
|
|
10. Android notions avancées,17. Base de données créer une base de données sur Android.mp4
|
MP4
|
36.94 MB
|
|
|
10. Android notions avancées,17.2 J16 - Base de données 2_2F2 android.pdf.pdf
|
PDF
|
204.7 KB
|
|
|
10. Android notions avancées,2. Ressources qualifiers.mp4
|
MP4
|
15.07 MB
|
|
|
10. Android notions avancées,2.1 J02 - Resources Qualifiers 1_2F2 intro.pdf.pdf
|
PDF
|
234.41 KB
|
|
|
10. Android notions avancées,3. Ressources traductions avec i18n.mp4
|
MP4
|
14 MB
|
|
|
10. Android notions avancées,3.2 J03 - Resources Qualifiers 2_2F2 i18n.pdf.pdf
|
PDF
|
229.32 KB
|
|
|
10. Android notions avancées,4. Ressources strings formatés, pluriels avec i18n.mp4
|
MP4
|
22.27 MB
|
|
|
10. Android notions avancées,5. Fragments introduction.mp4
|
MP4
|
26.89 MB
|
|
|
10. Android notions avancées,5.2 J04 - Fragments 1_2F2 - intro.pdf.pdf
|
PDF
|
240.47 KB
|
|
|
10. Android notions avancées,6. Fragments cycle de vie.mp4
|
MP4
|
31.42 MB
|
|
|
10. Android notions avancées,6.1 J05 - Fragments 2_2F2 - Cycle de vie.pdf.pdf
|
PDF
|
248.11 KB
|
|
|
10. Android notions avancées,7. Permissions déclaration dans le Manifest.mp4
|
MP4
|
20.15 MB
|
|
|
10. Android notions avancées,7.2 J06 - Permissions 1_2F2 Manifest.pdf.pdf
|
PDF
|
211.19 KB
|
|
|
10. Android notions avancées,8. Permissions déclaration au runtime.mp4
|
MP4
|
20.06 MB
|
|
|
10. Android notions avancées,8.2 J07 - Permissions 2_2F2 Runtime.pdf.pdf
|
PDF
|
198.93 KB
|
|
|
10. Android notions avancées,9. ConstraintLayout un layout puissant et flexible.mp4
|
MP4
|
22.76 MB
|
|
|
10. Android notions avancées,9.2 J08 - ConstraintLayout.pdf.pdf
|
PDF
|
331.5 KB
|
|
|
10. Android notions avancées,Code Source,1.1 context,AndroidManifest.xml
|
XML
|
755 B
|
|
|
10. Android notions avancées,Code Source,1.1 context,activity_main.xml
|
XML
|
447 B
|
|
|
10. Android notions avancées,Code Source,1.1 context,androidkotlin,helloworld,App.kt
|
KT
|
266 B
|
|
|
10. Android notions avancées,Code Source,1.1 context,androidkotlin,helloworld,MainActivity.kt
|
KT
|
1.17 KB
|
|
|
10. Android notions avancées,Code Source,1.1 context,styles.xml
|
XML
|
437 B
|
|
|
10. Android notions avancées,Code Source,10.2 progressbar,MainActivity.kt
|
KT
|
826 B
|
|
|
10. Android notions avancées,Code Source,10.2 progressbar,activity_main.xml
|
XML
|
919 B
|
|
|
10. Android notions avancées,Code Source,11.1 swiperefreshlayout,MainActivity.kt
|
KT
|
1009 B
|
|
|
10. Android notions avancées,Code Source,11.1 swiperefreshlayout,activity_main.xml
|
XML
|
991 B
|
|
|
10. Android notions avancées,Code Source,12.1 webview,AndroidManifest.xml
|
XML
|
795 B
|
|
|
10. Android notions avancées,Code Source,12.1 webview,MainActivity.kt
|
KT
|
1.6 KB
|
|
|
10. Android notions avancées,Code Source,12.1 webview,activity_main.xml
|
XML
|
227 B
|
|
|
10. Android notions avancées,Code Source,14.1 http-2_2-retrofit,AndroidManifest.xml
|
XML
|
795 B
|
|
|
10. Android notions avancées,Code Source,14.1 http-2_2-retrofit,GetData.kt
|
KT
|
193 B
|
|
|
10. Android notions avancées,Code Source,14.1 http-2_2-retrofit,HttpBinServiceJson.kt
|
KT
|
179 B
|
|
|
10. Android notions avancées,Code Source,14.1 http-2_2-retrofit,HttpBinServiceString.kt
|
KT
|
188 B
|
|
|
10. Android notions avancées,Code Source,14.1 http-2_2-retrofit,MainActivity.kt
|
KT
|
2.65 KB
|
|
|
10. Android notions avancées,Code Source,14.1 http-2_2-retrofit,build.gradle
|
GRADLE
|
1.23 KB
|
|
|
10. Android notions avancées,Code Source,15.1 http-2_2-retrofit,AndroidManifest.xml
|
XML
|
795 B
|
|
|
10. Android notions avancées,Code Source,15.1 http-2_2-retrofit,GetData.kt
|
KT
|
193 B
|
|
|
10. Android notions avancées,Code Source,15.1 http-2_2-retrofit,HttpBinServiceJson.kt
|
KT
|
179 B
|
|
|
10. Android notions avancées,Code Source,15.1 http-2_2-retrofit,HttpBinServiceString.kt
|
KT
|
188 B
|
|
|
10. Android notions avancées,Code Source,15.1 http-2_2-retrofit,MainActivity.kt
|
KT
|
2.65 KB
|
|
|
10. Android notions avancées,Code Source,15.1 http-2_2-retrofit,build.gradle
|
GRADLE
|
1.23 KB
|
|
|
10. Android notions avancées,Code Source,17.1 database-2_2,Database.kt
|
KT
|
1.46 KB
|
|
|
10. Android notions avancées,Code Source,17.1 database-2_2,MainActivity.kt
|
KT
|
909 B
|
|
|
10. Android notions avancées,Code Source,17.1 database-2_2,User.kt
|
KT
|
142 B
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,java,training,androidkotlin,helloworld,MainActivity.kt
|
KT
|
474 B
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,layout,activity_main.xml
|
XML
|
1.13 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,layout-land,activity_main.xml
|
XML
|
1.13 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-hdpi,ic_launcher.png
|
PNG
|
3.34 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-hdpi,ic_launcher_round.png
|
PNG
|
4.11 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-mdpi,ic_launcher.png
|
PNG
|
2.15 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-mdpi,ic_launcher_round.png
|
PNG
|
2.5 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-xhdpi,ic_launcher.png
|
PNG
|
4.73 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-xhdpi,ic_launcher_round.png
|
PNG
|
5.97 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-xxhdpi,ic_launcher.png
|
PNG
|
7.54 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-xxhdpi,ic_launcher_round.png
|
PNG
|
9.82 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-xxxhdpi,ic_launcher.png
|
PNG
|
10.24 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,mipmap-xxxhdpi,ic_launcher_round.png
|
PNG
|
14.35 KB
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,values,colors.xml
|
XML
|
208 B
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,values,dimens.xml
|
XML
|
105 B
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,values,strings.xml
|
XML
|
74 B
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,values,styles.xml
|
XML
|
383 B
|
|
|
10. Android notions avancées,Code Source,2.2 resource-qualifier,res,values-sw600dp,dimens.xml
|
XML
|
105 B
|
|
|
10. Android notions avancées,Code Source,3.1 i18n,AndroidManifest.xml
|
XML
|
727 B
|
|
|
10. Android notions avancées,Code Source,3.1 i18n,MainActivity.kt
|
KT
|
698 B
|
|
|
10. Android notions avancées,Code Source,3.1 i18n,activity_main.xml
|
XML
|
1.82 KB
|
|
|
10. Android notions avancées,Code Source,3.1 i18n,values,strings.xml
|
XML
|
487 B
|
|
|
10. Android notions avancées,Code Source,3.1 i18n,values-ar,strings.xml
|
XML
|
534 B
|
|
|
10. Android notions avancées,Code Source,3.1 i18n,values-fr,strings.xml
|
XML
|
511 B
|
|
|
10. Android notions avancées,Code Source,4.1 i18n,AndroidManifest.xml
|
XML
|
727 B
|
|
|
10. Android notions avancées,Code Source,4.1 i18n,MainActivity.kt
|
KT
|
698 B
|
|
|
10. Android notions avancées,Code Source,4.1 i18n,activity_main.xml
|
XML
|
1.82 KB
|
|
|
10. Android notions avancées,Code Source,4.1 i18n,values,strings.xml
|
XML
|
487 B
|
|
|
10. Android notions avancées,Code Source,4.1 i18n,values-ar,strings.xml
|
XML
|
534 B
|
|
|
10. Android notions avancées,Code Source,4.1 i18n,values-fr,strings.xml
|
XML
|
511 B
|
|
|
10. Android notions avancées,Code Source,5.1 fragments-1-2,BlueFragment.kt
|
KT
|
431 B
|
|
|
10. Android notions avancées,Code Source,5.1 fragments-1-2,MainActivity.kt
|
KT
|
316 B
|
|
|
10. Android notions avancées,Code Source,5.1 fragments-1-2,RedFragment.kt
|
KT
|
665 B
|
|
|
10. Android notions avancées,Code Source,5.1 fragments-1-2,activity_main.xml
|
XML
|
892 B
|
|
|
10. Android notions avancées,Code Source,5.1 fragments-1-2,fragment_blue.xml
|
XML
|
502 B
|
|
|
10. Android notions avancées,Code Source,5.1 fragments-1-2,fragment_red.xml
|
XML
|
732 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,BlueFragment.kt
|
KT
|
1009 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,MainActivity.kt
|
KT
|
999 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,RedFragment.kt
|
KT
|
809 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,activity_main.xml
|
XML
|
570 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,fragment_blue.xml
|
XML
|
502 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,fragment_red.xml
|
XML
|
732 B
|
|
|
10. Android notions avancées,Code Source,6.2 fragments-2-2,menu,fragment_blue.xml
|
XML
|
274 B
|
|
|
10. Android notions avancées,Code Source,7.1 permissions-1_2-manifest,AndroidManifest.xml
|
XML
|
809 B
|
|
|
10. Android notions avancées,Code Source,7.1 permissions-1_2-manifest,MainActivity.kt
|
KT
|
719 B
|
|
|
10. Android notions avancées,Code Source,8.1 permissions-2_2-runtime,AndroidManifest.xml
|
XML
|
876 B
|
|
|
10. Android notions avancées,Code Source,8.1 permissions-2_2-runtime,MainActivity.kt
|
KT
|
2.41 KB
|
|
|
10. Android notions avancées,Code Source,8.1 permissions-2_2-runtime,activity_main.xml
|
XML
|
632 B
|
|
|
10. Android notions avancées,Code Source,9.1 constraintlayout,activity_main.xml
|
XML
|
2.2 KB
|
|
|
11. Application Météo,1. Architecture de l_application.mp4
|
MP4
|
5.63 MB
|
|
|
11. Application Météo,10. Liste de villes récupération en base de données.mp4
|
MP4
|
12.73 MB
|
|
|
11. Application Météo,11. Suppression d_une ville Dialog.mp4
|
MP4
|
23.69 MB
|
|
|
11. Application Météo,12. Suppression d_une ville Fragment.mp4
|
MP4
|
16.23 MB
|
|
|
11. Application Météo,13. Suppression d_une ville base de données.mp4
|
MP4
|
18.44 MB
|
|
|
11. Application Météo,14. Création du WeatherFragment.mp4
|
MP4
|
25.8 MB
|
|
|
11. Application Météo,15. HTTP inscription au service météo.mp4
|
MP4
|
13.8 MB
|
|
|
11. Application Météo,16. HTTP Etude du service météo OpenWeatherMap.mp4
|
MP4
|
36.31 MB
|
|
|
11. Application Météo,17. HTTP définition des data classes.mp4
|
MP4
|
66.97 MB
|
|
|
11. Application Météo,18. HTTTP Mappers en Kotlin pour isoler OpenWeatherMap.mp4
|
MP4
|
76.67 MB
|
|
|
11. Application Météo,19. HTTP récupérer la météo avec retrofit.mp4
|
MP4
|
150.11 MB
|
|
|
11. Application Météo,2. Création de la base de données.mp4
|
MP4
|
21.98 MB
|
|
|
11. Application Météo,20. Layout Weather mise en forme générale avec le ConstraintLayout.mp4
|
MP4
|
19.61 MB
|
|
|
11. Application Météo,21. Layout Weather mise en forme des données météos avec le ConstraintLayout.mp4
|
MP4
|
26.71 MB
|
|
|
11. Application Météo,22. Affichage des données météo.mp4
|
MP4
|
77.65 MB
|
|
|
11. Application Météo,23. Chargement d_une icone météo avec Picasso.mp4
|
MP4
|
42.45 MB
|
|
|
11. Application Météo,24. Rafraichir la météo avec le SwipeRefreshLayout.mp4
|
MP4
|
10.41 MB
|
|
|
11. Application Météo,25. Support tablette écran splitté liste villes détail météo.mp4
|
MP4
|
13.9 MB
|
|
|
11. Application Météo,26. Support tablette sélection d_une ville _ rafraichissement de la météo.mp4
|
MP4
|
18.91 MB
|
|
|
11. Application Météo,3. Création d_une ville base de données.mp4
|
MP4
|
6.57 MB
|
|
|
11. Application Météo,4. Création d_une ville CityFragment.mp4
|
MP4
|
7.21 MB
|
|
|
11. Application Météo,5. Création d_une ville Dialog.mp4
|
MP4
|
15.34 MB
|
|
|
11. Application Météo,6. Création d_une ville OptionMenu.mp4
|
MP4
|
21.49 MB
|
|
|
11. Application Météo,7. Liste de villes layout d_un item.mp4
|
MP4
|
8.81 MB
|
|
|
11. Application Météo,8. Liste de villes CityAdapter.mp4
|
MP4
|
19.54 MB
|
|
|
11. Application Météo,9. Liste de villes RecyclerView.mp4
|
MP4
|
9.2 MB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,.gitignore
|
GITIGNORE
|
118 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,.gitignore
|
GITIGNORE
|
7 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,build.gradle
|
GRADLE
|
1.33 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,proguard-rules.pro
|
PRO
|
751 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,androidTest,java,training,androidkotlin,weather,ExampleInstrumentedTest.kt
|
KT
|
662 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,AndroidManifest.xml
|
XML
|
896 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,App.kt
|
KT
|
1.08 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,Database.kt
|
KT
|
2.54 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,city,City.kt
|
KT
|
161 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,city,CityActivity.kt
|
KT
|
1.79 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,city,CityAdapter.kt
|
KT
|
1.75 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,city,CityFragment.kt
|
KT
|
4.34 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,city,CreateCityDialogFragment.kt
|
KT
|
1.34 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,city,DeleteCityDialogFragment.kt
|
KT
|
1.52 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,openweather,Mappers.kt
|
KT
|
543 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,openweather,OpenWeatherData.kt
|
KT
|
352 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,openweather,OpenWeatherService.kt
|
KT
|
409 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,weather,Weather.kt
|
KT
|
251 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,weather,WeatherActivity.kt
|
KT
|
431 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,java,training,androidkotlin,weather,weather,WeatherFragment.kt
|
KT
|
4.62 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-hdpi,ic_add_circle_outline_white_24dp.png
|
PNG
|
487 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-hdpi,ic_cloud_off_black_24dp.png
|
PNG
|
460 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-hdpi,ic_delete_black_24dp.png
|
PNG
|
155 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-hdpi,ic_place_black_48dp.png
|
PNG
|
683 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-mdpi,ic_add_circle_outline_white_24dp.png
|
PNG
|
324 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-mdpi,ic_cloud_off_black_24dp.png
|
PNG
|
324 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-mdpi,ic_delete_black_24dp.png
|
PNG
|
111 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-mdpi,ic_place_black_48dp.png
|
PNG
|
457 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xhdpi,ic_add_circle_outline_white_24dp.png
|
PNG
|
650 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xhdpi,ic_cloud_off_black_24dp.png
|
PNG
|
582 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xhdpi,ic_delete_black_24dp.png
|
PNG
|
148 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xhdpi,ic_place_black_48dp.png
|
PNG
|
868 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxhdpi,ic_add_circle_outline_white_24dp.png
|
PNG
|
947 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxhdpi,ic_cloud_off_black_24dp.png
|
PNG
|
834 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxhdpi,ic_delete_black_24dp.png
|
PNG
|
191 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxhdpi,ic_place_black_48dp.png
|
PNG
|
1.23 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxxhdpi,ic_add_circle_outline_white_24dp.png
|
PNG
|
1.25 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxxhdpi,ic_cloud_off_black_24dp.png
|
PNG
|
1.07 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxxhdpi,ic_delete_black_24dp.png
|
PNG
|
237 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,drawable-xxxhdpi,ic_place_black_48dp.png
|
PNG
|
1.65 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,layout,activity_city.xml
|
XML
|
430 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,layout,fragment_city.xml
|
XML
|
496 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,layout,fragment_weather.xml
|
XML
|
5.32 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,layout,item_city.xml
|
XML
|
1.79 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,layout-land,activity_city.xml
|
XML
|
744 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,layout-land,fragment_weather.xml
|
XML
|
5.46 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,menu,fragment_city.xml
|
XML
|
369 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,menu,fragment_weather.xml
|
XML
|
309 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-hdpi,ic_launcher.png
|
PNG
|
3.34 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-hdpi,ic_launcher_round.png
|
PNG
|
4.11 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-mdpi,ic_launcher.png
|
PNG
|
2.15 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-mdpi,ic_launcher_round.png
|
PNG
|
2.5 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-xhdpi,ic_launcher.png
|
PNG
|
4.73 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-xhdpi,ic_launcher_round.png
|
PNG
|
5.97 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-xxhdpi,ic_launcher.png
|
PNG
|
7.54 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-xxhdpi,ic_launcher_round.png
|
PNG
|
9.82 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-xxxhdpi,ic_launcher.png
|
PNG
|
10.24 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,mipmap-xxxhdpi,ic_launcher_round.png
|
PNG
|
14.35 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,values,colors.xml
|
XML
|
208 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,values,strings.xml
|
XML
|
1.55 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,values,styles.xml
|
XML
|
791 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,main,res,values-fr,strings.xml
|
XML
|
1.62 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,app,src,test,java,training,androidkotlin,weather,ExampleUnitTest.kt
|
KT
|
355 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,build.gradle
|
GRADLE
|
644 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,gradle,wrapper,gradle-wrapper.jar
|
JAR
|
52.38 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,gradle,wrapper,gradle-wrapper.properties
|
PROPERTIES
|
231 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,gradle.properties
|
PROPERTIES
|
730 B
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,gradlew
|
1 ANDROID-KOTLIN-PROJECT-WEATHER,GRADLEW
|
4.85 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,gradlew.bat
|
BAT
|
2.35 KB
|
|
|
11. Application Météo,Code Source,1.1 android-kotlin-project-weather,settings.gradle
|
GRADLE
|
15 B
|
|
|
12. Publier votre application sur le Play Store,1. Etapes de publication.mp4
|
MP4
|
1.67 MB
|
|
|
12. Publier votre application sur le Play Store,1.1 L01 - Etapes de publication.pdf.pdf
|
PDF
|
199.53 KB
|
|
|
12. Publier votre application sur le Play Store,2. Générer un APK signé.mp4
|
MP4
|
10.96 MB
|
|
|
12. Publier votre application sur le Play Store,2.1 L02 - Générer un APK signé.pdf.pdf
|
PDF
|
208.14 KB
|
|
|
12. Publier votre application sur le Play Store,3. Créer un compte développeur sur le Play Store.mp4
|
MP4
|
4.67 MB
|
|
|
12. Publier votre application sur le Play Store,3.1 L03 - Création compte développeur Play Store.pdf.pdf
|
PDF
|
201.56 KB
|
|
|
12. Publier votre application sur le Play Store,4. Créer et publier une application sur le Play Store.mp4
|
MP4
|
11.29 MB
|
|
|
12. Publier votre application sur le Play Store,4.1 L04 - Upload APK sur la Developer Console.pdf.pdf
|
PDF
|
182.52 KB
|
|
|
13. BONUS,1. Session bonus Formation Android _ Kotlin Apps Next Gen.html
|
HTML
|
1.89 KB
|
|
|
2. Installation environnement de développement,1. Installation Android Studio sur Windows.mp4
|
MP4
|
15.63 MB
|
|
|
2. Installation environnement de développement,2. Installation Android Studio sur Mac OS.mp4
|
MP4
|
12.08 MB
|
|
|
2. Installation environnement de développement,3. Installation Android Studio sur Linux.mp4
|
MP4
|
25.89 MB
|
|
|
2. Installation environnement de développement,4. Créer le premier projet Hello World.mp4
|
MP4
|
12.61 MB
|
|
|
2. Installation environnement de développement,5. Découvrir Android Studio.mp4
|
MP4
|
10.6 MB
|
|
|
2. Installation environnement de développement,6. Préparation d_un émulateur Android.mp4
|
MP4
|
16.47 MB
|
|
|
2. Installation environnement de développement,7. Préparation d_un téléphone Android.mp4
|
MP4
|
6.6 MB
|
|
|
3. Kotlin découverte du langage,1. Définir une variable.mp4
|
MP4
|
12.13 MB
|
|
|
3. Kotlin découverte du langage,1.2 C01 - Définir une variable.pdf.pdf
|
PDF
|
225.45 KB
|
|
|
3. Kotlin découverte du langage,10. Les packages.mp4
|
MP4
|
17.86 MB
|
|
|
3. Kotlin découverte du langage,10.1 C08 - Les packages.pdf.pdf
|
PDF
|
246.33 KB
|
|
|
3. Kotlin découverte du langage,2. Les strings.mp4
|
MP4
|
14.96 MB
|
|
|
3. Kotlin découverte du langage,2.2 C - Strings.pdf.pdf
|
PDF
|
181.33 KB
|
|
|
3. Kotlin découverte du langage,3. Contrôle du flux if, else.mp4
|
MP4
|
19.4 MB
|
|
|
3. Kotlin découverte du langage,3.1 C03 - Contrôle de flux if _2F else.pdf.pdf
|
PDF
|
490.42 KB
|
|
|
3. Kotlin découverte du langage,4. Contrôle du flux when.mp4
|
MP4
|
10.98 MB
|
|
|
3. Kotlin découverte du langage,4.2 C04 - Contrôle de flux when.pdf.pdf
|
PDF
|
202.22 KB
|
|
|
3. Kotlin découverte du langage,5. Mutabilité et nullabilité.mp4
|
MP4
|
19.27 MB
|
|
|
3. Kotlin découverte du langage,5.2 C02 - Mutabilité et nullabilité.pdf.pdf
|
PDF
|
225.78 KB
|
|
|
3. Kotlin découverte du langage,6. Les fonctions.mp4
|
MP4
|
21.33 MB
|
|
|
3. Kotlin découverte du langage,6.1 C06 - Les fonctions.pdf.pdf
|
PDF
|
238.68 KB
|
|
|
3. Kotlin découverte du langage,7. Les tableaux.mp4
|
MP4
|
15.84 MB
|
|
|
3. Kotlin découverte du langage,7.2 C07 - Les tableaux.pdf.pdf
|
PDF
|
217.93 KB
|
|
|
3. Kotlin découverte du langage,8. Contrôle du flux boucle for.mp4
|
MP4
|
19.18 MB
|
|
|
3. Kotlin découverte du langage,8.1 C08 - Contrôle de flux boucles for.pdf.pdf
|
PDF
|
223.76 KB
|
|
|
3. Kotlin découverte du langage,9. Contrôle de flux boucle while.mp4
|
MP4
|
12.69 MB
|
|
|
3. Kotlin découverte du langage,9.1 C10 - Contrôle de flux boucles while.pdf.pdf
|
PDF
|
195.47 KB
|
|
|
3. Kotlin découverte du langage,Code Source,1.1 variables,MainActivity.kt
|
KT
|
563 B
|
|
|
3. Kotlin découverte du langage,Code Source,10.2 packages,MainActivity.kt
|
KT
|
824 B
|
|
|
3. Kotlin découverte du langage,Code Source,10.2 packages,common,utils.kt
|
KT
|
244 B
|
|
|
3. Kotlin découverte du langage,Code Source,2.1 strings,MainActivity.kt
|
KT
|
968 B
|
|
|
3. Kotlin découverte du langage,Code Source,3.2 control-flow-if-else,MainActivity.kt
|
KT
|
1.03 KB
|
|
|
3. Kotlin découverte du langage,Code Source,4.1 control-flow-when,MainActivity.kt
|
KT
|
1.41 KB
|
|
|
3. Kotlin découverte du langage,Code Source,5.1 mutable-nullable,MainActivity.kt
|
KT
|
1.15 KB
|
|
|
3. Kotlin découverte du langage,Code Source,6.2 functions,MainActivity.kt
|
KT
|
1.29 KB
|
|
|
3. Kotlin découverte du langage,Code Source,7.1 tableaux,MainActivity.kt
|
KT
|
819 B
|
|
|
3. Kotlin découverte du langage,Code Source,8.2 control-flux-for-loop,MainActivity.kt
|
KT
|
1.07 KB
|
|
|
3. Kotlin découverte du langage,Code Source,9.2 controle-flux-for-while,MainActivity.kt
|
KT
|
1.56 KB
|
|
|
4. Kotlin programmation orientée objet,1. Explication POO.mp4
|
MP4
|
19.09 MB
|
|
|
4. Kotlin programmation orientée objet,1.1 D01 - POO introduction.pdf.pdf
|
PDF
|
308.68 KB
|
|
|
4. Kotlin programmation orientée objet,10. Nested class.mp4
|
MP4
|
9.19 MB
|
|
|
4. Kotlin programmation orientée objet,10.2 D10 - POO _Nested class.pdf.pdf
|
PDF
|
223.17 KB
|
|
|
4. Kotlin programmation orientée objet,11. Inner class.mp4
|
MP4
|
7.82 MB
|
|
|
4. Kotlin programmation orientée objet,11.2 D10 - POO Inner class.pdf.pdf
|
PDF
|
219.6 KB
|
|
|
4. Kotlin programmation orientée objet,12. Les Generics 12.mp4
|
MP4
|
13.86 MB
|
|
|
4. Kotlin programmation orientée objet,12.2 D11 - POO Generics part 1_2F2.pdf.pdf
|
PDF
|
214.14 KB
|
|
|
4. Kotlin programmation orientée objet,13. Les Generics 22.mp4
|
MP4
|
16.03 MB
|
|
|
4. Kotlin programmation orientée objet,13.1 D12 - POO Generics part 2_2F2.pdf.pdf
|
PDF
|
204.83 KB
|
|
|
4. Kotlin programmation orientée objet,14. Les variables lateinit.mp4
|
MP4
|
8.42 MB
|
|
|
4. Kotlin programmation orientée objet,14.1 D13 - POO lateinit.pdf.pdf
|
PDF
|
209.06 KB
|
|
|
4. Kotlin programmation orientée objet,15. Companion Object.mp4
|
MP4
|
8.89 MB
|
|
|
4. Kotlin programmation orientée objet,15.2 D14 - POO companion object.pdf.pdf
|
PDF
|
225.19 KB
|
|
|
4. Kotlin programmation orientée objet,16. Cohabitation avec Java.mp4
|
MP4
|
11.04 MB
|
|
|
4. Kotlin programmation orientée objet,16.1 D15 - POO cohabiter avec Java.pdf.pdf
|
PDF
|
198.51 KB
|
|
|
4. Kotlin programmation orientée objet,2. Le constructeur de classe.mp4
|
MP4
|
12.63 MB
|
|
|
4. Kotlin programmation orientée objet,2.2 D02 - POO Constructeur.pdf.pdf
|
PDF
|
204.92 KB
|
|
|
4. Kotlin programmation orientée objet,3. Héritage.mp4
|
MP4
|
15.89 MB
|
|
|
4. Kotlin programmation orientée objet,3.2 D03 - POO Héritage.pdf.pdf
|
PDF
|
305.52 KB
|
|
|
4. Kotlin programmation orientée objet,4. Polymorphisme.mp4
|
MP4
|
6.8 MB
|
|
|
4. Kotlin programmation orientée objet,4.2 D04 - POO Polymorphisme.pdf.pdf
|
PDF
|
297.12 KB
|
|
|
4. Kotlin programmation orientée objet,5. Encapsulation.mp4
|
MP4
|
20.48 MB
|
|
|
4. Kotlin programmation orientée objet,5.1 D05 - POO Encapsulation.pdf.pdf
|
PDF
|
221.31 KB
|
|
|
4. Kotlin programmation orientée objet,6. Classe abstraite.mp4
|
MP4
|
9.88 MB
|
|
|
4. Kotlin programmation orientée objet,6.1 D06 - POO Classe abstraite.pdf.pdf
|
PDF
|
284.75 KB
|
|
|
4. Kotlin programmation orientée objet,7. Interface.mp4
|
MP4
|
33.05 MB
|
|
|
4. Kotlin programmation orientée objet,7.1 D07 - POO Interface.pdf.pdf
|
PDF
|
298.63 KB
|
|
|
4. Kotlin programmation orientée objet,8. Cast et vérification de type.mp4
|
MP4
|
26.23 MB
|
|
|
4. Kotlin programmation orientée objet,8.2 D08 - POO Cast _ vérification de type.pdf.pdf
|
PDF
|
211.66 KB
|
|
|
4. Kotlin programmation orientée objet,9. Data class.mp4
|
MP4
|
14.7 MB
|
|
|
4. Kotlin programmation orientée objet,9.2 D09 - POO Data class.pdf.pdf
|
PDF
|
211.21 KB
|
|
|
4. Kotlin programmation orientée objet,Code Source,1.2 poo-intro,MainActivity.kt
|
KT
|
675 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,10.1 poo-nested-class,MainActivity.kt
|
KT
|
795 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,11.1 poo-nested-class,MainActivity.kt
|
KT
|
795 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,12.1 poo-generics,MainActivity.kt
|
KT
|
1.47 KB
|
|
|
4. Kotlin programmation orientée objet,Code Source,13.2 poo-generics,MainActivity.kt
|
KT
|
1.47 KB
|
|
|
4. Kotlin programmation orientée objet,Code Source,14.2 poo-lateinit,MainActivity.kt
|
KT
|
520 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,15.1 poo-companion-object,MainActivity.kt
|
KT
|
713 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,16.2 poo-java-interop,Address.kt
|
KT
|
101 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,16.2 poo-java-interop,MainActivity.kt
|
KT
|
451 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,16.2 poo-java-interop,User.java
|
JAVA
|
617 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,2.1 constructeur,MainActivity.kt
|
KT
|
846 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,3.1 D04-poo-heritage,MainActivity.kt
|
KT
|
918 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,4.1 D04-poo-heritage,MainActivity.kt
|
KT
|
918 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,5.2 encapsulation,MainActivity.kt
|
KT
|
1.19 KB
|
|
|
4. Kotlin programmation orientée objet,Code Source,6.2 poo-classe-abstraite,MainActivity.kt
|
KT
|
878 B
|
|
|
4. Kotlin programmation orientée objet,Code Source,7.2 poo-interface,MainActivity.kt
|
KT
|
1.57 KB
|
|
|
4. Kotlin programmation orientée objet,Code Source,8.1 cast-check,MainActivity.kt
|
KT
|
1.91 KB
|
|
|
4. Kotlin programmation orientée objet,Code Source,9.1 poo-data-class,MainActivity.kt
|
KT
|
908 B
|
|
|
5. Android Découverte de l'OS,1. Anatomie d_un projet Android.mp4
|
MP4
|
11.9 MB
|
|
|
5. Android Découverte de l'OS,1.1 E01 - Android Anatomie d_un projet.pdf.pdf
|
PDF
|
206.27 KB
|
|
|
5. Android Découverte de l'OS,10. Les composants UI de base.mp4
|
MP4
|
26.4 MB
|
|
|
5. Android Découverte de l'OS,10.1 E09 - Android Composants graphique.pdf.pdf
|
PDF
|
182.73 KB
|
|
|
5. Android Découverte de l'OS,11. Dialog 12.mp4
|
MP4
|
27.07 MB
|
|
|
5. Android Découverte de l'OS,11.2 E10 - Android Dialog 1_2F2.pdf.pdf
|
PDF
|
378.09 KB
|
|
|
5. Android Découverte de l'OS,12. Dialog 22.mp4
|
MP4
|
11.82 MB
|
|
|
5. Android Découverte de l'OS,12.2 E10 - Android Dialog 2_2F2.pdf.pdf
|
PDF
|
181.91 KB
|
|
|
5. Android Découverte de l'OS,13. OptionMenu.mp4
|
MP4
|
16.43 MB
|
|
|
5. Android Découverte de l'OS,13.2 E11 - Android Menus.pdf.pdf
|
PDF
|
232.6 KB
|
|
|
5. Android Découverte de l'OS,14. Thème d_application.mp4
|
MP4
|
18.89 MB
|
|
|
5. Android Découverte de l'OS,14.1 E12 - Android Style _ Thème.pdf.pdf
|
PDF
|
199.43 KB
|
|
|
5. Android Découverte de l'OS,15. Toolbar.mp4
|
MP4
|
27.22 MB
|
|
|
5. Android Découverte de l'OS,15.1 E13 - Android Toolbar.pdf.pdf
|
PDF
|
216.1 KB
|
|
|
5. Android Découverte de l'OS,16. RecyclerView 12.mp4
|
MP4
|
43.62 MB
|
|
|
5. Android Découverte de l'OS,16.1 E15 - Android RecyclerView 1_2F2.pdf.pdf
|
PDF
|
212.95 KB
|
|
|
5. Android Découverte de l'OS,17. RecyclerView 22.mp4
|
MP4
|
40.95 MB
|
|
|
5. Android Découverte de l'OS,17.3 E16 - Android RecyclerView 2_2F2.pdf.pdf
|
PDF
|
198.81 KB
|
|
|
5. Android Découverte de l'OS,18. Gradle et les fichiers APK.mp4
|
MP4
|
27.36 MB
|
|
|
5. Android Découverte de l'OS,18.1 E18 - Android Déploiement d_une application.pdf.pdf
|
PDF
|
198.86 KB
|
|
|
5. Android Découverte de l'OS,2. Activity 12.mp4
|
MP4
|
14.26 MB
|
|
|
5. Android Découverte de l'OS,2.2 E02 - Android Activity 1_2F2.pdf.pdf
|
PDF
|
419.7 KB
|
|
|
5. Android Découverte de l'OS,3. Activity 22.mp4
|
MP4
|
24.62 MB
|
|
|
5. Android Découverte de l'OS,3.1 E03 - Android Activity 2_2F2.pdf.pdf
|
PDF
|
245.58 KB
|
|
|
5. Android Découverte de l'OS,4. Logs.mp4
|
MP4
|
17.44 MB
|
|
|
5. Android Découverte de l'OS,4.1 E04 - Android Logcat.pdf.pdf
|
PDF
|
215.35 KB
|
|
|
5. Android Découverte de l'OS,5. Intent.mp4
|
MP4
|
17.83 MB
|
|
|
5. Android Découverte de l'OS,5.2 E05 - Android Intent.pdf.pdf
|
PDF
|
211.13 KB
|
|
|
5. Android Découverte de l'OS,6. Parcelable.mp4
|
MP4
|
21.12 MB
|
|
|
5. Android Découverte de l'OS,6.1 E06 - Android Parcelable.pdf.pdf
|
PDF
|
216.69 KB
|
|
|
5. Android Découverte de l'OS,7. Les dimensions sur Android.mp4
|
MP4
|
22.77 MB
|
|
|
5. Android Découverte de l'OS,7.1 E07 - Android Les dimensions.pdf.pdf
|
PDF
|
254.79 KB
|
|
|
5. Android Découverte de l'OS,8. Les layouts pratiques 12.mp4
|
MP4
|
22.48 MB
|
|
|
5. Android Découverte de l'OS,8.1 E08 - Android Layouts pratiques 1_2F2.pdf.pdf
|
PDF
|
238.46 KB
|
|
|
5. Android Découverte de l'OS,9. Les layouts pratiques 22.mp4
|
MP4
|
13.16 MB
|
|
|
5. Android Découverte de l'OS,9.2 E08 - Android Layouts pratiques 2_2F2.pdf.pdf
|
PDF
|
182.48 KB
|
|
|
5. Android Découverte de l'OS,Code Source,10.2 composants-graphiques,MyButton.kt
|
KT
|
786 B
|
|
|
5. Android Découverte de l'OS,Code Source,10.2 composants-graphiques,activity_main.xml
|
XML
|
1.59 KB
|
|
|
5. Android Découverte de l'OS,Code Source,10.2 composants-graphiques,colors.xml
|
XML
|
248 B
|
|
|
5. Android Découverte de l'OS,Code Source,10.2 composants-graphiques,volume_up.png
|
PNG
|
364 B
|
|
|
5. Android Découverte de l'OS,Code Source,11.1 dialog,ConfirmDeleteDialogFragment.kt
|
KT
|
1.33 KB
|
|
|
5. Android Découverte de l'OS,Code Source,11.1 dialog,FileListDialogFragment.kt
|
KT
|
992 B
|
|
|
5. Android Découverte de l'OS,Code Source,11.1 dialog,MainActivity.kt
|
KT
|
888 B
|
|
|
5. Android Découverte de l'OS,Code Source,11.1 dialog,activity_main.xml
|
XML
|
839 B
|
|
|
5. Android Découverte de l'OS,Code Source,11.1 dialog,dialog_file_list.xml
|
XML
|
836 B
|
|
|
5. Android Découverte de l'OS,Code Source,12.1 dialog,ConfirmDeleteDialogFragment.kt
|
KT
|
1.33 KB
|
|
|
5. Android Découverte de l'OS,Code Source,12.1 dialog,FileListDialogFragment.kt
|
KT
|
992 B
|
|
|
5. Android Découverte de l'OS,Code Source,12.1 dialog,MainActivity.kt
|
KT
|
888 B
|
|
|
5. Android Découverte de l'OS,Code Source,12.1 dialog,activity_main.xml
|
XML
|
839 B
|
|
|
5. Android Découverte de l'OS,Code Source,12.1 dialog,dialog_file_list.xml
|
XML
|
836 B
|
|
|
5. Android Découverte de l'OS,Code Source,13.1 menu,MainActivity.kt
|
KT
|
1017 B
|
|
|
5. Android Découverte de l'OS,Code Source,13.1 menu,activity_main.xml
|
XML
|
802 B
|
|
|
5. Android Découverte de l'OS,Code Source,13.1 menu,ic_add_black_24dp.png
|
PNG
|
124 B
|
|
|
5. Android Découverte de l'OS,Code Source,13.1 menu,ic_delete_black_24dp.png
|
PNG
|
155 B
|
|
|
5. Android Découverte de l'OS,Code Source,13.1 menu,ic_help_black_24dp.png
|
PNG
|
458 B
|
|
|
5. Android Découverte de l'OS,Code Source,13.1 menu,main_menu.xml
|
XML
|
815 B
|
|
|
5. Android Découverte de l'OS,Code Source,14.2 style-theme,activity_main.xml
|
XML
|
1.36 KB
|
|
|
5. Android Découverte de l'OS,Code Source,14.2 style-theme,styles.xml
|
XML
|
730 B
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,AndroidManifest.xml
|
XML
|
1 KB
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,FavoriteActivity.kt
|
KT
|
535 B
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,MainActivity.kt
|
KT
|
1.21 KB
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,activity_favorite.xml
|
XML
|
718 B
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,activity_main.xml
|
XML
|
1.04 KB
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,menu,toolbar_main.xml
|
XML
|
416 B
|
|
|
5. Android Découverte de l'OS,Code Source,15.2 toolbar,styles.xml
|
XML
|
381 B
|
|
|
5. Android Découverte de l'OS,Code Source,16.2 recyclerview-1_2,CountryAdapter.kt
|
KT
|
1.2 KB
|
|
|
5. Android Découverte de l'OS,Code Source,16.2 recyclerview-1_2,MainActivity.kt
|
KT
|
3.51 KB
|
|
|
5. Android Découverte de l'OS,Code Source,16.2 recyclerview-1_2,activity_main.xml
|
XML
|
632 B
|
|
|
5. Android Découverte de l'OS,Code Source,16.2 recyclerview-1_2,item_country.xml
|
XML
|
612 B
|
|
|
5. Android Découverte de l'OS,Code Source,16.3 recyclerview-1_2,CountryAdapter.kt
|
KT
|
1.2 KB
|
|
|
5. Android Découverte de l'OS,Code Source,16.3 recyclerview-1_2,MainActivity.kt
|
KT
|
3.51 KB
|
|
|
5. Android Découverte de l'OS,Code Source,16.3 recyclerview-1_2,activity_main.xml
|
XML
|
632 B
|
|
|
5. Android Découverte de l'OS,Code Source,16.3 recyclerview-1_2,item_country.xml
|
XML
|
612 B
|
|
|
5. Android Découverte de l'OS,Code Source,17.1 recyclerview-2_2,CountryAdapter.kt
|
KT
|
1.54 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.1 recyclerview-2_2,MainActivity.kt
|
KT
|
4.17 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.1 recyclerview-2_2,activity_main.xml
|
XML
|
881 B
|
|
|
5. Android Découverte de l'OS,Code Source,17.1 recyclerview-2_2,build.gradle
|
GRADLE
|
1.17 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.1 recyclerview-2_2,item_country.xml
|
XML
|
1.25 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.2 recyclerview-2_2,CountryAdapter.kt
|
KT
|
1.54 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.2 recyclerview-2_2,MainActivity.kt
|
KT
|
4.17 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.2 recyclerview-2_2,activity_main.xml
|
XML
|
881 B
|
|
|
5. Android Découverte de l'OS,Code Source,17.2 recyclerview-2_2,build.gradle
|
GRADLE
|
1.17 KB
|
|
|
5. Android Découverte de l'OS,Code Source,17.2 recyclerview-2_2,item_country.xml
|
XML
|
1.25 KB
|
|
|
5. Android Découverte de l'OS,Code Source,2.1 activity,GreenActivity.kt
|
KT
|
318 B
|
|
|
5. Android Découverte de l'OS,Code Source,2.1 activity,MainActivity.kt
|
KT
|
553 B
|
|
|
5. Android Découverte de l'OS,Code Source,2.1 activity,activity_green.xml
|
XML
|
538 B
|
|
|
5. Android Découverte de l'OS,Code Source,2.1 activity,activity_main.xml
|
XML
|
632 B
|
|
|
5. Android Découverte de l'OS,Code Source,3.2 activity,GreenActivity.kt
|
KT
|
318 B
|
|
|
5. Android Découverte de l'OS,Code Source,3.2 activity,MainActivity.kt
|
KT
|
553 B
|
|
|
5. Android Découverte de l'OS,Code Source,3.2 activity,activity_green.xml
|
XML
|
538 B
|
|
|
5. Android Découverte de l'OS,Code Source,3.2 activity,activity_main.xml
|
XML
|
632 B
|
|
|
5. Android Découverte de l'OS,Code Source,4.2 logcat,MainActivity.kt
|
KT
|
844 B
|
|
|
5. Android Découverte de l'OS,Code Source,5.1 intent,AndroidManifest.xml
|
XML
|
778 B
|
|
|
5. Android Découverte de l'OS,Code Source,5.1 intent,GreenActivity.kt
|
KT
|
607 B
|
|
|
5. Android Découverte de l'OS,Code Source,5.1 intent,MainActivity.kt
|
KT
|
680 B
|
|
|
5. Android Découverte de l'OS,Code Source,5.1 intent,activity_green.xml
|
XML
|
538 B
|
|
|
5. Android Découverte de l'OS,Code Source,5.1 intent,activity_main.xml
|
XML
|
632 B
|
|
|
5. Android Découverte de l'OS,Code Source,6.2 parcelable,MainActivity.kt
|
KT
|
605 B
|
|
|
5. Android Découverte de l'OS,Code Source,6.2 parcelable,User.kt
|
KT
|
740 B
|
|
|
5. Android Découverte de l'OS,Code Source,6.2 parcelable,UserDetailActivity.kt
|
KT
|
646 B
|
|
|
5. Android Découverte de l'OS,Code Source,6.2 parcelable,activity_main.xml
|
XML
|
572 B
|
|
|
5. Android Découverte de l'OS,Code Source,6.2 parcelable,activity_user_detail.xml
|
XML
|
600 B
|
|
|
5. Android Découverte de l'OS,Code Source,7.2 dimensions,activity_main.xml
|
XML
|
1.15 KB
|
|
|
5. Android Découverte de l'OS,Code Source,8.2 layout-base,activity_main.xml
|
XML
|
832 B
|
|
|
5. Android Découverte de l'OS,Code Source,8.2 layout-base,linear_horizontal.xml
|
XML
|
715 B
|
|
|
5. Android Découverte de l'OS,Code Source,8.2 layout-base,linear_vertical.xml
|
XML
|
628 B
|
|
|
5. Android Découverte de l'OS,Code Source,8.2 layout-base,relative.xml
|
XML
|
918 B
|
|
|
5. Android Découverte de l'OS,Code Source,9.1 layout-base,activity_main.xml
|
XML
|
832 B
|
|
|
5. Android Découverte de l'OS,Code Source,9.1 layout-base,linear_horizontal.xml
|
XML
|
715 B
|
|
|
5. Android Découverte de l'OS,Code Source,9.1 layout-base,linear_vertical.xml
|
XML
|
628 B
|
|
|
5. Android Découverte de l'OS,Code Source,9.1 layout-base,relative.xml
|
XML
|
918 B
|
|
|
6. Approfondir Android Studio,1. Les paramètres Android Studio.mp4
|
MP4
|
23.13 MB
|
|
|
6. Approfondir Android Studio,2. Le debug d_une application.mp4
|
MP4
|
23.86 MB
|
|
|
6. Approfondir Android Studio,3. Trucs _ Astuces.mp4
|
MP4
|
15.85 MB
|
|
|
7. Application Notepad,1. Architecture.mp4
|
MP4
|
4.88 MB
|
|
|
7. Application Notepad,10. Editer une note.mp4
|
MP4
|
26.89 MB
|
|
|
7. Application Notepad,11. Créer une nouvelle note.mp4
|
MP4
|
14.54 MB
|
|
|
7. Application Notepad,12. Supprimer une note 12.mp4
|
MP4
|
14.16 MB
|
|
|
7. Application Notepad,13. Supprimer une note 22.mp4
|
MP4
|
13.01 MB
|
|
|
7. Application Notepad,14. Sauvegarder une note en fichier.mp4
|
MP4
|
18.18 MB
|
|
|
7. Application Notepad,15. Charger les notes à partir de fichiers.mp4
|
MP4
|
14.82 MB
|
|
|
7. Application Notepad,16. Snackbar de suppression.mp4
|
MP4
|
15.53 MB
|
|
|
7. Application Notepad,2. Démarrer le projet Notepad.mp4
|
MP4
|
4.81 MB
|
|
|
7. Application Notepad,3. Classe modèle Note.mp4
|
MP4
|
4.33 MB
|
|
|
7. Application Notepad,4. Item de la liste Note.mp4
|
MP4
|
17.74 MB
|
|
|
7. Application Notepad,5. RecyclerView 12.mp4
|
MP4
|
13.83 MB
|
|
|
7. Application Notepad,6. RecyclerView 22.mp4
|
MP4
|
13.04 MB
|
|
|
7. Application Notepad,7. Afficher le détail d_une note.mp4
|
MP4
|
23.46 MB
|
|
|
7. Application Notepad,8. Toolbar de l_application.mp4
|
MP4
|
21.4 MB
|
|
|
7. Application Notepad,9. OptionMenu de la liste des notes.mp4
|
MP4
|
11.4 MB
|
|
|
7. Application Notepad,Code Source,.gitignore
|
GITIGNORE
|
118 B
|
|
|
7. Application Notepad,Code Source,app,.gitignore
|
GITIGNORE
|
7 B
|
|
|
7. Application Notepad,Code Source,app,build.gradle
|
GRADLE
|
1.21 KB
|
|
|
7. Application Notepad,Code Source,app,proguard-rules.pro
|
PRO
|
925 B
|
|
|
7. Application Notepad,Code Source,app,src,androidTest,java,training,androidkotlin,notepad,ExampleInstrumentedTest.java
|
JAVA
|
764 B
|
|
|
7. Application Notepad,Code Source,app,src,main,AndroidManifest.xml
|
XML
|
1.03 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,java,training,androidkotlin,notepad,ConfirmDeleteNoteDialogFragment.kt
|
KT
|
1.01 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,java,training,androidkotlin,notepad,Note.kt
|
KT
|
995 B
|
|
|
7. Application Notepad,Code Source,app,src,main,java,training,androidkotlin,notepad,NoteAdapter.kt
|
KT
|
1.28 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,java,training,androidkotlin,notepad,NoteDetailActivity.kt
|
KT
|
2.89 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,java,training,androidkotlin,notepad,NoteListActivity.kt
|
KT
|
3.72 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,java,training,androidkotlin,notepad,utils,storage.kt
|
KT
|
1.36 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-hdpi,ic_add_white_24dp.png
|
PNG
|
127 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-hdpi,ic_delete_white_24dp.png
|
PNG
|
161 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-hdpi,ic_save_white_24dp.png
|
PNG
|
247 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-mdpi,ic_add_white_24dp.png
|
PNG
|
88 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-mdpi,ic_delete_white_24dp.png
|
PNG
|
115 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-mdpi,ic_save_white_24dp.png
|
PNG
|
168 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xhdpi,ic_add_white_24dp.png
|
PNG
|
97 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xhdpi,ic_delete_white_24dp.png
|
PNG
|
151 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xhdpi,ic_save_white_24dp.png
|
PNG
|
273 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xxhdpi,ic_add_white_24dp.png
|
PNG
|
97 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xxhdpi,ic_delete_white_24dp.png
|
PNG
|
194 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xxhdpi,ic_save_white_24dp.png
|
PNG
|
391 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xxxhdpi,ic_add_white_24dp.png
|
PNG
|
102 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xxxhdpi,ic_delete_white_24dp.png
|
PNG
|
243 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,drawable-xxxhdpi,ic_save_white_24dp.png
|
PNG
|
504 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,layout,activity_note_detail.xml
|
XML
|
1.1 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,layout,activity_note_list.xml
|
XML
|
1.78 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,layout,item_note.xml
|
XML
|
1.51 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,menu,activity_note_detail.xml
|
XML
|
503 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-hdpi,ic_launcher.png
|
PNG
|
3.34 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-hdpi,ic_launcher_round.png
|
PNG
|
4.11 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-mdpi,ic_launcher.png
|
PNG
|
2.15 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-mdpi,ic_launcher_round.png
|
PNG
|
2.5 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-xhdpi,ic_launcher.png
|
PNG
|
4.73 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-xhdpi,ic_launcher_round.png
|
PNG
|
5.97 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-xxhdpi,ic_launcher.png
|
PNG
|
7.54 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-xxhdpi,ic_launcher_round.png
|
PNG
|
9.82 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-xxxhdpi,ic_launcher.png
|
PNG
|
10.24 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,mipmap-xxxhdpi,ic_launcher_round.png
|
PNG
|
14.35 KB
|
|
|
7. Application Notepad,Code Source,app,src,main,res,values,colors.xml
|
XML
|
208 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,values,strings.xml
|
XML
|
70 B
|
|
|
7. Application Notepad,Code Source,app,src,main,res,values,styles.xml
|
XML
|
529 B
|
|
|
7. Application Notepad,Code Source,app,src,test,java,training,androidkotlin,notepad,ExampleUnitTest.java
|
JAVA
|
408 B
|
|
|
7. Application Notepad,Code Source,build.gradle
|
GRADLE
|
611 B
|
|
|
7. Application Notepad,Code Source,gradle,wrapper,gradle-wrapper.jar
|
JAR
|
52.38 KB
|
|
|
7. Application Notepad,Code Source,gradle,wrapper,gradle-wrapper.properties
|
PROPERTIES
|
231 B
|
|
|
7. Application Notepad,Code Source,gradle.properties
|
PROPERTIES
|
730 B
|
|
|
7. Application Notepad,Code Source,gradlew
|
APPLICATION NOTEPAD,CODE SOURCE,GRADLEW
|
4.85 KB
|
|
|
7. Application Notepad,Code Source,gradlew.bat
|
BAT
|
2.35 KB
|
|
|
7. Application Notepad,Code Source,settings.gradle
|
GRADLE
|
15 B
|
|
|
8. Kotlin notions avancées,1. Enum Class.mp4
|
MP4
|
31.74 MB
|
|
|
8. Kotlin notions avancées,1.2 H01 - Enum class.pdf.pdf
|
PDF
|
215.65 KB
|
|
|
8. Kotlin notions avancées,10. Collections 33 Map.mp4
|
MP4
|
17.83 MB
|
|
|
8. Kotlin notions avancées,10.2 H10 - Collections avancées 3_2F3 - Map.pdf.pdf
|
PDF
|
198.74 KB
|
|
|
8. Kotlin notions avancées,11. Lazy Init.mp4
|
MP4
|
12.93 MB
|
|
|
8. Kotlin notions avancées,11.1 H11 - lazy init.pdf.pdf
|
PDF
|
219.87 KB
|
|
|
8. Kotlin notions avancées,12. Const.mp4
|
MP4
|
5.71 MB
|
|
|
8. Kotlin notions avancées,12.1 H12 - const.pdf.pdf
|
PDF
|
203.89 KB
|
|
|
8. Kotlin notions avancées,2. Sealed Class.mp4
|
MP4
|
15.15 MB
|
|
|
8. Kotlin notions avancées,2.2 H02 - Sealed class.pdf.pdf
|
PDF
|
216 KB
|
|
|
8. Kotlin notions avancées,3. High Order Function 12 - Introduction.mp4
|
MP4
|
25.47 MB
|
|
|
8. Kotlin notions avancées,3.1 H03 - High order functions 1_2F2 notions.pdf.pdf
|
PDF
|
229.83 KB
|
|
|
8. Kotlin notions avancées,4. High Order Function 22 - Lambdas.mp4
|
MP4
|
27.1 MB
|
|
|
8. Kotlin notions avancées,4.2 H04 - High order functions 2_2F2 lambdas.pdf.pdf
|
PDF
|
222.02 KB
|
|
|
8. Kotlin notions avancées,5. Exceptions 12 Throw Try Catch.mp4
|
MP4
|
26.27 MB
|
|
|
8. Kotlin notions avancées,5.1 H05 - Exceptions 1_2F2 throw _2F try _2F catch.pdf.pdf
|
PDF
|
231.45 KB
|
|
|
8. Kotlin notions avancées,6. Exceptions 22 Preconditions.mp4
|
MP4
|
19.4 MB
|
|
|
8. Kotlin notions avancées,6.1 H06 - Exceptions 2_2F2 Preconditions.pdf.pdf
|
PDF
|
209.27 KB
|
|
|
8. Kotlin notions avancées,7. Elvis Operator.mp4
|
MP4
|
16.52 MB
|
|
|
8. Kotlin notions avancées,7.1 H07 - Elvis operator.pdf.pdf
|
PDF
|
212.56 KB
|
|
|
8. Kotlin notions avancées,8. Collections 13 List.mp4
|
MP4
|
24.33 MB
|
|
|
8. Kotlin notions avancées,8.2 H08 - Collections avancées 1_2F3 - Principes généraux.pdf.pdf
|
PDF
|
222.34 KB
|
|
|
8. Kotlin notions avancées,9. Collections 23 Set.mp4
|
MP4
|
11.39 MB
|
|
|
8. Kotlin notions avancées,9.1 H09 - Collections avancées 2_2F3 - Set.pdf.pdf
|
PDF
|
204.61 KB
|
|
|
8. Kotlin notions avancées,Code Source,1.1 enum-class,MainActivity.kt
|
KT
|
1.68 KB
|
|
|
8. Kotlin notions avancées,Code Source,10.1 collections-3_3_map,MainActivity.kt
|
KT
|
1.32 KB
|
|
|
8. Kotlin notions avancées,Code Source,11.2 lazy-init,MainActivity.kt
|
KT
|
867 B
|
|
|
8. Kotlin notions avancées,Code Source,11.2 lazy-init,activity_main.xml
|
XML
|
840 B
|
|
|
8. Kotlin notions avancées,Code Source,12.2 const,MainActivity.kt
|
KT
|
513 B
|
|
|
8. Kotlin notions avancées,Code Source,2.1 sealed-class,MainActivity.kt
|
KT
|
591 B
|
|
|
8. Kotlin notions avancées,Code Source,2.1 sealed-class,Operation.kt
|
KT
|
458 B
|
|
|
8. Kotlin notions avancées,Code Source,3.2 high-order-func-intro,MainActivity.kt
|
KT
|
1.2 KB
|
|
|
8. Kotlin notions avancées,Code Source,4.1 high-order-func-lambda,MainActivity.kt
|
KT
|
1.6 KB
|
|
|
8. Kotlin notions avancées,Code Source,5.2 exception-try-catch-finally,MainActivity.kt
|
KT
|
1.13 KB
|
|
|
8. Kotlin notions avancées,Code Source,6.2 exception-preconditions,MainActivity.kt
|
KT
|
1.28 KB
|
|
|
8. Kotlin notions avancées,Code Source,7.2 elvis-operator,MainActivity.kt
|
KT
|
1.17 KB
|
|
|
8. Kotlin notions avancées,Code Source,8.1 collections-1_3-list,MainActivity.kt
|
KT
|
1.25 KB
|
|
|
8. Kotlin notions avancées,Code Source,9.2 collections-2_3-set,MainActivity.kt
|
KT
|
1.14 KB
|
|
|
9. Kotlin extensions de fonctions,1. Custom.mp4
|
MP4
|
20.91 MB
|
|
|
9. Kotlin extensions de fonctions,1.1 I01 - Extensions de fonctions custom.pdf.pdf
|
PDF
|
213.99 KB
|
|
|
9. Kotlin extensions de fonctions,2. Let.mp4
|
MP4
|
8.06 MB
|
|
|
9. Kotlin extensions de fonctions,2.1 I02 - Extensions de fonctions let.pdf.pdf
|
PDF
|
198.08 KB
|
|
|
9. Kotlin extensions de fonctions,3. Apply.mp4
|
MP4
|
7.09 MB
|
|
|
9. Kotlin extensions de fonctions,3.2 I03 - Extensions de fonctions apply.pdf.pdf
|
PDF
|
198.28 KB
|
|
|
9. Kotlin extensions de fonctions,4. With.mp4
|
MP4
|
2.98 MB
|
|
|
9. Kotlin extensions de fonctions,4.1 I04 - Extensions de fonctions with.pdf.pdf
|
PDF
|
198.01 KB
|
|
|
9. Kotlin extensions de fonctions,5. Run.mp4
|
MP4
|
5.15 MB
|
|
|
9. Kotlin extensions de fonctions,5.1 I05 - Extensions de fonctions run.pdf.pdf
|
PDF
|
203.58 KB
|
|
|
9. Kotlin extensions de fonctions,6. Use.mp4
|
MP4
|
11.12 MB
|
|
|
9. Kotlin extensions de fonctions,6.2 I06 - Extensions de fonctions use.pdf.pdf
|
PDF
|
205.63 KB
|
|
|
9. Kotlin extensions de fonctions,Code Source,1.2 extension-function-custom,MainActivity.kt
|
KT
|
1.22 KB
|
|
|
9. Kotlin extensions de fonctions,Code Source,1.2 extension-function-custom,activity_main.xml
|
XML
|
839 B
|
|
|
9. Kotlin extensions de fonctions,Code Source,1.2 extension-function-custom,utils,ViewUtils.kt
|
KT
|
319 B
|
|
|
9. Kotlin extensions de fonctions,Code Source,2.2 extension-function-let,MainActivity.kt
|
KT
|
838 B
|
|
|
9. Kotlin extensions de fonctions,Code Source,3.1 extension-function-apply,MainActivity.kt
|
KT
|
855 B
|
|
|
9. Kotlin extensions de fonctions,Code Source,4.2 extension-function-with,MainActivity.kt
|
KT
|
616 B
|
|
|
9. Kotlin extensions de fonctions,Code Source,5.2 extension-function-run,MainActivity.kt
|
KT
|
643 B
|
|
|
9. Kotlin extensions de fonctions,Code Source,6.1 extension-function-use,MainActivity.kt
|
KT
|
1.34 KB
|