|
You are here |
trycombine.com | ||
| | | | |
www.iamsim.me
|
|
| | | | | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer. | |
| | | | |
rx-marin.com
|
|
| | | | | In my talk at dotSwift 2017 I start with generic overview of some of the RxSwift basics and move to three complete code examples. In three posts I'll post the sample code and comment shortly why I chose to highlight these exact examples. I already posted a write up on the GitHub API search example here: http://rx-marin.com/post/dotswift-search-github-json-api/. Let's continue with example number two. Presenting a View Controller from RxSwift RxSwift doesn't neccessarily force you into one architecture or... | |
| | | | |
jessesquires.github.io
|
|
| | | | | ||
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | Use a Java InputStream with threads to download remote files without a browser in Android. Use this method to download in-app purchase files or update data. | ||