Question d’entretien chez Konrad Group

Create an application that pulls JSON data from a provided URL. The JSON data contains an array of image URLs and latitude/longitude points. Create 2 views that are navigated through using ActionBar tabs. First, a ListView that displays the images from the URLs in thumbnails. Second, a MapView that plots the thumbnails on the latitude/longitude points. Clicking on either the list items, or the map points, leads the user to a details activity that contains the images and some other detail pulled from the JSON data.

Réponse à la question d'entretien

Utilisateur anonyme

22 févr. 2017

Did they expect you to know all of this code or were you able to use google for assistance?