Chris Jenkins
  • Home

programming

A collection of 3 posts
android Featured

RxJava - SyncOnSubscribe and fromCallable

RxJava is impressive, but it's a fairly overwhelming framework so I want to share some of the lesser known parts. Note: Code examples will be in Kotlin. Backpressure Simply; "backpressure" is when your Observable emits items quicker than a downstream Observer/Operator can consume them. For
09 Jul 2016 2 min read
java

GSON Empty Json Object to null.

Sometimes that API you are given just doesn't conform to what you are expecting. I have had to consume a JSON API recently where the JSON returned "{}" instead of null or not at all. For example, this is OK: { "name": "Chris", "
21 Feb 2015 1 min read
android

Gradle & Robolectric & Jacoco & Dagger

As a few have, I stumbled into this $$ jacoco bug. To be fair this is not so much a GradlePlugin bug as more Jacoco/Dagger. Semantics aside, we wanted to know about our unit test coverage with Robolectric. Implimentations vary, I based alot of my work off of this template.
11 Jun 2014 2 min read
Page 1 of 1
Chris Jenkins © 2025
Powered by Ghost