Implement Unit Testing in a simple iOS app with MVVM and RxSwift

You probably have heard of “Unit Testing” or already adding unit test in your work now. In summary, it is a way for the developers to safeguard their code against surprising bugs or unwanted results. The term “Unit” indicates the testing is done to test a small chunk of code in the project at one …

Implement Unit Testing in a simple iOS app with MVVM and RxSwift Read More »

Build a simple SpaceX Launches iOS app with MVVM and RxSwift

Today I am going to show you to build a simple SpaceX Launches iOS app with SpaceX open-source APIs using MVVM and RxSwift. If you have used MVC structure (Model, View, Controller) in iOS development before, you will know as the project grows bigger, the ViewController is likely to have a “Massive View Controller” problem. …

Build a simple SpaceX Launches iOS app with MVVM and RxSwift Read More »