A News App developed as a Test
Swift and MVVM
SDWebImage (https://github.com/SDWebImage/SDWebImage)
- Crafted App keeping in mind the use case of single API call.
- Didn't incorporated other API methods and their logic e.g. POST, PUT, DELETE. Since the app was intented to use only GET API call therefore, quite a few things were omitted.
- Not using activity indicator as well as any failure case dialogues for my own time saving.
- Didn't incorporated Unit & UITests because it was mentioned by the interviewer that you normally don't use this approach.