Skip to content
Snippets Groups Projects
Commit d2db3313 authored by Baryshnikov, Oleg's avatar Baryshnikov, Oleg
Browse files

Change readme.

parent 618cd585
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ Normally, I use default XML layouts and RxJava. You can find an example of my "s ...@@ -6,8 +6,8 @@ Normally, I use default XML layouts and RxJava. You can find an example of my "s
The application uses the modern Material Design 3 component library, and because of that, some elements look different from the design. I have decided that it is not a problem for this test task. The application uses the modern Material Design 3 component library, and because of that, some elements look different from the design. I have decided that it is not a problem for this test task.
## APPLICATION APK ## APPLICATION APK
https://gitlab.fel.cvut.cz/barysole/ackee-test-task/-/blob/master/apk/app-release.apk
## KNOWING ISSUES ## KNOWING ISSUES
- Problem: The characters list doesn't save its scrolling position after navigating to the character detail screen and back. - Problem: The characters list doesn't save its scrolling position after navigating to the character detail screen and back.
Analysis: LazyColumn gets the characters list from the ViewModel flow by using the ".collectAsLazyPagingItems()" method, and this method retrieves only part of the characters list after navigation. Analysis: LazyColumn gets the characters list from the ViewModel flow by using the ".collectAsLazyPagingItems()" method, and this method retrieves only part of the characters list after navigation.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment