Daniel Beleza

Android Developer

4 lessons learnt the hard way in my first year as an Android Developer

Introduction As you might have read in my “About” page, I’m a self-taught Android developer and started my career on the first months of 2017. I decided to become an Android developer more than a year after I graduated as a Mechanical Engineer. ...

Format a UTC date string into a custom date format

Recently I had ran into a task of converting a simple UTC date into a string with a custom format. This seemed (and actually is) such a simple task, but despite that I took longer than expected to solve this without depending on other dependencie...