Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.43 KB

Day 13.md

File metadata and controls

34 lines (24 loc) · 1.43 KB

Day 13 - Refactoring And Loading Screen

Assignments for the day

  1. Morning Challenge Starter code

  2. Weather App Part 2

    • Get weather for a particular city now
    • Add Text field and make it searchable for any location
    • Add try/catch again in loading screen to show the alert if location permission is not available

  3. Kismet App Improvements (if not done yesterday)

    • As of now we are using if/else blocks to navigate the stories. Imagine having longer stories, it would mean more if/else block. Basically not a scalable way of creating app.
    • Use the JSON data to modify the story class
    • Refactor storyBrain
  4. Quotes Application (if not done yesterday)

    • Build Quotes app from Scratch Starter Repository
    • The starter repo contains bare minimum layout
    • Make a network request to https://favqs.com/api/qotd
    • design the layout and display the quotes

  5. Quotes Application Network animation

    • Add animation while user is waiting
  6. Stretch Movies List