urlaunched-com / AndroidJuniorTestTask

Junior position test task - You are launched

Home Page:https://www.urlaunched.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this challenge, you will create new functionality.

This is a complex task that consists of 2 parts:

  1. Build UI according to the Design using the Jetpack Compose framework
  2. Implement logic to get and display data from the ApiVendors following MVVM architecture

Notes:

  • NetworkCategory object contains the image of type .svg
  • NetworkVendor object contains images of type .png
  • In this project, you will be used mocked data instead of an HTTP request. You can find mocked data in the vendors.json file inside the assets resource folder. We decided to simplify this challenge to save some time for you and we have implemented mocked data source that you will use to get display data. You can find the mocked data source implementation inside the "network" folder. The ApiVendors is the data source interface to collect data and the NetworkDataProvider is the implementation.
  • You should use the latest stable Android Studio

About

Junior position test task - You are launched

https://www.urlaunched.com


Languages

Language:Kotlin 100.0%