Disclaimer: This article isn't about how Paparazzi works. If you're new to Paparazzi, I suggest checking out their official repository. Very briefly,...
First of all, what's Stack? Stack is as the name suggests a way of storing data where data that came in last goes out first (LAST IN FIRST OUT). In...
First of all, what is Queue? Queue is as the name suggests, like in real life whoever came in first should go first (FIRST IN FIRST OUT). Whatever...
Disclaimer: This post does not contain background information about biometrics on Android. If you need to quickly walk through the background...
Recently, I came across the below tweet: This tweet caught my attention and I was thinking that day how can I improve my code review process apart...
Note: Below explained solution is not a solution of mine but rather given advice from a colleague. git mv <source>.java <destination>.kt Cut and...