This shows you the differences between two versions of the page.
android:cursuri:10 [2023/09/24 08:57] laura.ruse |
android:cursuri:10 [2025/05/16 09:21] (current) laura.ruse [10.3 SQL] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Cursul 10. Persistenta datelor (Room si DataStore) ==== | + | ==== Cursul 10. Compose - Repository, ID, Coil, SQL ==== |
+ | |||
+ | ==== 10.1 Compose - Repository și injectarea dependențelor ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/1urJpZchUSvPiD2tN5_g5JbvSxif2tp1I/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] | ||
+ | |||
+ | ==== 10.2 Compose - Obținerea și afișarea imaginilor folosind Coil ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/1YTujg5hVfe4my3x3BIv72R-q0jbl_xab/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] | ||
+ | |||
+ | |||
+ | ==== 10.3 SQL ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/1Gt3pRfESx2meISDjHWSWlAwtV26kVIu_/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] | ||
+ | |||
+ | |||
+ | ==== Bibliografie ==== | ||
+ | |||
+ | * https://developer.android.com/codelabs/basic-android-kotlin-compose-add-repository#0 | ||
+ | * https://developer.android.com/topic/architecture/data-layer | ||
+ | * https://developer.android.com/training/dependency-injection | ||
+ | * https://developer.android.com/topic/libraries/architecture/viewmodel/viewmodel-factories | ||
+ | * https://developer.android.com/codelabs/basic-android-kotlin-compose-load-images | ||
+ | * https://coil-kt.github.io/coil/ | ||
+ | * https://developer.android.com/topic/libraries/architecture/viewmodel | ||
+ | * https://developer.android.com/jetpack/compose/lists | ||
+ | * https://developer.android.com/jetpack/compose/lists#lazy-grids | ||
+ | * https://developer.android.com/courses/pathways/android-basics-compose-unit-6-pathway-1 | ||
+ | * https://developer.android.com/studio/inspect/database | ||
+ | * https://developer.android.com/training/data-storage/sqlite | ||
+ | * https://www.sqlite.org/lang_aggfunc.html | ||
+ | * https://www.w3schools.com/sql/sql_quickref.asp | ||
+ | * https://developer.android.com/topic/performance/sqlite-performance-best-practices | ||