1.

For your photo-gallery iPad application, What would be your preference as senior developer, Alamofire or URLSession?

Answer»

With URLSession APIs AVAILABILITY, Now it becomes easier to build up network requests. The developer can build own NETWORKING layer on top of URLSession.

Alamofire is POPULAR Elegant HTTP Networking library in Swift. Alamofire saves you a ton of time and simplifies the USE. It is a well-tested library. Maintained by very clever PEOPLE. Cost of including it - very small.

For small projects and projects with less time-line Alamofire is a good choice.

But for long term product, we can build in the house layer with NSURLSession. To avoid third-party dependency and upgrade overhead.



Discussion

No Comment Found

Related InterviewSolutions