File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ Download the APK file from the Releases section and install it on your Android d
25
25
1 . Clone the repository
26
26
2 . Open the project in Android Studio
27
27
3 . Build the project
28
- 4 . Run the app on your device
28
+
29
+ You can then run the app on your device (physical or virtual).
29
30
30
31
## Code structure
31
32
@@ -36,8 +37,8 @@ The app was designed using [Material 3 guidelines](https://m3.material.io/), wit
36
37
dynamic colors based on the user's current color theme and a fallback theme. Both light and dark
37
38
themes are supported.
38
39
39
- For the entire application, a single ` RecombeeClient ` instance is created in the ` di. RecombeeModule`
40
- object and injected into the ViewModels using Dagger Hilt.
40
+ For the entire application, a single ` RecombeeClient ` instance is created in the ` RecombeeModule `
41
+ object (in the ` di ` package) and injected into the ViewModels using Dagger Hilt.
41
42
42
43
These ViewModels fetch data from Recombee by means of the provided client.
43
44
The received data is then displayed in Composables using Flow.
You can’t perform that action at this time.
0 commit comments