Implemented an android application which loads from NASA-API and shows a photos which were done by different mars-rovers during of their missions.
Application provides different pictures which were done by the mars-rovers spirit, opportunity and curiosity during of their exploration mission on Mars (see: mars exploration rovers). Each rover has its own set of photos stored in the database, which can be queried separately. There are several possible queries that can be made against the API. Photos are organized by the sol (Martian rotation or day) on which they were taken, counting up from the rover's landing date (see also: NASA public API).
For loading purposes were used Android Loaders (executing multiple loaders simultaneously) with google-volley library.





