Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emeruvia authored Jul 13, 2023
1 parent 3dbfd2a commit 4bf4891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The app consists of 3 activites.
- ComposeActivity, this screen is purposely left in blank so that candidates can show their compose abilities and build UI around it.

## Possible Challenges
- Fix the broken code, currently there are 4 places where code is broken
- Reimplement the XML layout in Compose
- Create a error interceptor for the network layer
- Fix the broken code, currently there are 3 places where code is broken
- There is a UI bug in the PokedexAdapter class. Whenever an item in the list is selected, the UI is not refreshed to reflect the `isFavorite` state of the item; you will need to scroll away of the item and back to it to see the UI changes reflected.
- Fix a UI bug. There is a UI bug in the PokedexAdapter class. Whenever an item in the list is selected, the UI is not refreshed to reflect the `isFavorite` state of the item; you will need to scroll away of the item and back to it to see the UI changes reflected.

## Working project

Expand Down

0 comments on commit 4bf4891

Please sign in to comment.