Swift – face detection & problems

Hey, I’m Adrian, an Android developer and today, I did some swift. Hypothesis Have an already build iOS app written in Swift 3 that works amazing. The developer is on a short vacation and I wanted to not keep the client waiting. So I decided to implement a simple feature: face detection! I already knew […]




DataBinding meets RxJava

About two months ago, started to be interested in Android DataBinding as I was familiar with it from the Windows Phone days. Today, I read an article about combining RxJava and DataBinding. Thinking of taking a recent project (casastiti) and try it out as an experiment. Though, “using RxJava with Android Data Binding may improve […]




Want to insult someone?

Call them talented! It’s the most idiotic thing to call someone that worked his ass off for something. It’s not talent, it’s not something you were born with, it’s hard work! I’m not a good programmer cause I have talent, I wasn’t born with this knowledge, I worked, I coded, I read, I tested, I developed, […]




ValueAnimator problem when using a ReverseInterpolator.

By the end of this week, we’re gonna publish an app for Android and iOS. While preparing for submission, decided to play with it on a Nexus 6p. And then I had a moment of panic when I saw that one of my cute animations weren’t working as I was expecting. Thus, posted about it […]




50 resources in Android – why i’m lazy

So, working on this app, that has cells like this one: See the rounded pink bar to the left? It comes in around 50 colors (it might as well by 10000000) the number is irrelevant. Before I knew it will come in different colors, I just used a png and set it as drawable (lazy, […]




I’m an excelent Googler

Around one year ago, i started to learn swift because I wanted to be an android and an iOS developer. Do both, earn more this way. Stuff happened, couldn’t continue learning, so I started to do swift again 5 months ago. Just that… i found out something… that I can’t! I can’t be an android developer, […]




Android 7 – it’s frustrating!

A little bit of context. In android 6, we got introduced to a thing called “doze mode”. A very very good feature that detects when you are not using your phone (when you are sleeping, mainly) and turns a lot of it features off. Had a little bit of a problem when working with this […]




Clean Architecture

I’m all about being the best I can be at what I do. I accept critique all the time from anybody. If the person is right, I learn, if he’s wrong, I explain why, we start debating and I still learn. So, recently I started to change my code style and started to read on […]




What has testing taught me

I think it’s been a little over a month since I started implementing tests. Recently, I delivered my first full testable app and although I’m just at the beginning, i can feel a huge difference in my coding style. Let me explain. I didn’t feel much of a difference at first, but I opened an […]




Devices I use – my babies

As an android developer, you need to have devices to test on. For the last two years I worked on heavy GPS location based apps and had to test on a multitude of devices. Real devices OnePlus Two: my day to day phone. I do most of my development on it. Nexus 5: got it last […]




Recent posts