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

Commit 7335005

Browse files
Update README.md
1 parent 615706e commit 7335005

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

README.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
1-
Android architecture starter template
1+
Android Dev Summit 2022 Speed Challenge
22
==================
33

4-
This template is compatible with the latest **stable** version of Android Studio.
5-
6-
## Features
7-
8-
* Room Database
9-
* Hilt
10-
* ViewModel, read+write
11-
* UI in Compose, list + write (Material3)
12-
* Navigation
13-
* Repository and data source
14-
* Kotlin Coroutines and Flow
15-
* Unit tests
16-
* UI tests using fake data with Hilt
17-
18-
## Usage
19-
20-
1. Clone the repository
21-
2. Run the customizer script:
22-
23-
```
24-
./customizer.sh your.package.name DataItemType [MyApplication]
25-
```
26-
27-
Where `your.package.name` is your app ID (should be lowercase) and `DataItemType` is used for the
28-
name of the screen, exposed state and data base entity (should be PascalCase).
29-
304
# License
315

326
Now in Android is distributed under the terms of the Apache License (Version 2.0). See the

0 commit comments

Comments
 (0)