Create an app using Kotlin to load data from an API and display the average property price.
Design have asked for the a text saying 'What is the average property price?' to be in the middle of the screen and the answer to be displayed 10dp underneath.
The background of the screen should be white (#FFFFFF) and the text should be berry (#262637) and size 14sp.
- Request JSON from https://raw.githubusercontent.com/rightmove/Code-Challenge-Android/master/properties.json
- Calculate the average property price from the results
- Display the answer on the app screen
Remember this is a chance to demonstrate your knowledge of best practise Android app development. This can include sepration of concerns, test coverage, error handling etc. We would expect you to spend no more than 2 evenings on this test. If you are unable to finish then comments on what you would do next will suffice.
To submit your code, please create a private GitHub repo (it’s free) and share your code repo with our GitHub user, RightmoveAppsTechTask.