If we go through the different layers quickly… Retrofit Layer: it actually makes the network request.APIService Layer: it’s in charge of making the network request, parsing the response and processing it if needed.RequestManager Layer: prepares the data to be sent and links different network requests.ViewModel Layer: handles the logic that its View requires.View Layer: Views are dummy. Just handle

