Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 64328e8

Browse files
Update README.md
1 parent 3541cec commit 64328e8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Android Dev Summit 2022 Speed Challenge
22
==================
33

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+
46
# Instructions for contestants
57

68
1. Clone repository
@@ -22,23 +24,23 @@ Make all tests in `app/test/java` pass.
2224
## Hints
2325

2426
### Test order
25-
`LocationScreenTest`
26-
`LocationViewModelTest`
27-
`UiLayerTest`
28-
`LocationConfigChangeTest`
27+
1. `LocationScreenTest`
28+
1. `LocationViewModelTest`
29+
1. `UiLayerTest`
30+
1. `LocationConfigChangeTest`
2931

3032
### 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
3335

3436
### 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)
3638

3739
### 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.
3941

4042
### LocationConfigChangeTest
41-
expandedDays should be saveable (look for `indexSaver`!)
43+
* `expandedDays` should be saveable (look for `indexSaver`!)
4244

4345

4446
# License

0 commit comments

Comments
 (0)