Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 536 Bytes

SpaceXViewer

Explore SpaceX Launches

$ git clone -–depth 1 https://github.com/prespondek/SpaceXViewer

The project uses Carthage to build dynamic libraries including: RxSwift RxDataSources

Run carthage in the Cart file directory and drag in generated libraries.

carthage update

This is my first attempt using RxSwift. It's my first attempt RxAnything for that matter. Rx seems alot like Android LiveData but with bindings to UI controls.

MVVM works better with Android so that design paradigm is a good choice.