Recent posts

Process death in Android by Example.

9 minute read

Let’s try to understand what “Process death” in Android is. We’ll simulate the “Process death” on a simple login form.

Writing your first custom lint.

8 minute read

Migrating a library to newer one is not a piece of cake. Showing lint warnings for the usages of a deprecated library could be considered as a first step.