Skip to content
/ POC_C-MVVM-RX Public template

Use MVVM with Coordinator and all reactive programming with RxSwift

License

Notifications You must be signed in to change notification settings

pjcau/POC_C-MVVM-RX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC_C-MVVM-RX

Use MVVM with Coordinator and all reactive programming with RXSwift. The MVVM have some advangaes:

  • Collaborative working
  • Code reuse
  • Ease of testing
  • Bindings make UI updates easier to handle
  • Ease of maintainability

So I choose the Coordinator pattern so manage the flows, also in this case it's very simple. It's allows you to isolate navigation from Business Logic by adding a top layer that manages routing.

While RXSwift is Framework to manage the reactive programming in swift. I wanted to put together so as to have a total RX app.

RoadMap

  • Write code to Rxswift and Coordinator -> DONE
  • Create CitiesListCoordinator to manage the static list -> DONE
  • Create DetailForecastCoordinator to manage the forecast for city -> DONE
  • Added Jazzy, link docs -> DONE
  • Add the Unit Test -> In Progress 1/2
  • Add Fastlane with Travis CI -> DONE
  • Add the Jenkins Pipeline, Test CI and Fastlane -> TO DO

About

Use MVVM with Coordinator and all reactive programming with RxSwift

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published