I embarked on my software journey back in 2000, and today, I passionately craft high-quality mobile apps, delivering to thousands of users.
Nothing here yet.
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 back from the server. Charles Proxy shows network calls in a sequence or as a tree structure, includin...

Android 8 (API level 26) expects any notification to use a Channel. So we need to implement them but only when the API level is 26+. Channels should be ignored otherwise because they won´t be available, meaning that your app will throw an exception i...
