Skip to content

KateVu/Covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Covid19

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

Statistic information screens

  • 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:

MAP screens

News screens

  • Remote API return data from GoogleFeed News, using XMLParser to parse data into native Swift Struct
  • Load data asynchorousely

Static screens

About

Covid19 app built by Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages