Diego Ponce de León
Diego Ponce de León

Diego Ponce de León

Follow
Follow
homeAbout menewsletter

Dart code generation files in git. Yes or no?

Oct 30, 20234 min read

I started writing Flutter and Dart code a few weeks ago for a real production project that we are migrating from another tech stack (Xamarin). Soon I...

Dart code generation files in git. Yes or no?

How to use Charles Proxy in Xamarin to capture network traffic (including SSL)

Nov 16, 20182 min read

Capturing network traffic between your application and your server is a handy way of checking and debugging the data you are sending and what comes...

How to use Charles Proxy in Xamarin to capture network traffic (including SSL)

Android 8 adaptative (vector) icons

Aug 19, 20183 min read

Once we change the target Android version to 26 or higher, the app icon suddenly gets messed up, from a full-size icon to a tiny, hard to notice thing...

Android 8 adaptative (vector) icons

Fixing push notifications on Android 8. Aka channels

Aug 19, 20182 min read

Upgrading your target SDK to 26+ (Android 8) can break your push notifications all of a sudden. Fortunately it's very easy to fix. · Android 8 (API level...

Fixing push notifications on Android 8. Aka channels

UIStackView magic

Jul 11, 20177 min read

When Apple realised a LinearLayout could be useful for developers... · This component is one of the things that should´ve been there for ages, as it...

UIStackView magic

Getting fancy with UIView anchors and state changes

Jul 6, 20173 min read

If you prefer coded user interfaces rather than designers (Xcode Interface Builder or Xamarin designers) you will surely like this API (available from...

Getting fancy with UIView anchors and state changes