Covid19 app built by Swift There are four main fucntions of the app:
- fetch statistic informtion related to Covid19
- Map screen for searching
- fetch Covid19 news from Google Feed
- static page
The UI of the app were built by stack views to make sure all the screens is responsive to many different form factors (portrait, landscape, ...) Error handling when there is no internet and Try again button for fast response when the internet is back
- Remote API return data in JSON format, using Codable to parse data into native Swift Struct.
- Load data asynchorousely and using catching machanism to reduce network load
Images:
- Remote API return data from GoogleFeed News, using XMLParser to parse data into native Swift Struct
- Load data asynchorousely