The Social App: Setting up the app signature

If you don’t know about this project’s motivation, read the first post here.

In the previous post, we configured our build script to support Kotlin. Today, we’ll set up the app’s signature and raise an important point: how to…


The Social App: Kotlin Setup

If you don’t know about this project’s motivation, read the first post here.

In the previous post, we set up CircleCI to watch the branches of our project, as well as opening pull requests in the repository. Today, we’ll take a closer look at the…


The Social App: Repository Setup

If you don’t know about this project’s motivation, read the first post here.

When setting up a project, the first step is to decide where to host your code. This is an important decision, as it will impact all our code review flow, pull requests…