This repository was archived by the owner on Dec 28, 2023. It is now read-only.
File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
Android Dev Summit 2022 Speed Challenge
2
2
==================
3
3
4
+ Note: This repository was used for the ADS and is not being maintained. As of Oct 2022 it works on Dolphin..Flamingo and uses AGP 7.3.0.
5
+
4
6
# Instructions for contestants
5
7
6
8
1 . Clone repository
@@ -22,23 +24,23 @@ Make all tests in `app/test/java` pass.
22
24
## Hints
23
25
24
26
### Test order
25
- ` LocationScreenTest `
26
- ` LocationViewModelTest `
27
- ` UiLayerTest `
28
- ` LocationConfigChangeTest `
27
+ 1 . ` LocationScreenTest `
28
+ 1 . ` LocationViewModelTest `
29
+ 1 . ` UiLayerTest `
30
+ 1 . ` LocationConfigChangeTest `
29
31
30
32
### LocationScreenTest
31
- Fix hardcoded title in ` TopAppBar `
32
- Swap IDs in left/right icons
33
+ * Fix hardcoded title in ` TopAppBar `
34
+ * Swap IDs in left/right icons
33
35
34
36
### LocationViewModelTest
35
- Catch error in ` LocationViewModel ` 's Flow (don't forget to emit it)
37
+ * Catch error in ` LocationViewModel ` 's Flow (don't forget to emit it)
36
38
37
39
### UiLayerTest
38
- ` LocationScreenForecast ` : iterate on ` forecast.forecastWeek ` and create multiple rows in a column.
40
+ * ` LocationScreenForecast ` : iterate on ` forecast.forecastWeek ` and create multiple rows in a column.
39
41
40
42
### LocationConfigChangeTest
41
- expandedDays should be saveable (look for ` indexSaver ` !)
43
+ * ` expandedDays ` should be saveable (look for ` indexSaver ` !)
42
44
43
45
44
46
# License
You can’t perform that action at this time.
0 commit comments