Skip to content

Learn how to write with swift VIPER & RxSwift & RxAlamofire

Notifications You must be signed in to change notification settings

deda9/VIPER-RxSwift-RxAlamofire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey!

This demo show how to use Rxswift + RxAlamofire with tableviews data & google maps

This demo is written by VIPER Architecture , RxSwift, Alamofire, SOLID and follow

1- Make it work

2- Make it better

3- Make it fast

4- Test it

5- Document it

This demo is writen by swift 4 and xcode 9.2 and it talks to Wunder api to get cars PlaceMarks, each placemark has some data like name, car engine, fuel, etc

it show the data in two tabs :

1- Car Tab to show all the cars in list and each car has its data

2- Map Tab to show all the cars location on the map

3- we cover the unit testing by using Quick/Nibmle frameworks

Library

1-Alamofire

2-RxSwift

3-ObjectMapper

4-AlamofireObjectMapper

5- Quick Unit Tesing

6- Nimble Unit Tesing