April 2020
Intermediate to advanced
528 pages
15h 40m
English
Over the next five chapters, you will create an application named Photorama that reads in a list of interesting photos from Flickr. This chapter will lay the foundation and focus on implementing the web service requests responsible for fetching the metadata for interesting photos as well as downloading the image data for a specific photo. Figure 20.1 shows Photorama at the end of this chapter. In Chapter 21, you will display all the interesting photos in a grid layout.
Figure 20.1 Photorama
Your web browser uses HTTP to communicate with a web server. In the simplest interaction, the browser sends a request ...
Read now
Unlock full access