Using the provided project as base, create the code needed to fetch data from:
http://jsonplaceholder.typicode.com/users/1
and display the Name and Email field in the activity.
A class that fetched the json content and converts it to UserModel has been provided.
You are free to use any architecture you prefer. for example: MVP, MVVM, MVI
Keep in mind the SOLID principles and testability.
Write any tests you belive are improtant.