JobLogic Test icon

JobLogic Test

Roy93Group
Free
5+ downloads

About JobLogic Test

JobLogic Test
~~~
***Overview

- The purpose of this coding challenge is to see how you build the architecture of an app from scratch. Please try using Object-Oriented style/Interface based programming with clean architecture
and a generic approach in mind to extend the app in the future. You don’t need to write the test cases, but the code should have the ability to test through Unit test cases.
- We are not interested in UI but want to see how you bind the UI with data. Please use any architectural or design patterns when you think you should use them.

***Features

- The demo app has three types of data to be shown in separate listings on different screens.
- For demo purposes, data on two screens will be fetched from web API endpoints, and on one screen, you will fetch data from a local store.
- Home Screen: This screen will have three buttons, To Call, To Buy, and To Sell, which will navigate the user to its listing screens.
- To-Call Listing Screen: It will show a list of persons to call. The data is returning from a web API call in JSON format.
- To-Buy Listing Screen: It will show a list of items to buy (type 1). The data is returning from a web API call in JSON format.
- To-Sell Listing Screen: It will show a list of items to sell (type 2). This data should be stored in an SQLite database table named “ItemToSell”.
~~~
Cheeeerrrrrsssss

JobLogic Test Screenshots