You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app is composed of 2 screens, first is the profile screen, it has the user name and address
pinned at the top and then it lists all of this user’s albums. You can get user albums by requesting
the albums endpoint and passing user id as a parameter.
When you press on any album it navigates to the second screen which is an album details screen.
You request the photos endpoint and pass album id as a parameter, then list the images in an
instagram-like grid. Also there should be a search bar that you can filter within the album by the
image title, when you start typing the screen should show only images that are related to this
search query.
👨💻 Applied Tools :
Tools That I used:
[✓] Kotlin
[✓] MVI
[✓] Clean Architecture (Onion)
[✓] Android JetPack Libraries
[✓] Retrofit 2
[✓] Hilt dagger
[✓] Coroutines
[✓] Unit Testing
[✓] TDD