Introduction to Web Services in Android using the Flickr API (Part 2/2)

Sdílet
Vložit
  • čas přidán 21. 11. 2021
  • An introduction to use REST APIs with the Flickr API. This video covers how an API works at a high level and in Android constructs a URL for a request to the Flickr interestingness method to get interesting photos. In Android, we make the request for photos, parse the JSON response, and update the UI.
    Previous video (part 1/2): • Introduction to Web Se...
    Flickr API overview: www.flickr.com/services/api/m...
    Flickr API interestingness method: www.flickr.com/services/api/f...
    JSON pretty printer: jsonformatter.org/json-pretty...
  • Jak na to + styl

Komentáře • 3

  • @alchisholm4622
    @alchisholm4622 Před rokem

    Guys, I think the whole point of this was to follow along and recreate the app yourself as a learning experience (which is what I did). Just saying...

  • @crazytem241
    @crazytem241 Před 2 lety +1

    Source code saved?

  • @WHAT_A_BOY
    @WHAT_A_BOY Před 2 lety

    Source code pls