Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# IOSTraining
## Lession 6:
**1. GCD (Grand Central Dispatch)**
+ DispatchQueue
+ DispatchGroup
+ DispatchSemaphore

**2. NSOperation**
+ Operation Queues
+ NSOperation
+ NSBlockOperation/NSInvocationOperation
+ Advantages of OperationQueue

**3. JSON**
+ Parsing and Deserializing JSON
+ Parse JSON with ObjectMapper

**4. Service**
+ Networking with NSURLSession

### Exercise:
+ Apply knowledge above get data from [github api](https://api.github.com/users/google/repos) display in a TableView

Ref:
+ [Viblo - Grand Central Dispatch (GCD) P1](https://viblo.asia/p/kien-thuc-phong-van-ios-phan-2-grand-central-dispatch-gcd-va-ung-dung-1VgZvB09ZAw)
+ [Viblo - Grand Central Dispatch (GCD) P2](https://viblo.asia/p/kien-thuc-phong-van-ios-phan-2-grand-central-dispatch-gcd-va-ung-dung-tt-Ljy5VbVj5ra)
+ [Viblo - Grand Central Dispatch và NSOperation](https://viblo.asia/p/concurrency-trong-ios-tim-hieu-ve-grand-central-dispatch-va-nsoperation-DljMbo8ZGVZn)
+ [Viblo - Parse JSON với ObjectMapper](https://viblo.asia/p/parse-json-voi-objectmapper-nwmGyMVYGoW)
+ [Swift Tutorial - sử dụng JSON trong IOS](https://viblo.asia/p/swift-tutorial-su-dung-json-trong-ios-5y8Rr7k6Mob3)
+ Networking with NSURLSession: [Part 1](https://code.tutsplus.com/tutorials/networking-with-nsurlsession-part-1--mobile-21394), [Part 2](https://code.tutsplus.com/tutorials/networking-with-nsurlsession-part-2--mobile-21581)