Brett Tucker
  • Home
  • About Me
  • Android Paging Library
  • Twirp & Android
  • Resilience4j
  • Markdown with Markwon
Sign in Subscribe
Brett Tucker

Brett Tucker

Utah
https://www.linkedin.com/in/bltucker/

Android shared element transitions

In this post we will look at how you can create shared element transitions in the android framework. You can see a simple project making use of shared element transitions here. The first thing we'll need to do is make sure that our project supports transitions. We can
30 Apr 2017 5 min read

An intro to Java8 lambdas and streams

In this post we are going to walk through a brief introduction to Lambdas and streams in Java8. Let's begin by transforming an anonymous inner class into a lambda expression and finally a method reference. class Example { public void example(){ Runnable myRunnable = new Runnable() { @Override public void run(
31 Mar 2017 5 min read

Creating a restful web service with SparkJava, Dagger2 and Gradle

In this post we are going to learn how to create a restful web service using SparkJava, Dagger2, and Gradle. If you're an android developer like I am then you probably recognize Dagger2 and Gradle, but let's go over what each of these pieces of technology
28 Feb 2017 12 min read
Getting Started

Easy service load balancing with docker-compose

In this blog post I am going to walk through how you can easily setup a load balanced web service using docker-compose. Our web service will have a single end point that returns a message. We will write the web service using Spark to keep things as simple as possible.
15 Feb 2017 5 min read
← Newer Posts Page 2 of 2
Brett Tucker © 2025
Powered by Ghost