Loading practice questions
What is the purpose of Retrofit in Android?
Correct Answer: C — A networking library for API calls
Explanation:
Retrofit is a networking library that simplifies API calls by converting REST API responses directly into Java objects. It works seamlessly with JSON, making network communication straightforward.