, 3. @GET("photo") fun listPhotos() : Call, 4. @GET("photo") fun listPhotos() : Call Correct Answer: @GET("photo") fun listPhotos() : Call Explanation: Note: This Question is unanswered, help us to find answer for this one More Android MCQ Questions">
Android MCQs
You need to retrieve a list of photos from an API. Which code snippet defines an HTML GET request in Retrofit?