What frameworks/libraries do you use in pretty much every project? Mine on iOS: TableKit, PromiseKit, SnapKit, CocoaLumberjack. On Android: Fuel, Kovenant, Anko.
@bellebcooper I'd say for me on #Android, it's OkHttp, RxJava and Dagger as a base. I haven't used Fuel much but heard good things
@jalcine I've heard OkHttp is really popular! It doesn't seem to have much in the way of docs, though, so I avoided it when starting out (though Volley was no better—I only picked it at first because Google recommends it and I didn't know any better). I've heard a lot about Dagger, but haven't tried it yet. Must give it a go.