-
Morning Challenge Starter code
-
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
-
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
-
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
-
Quotes Application Network animation