Load event app lists asynchronously

This commit is contained in:
ajp_anton
2026-07-26 14:41:37 +00:00
parent c5f3dade9f
commit d6868b6927
6 changed files with 257 additions and 84 deletions
+2
View File
@@ -6,6 +6,7 @@ coreKtx = "1.13.1"
fragmentKtx = "1.8.5"
material = "1.10.0"
drawerLayout = "1.2.0"
recyclerView = "1.3.2"
junit = "4.13.2"
[libraries]
@@ -14,6 +15,7 @@ core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx"
fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragmentKtx" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
drawerlayout = { group = "androidx.drawerlayout", name = "drawerlayout", version.ref = "drawerLayout" }
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerView" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
[plugins]