Optimizing your Flutter build runner for faster development
Explore how to supercharge your Flutter development with faster build times. Learn practical strategies for optimizing build_runner configuration. If like me...
Explore how to supercharge your Flutter development with faster build times. Learn practical strategies for optimizing build_runner configuration. If like me...
Converting a Xamarin app with over 100 screens and 3 million users across more than 12 countries in Flutter is quite a challenge. In this blog post, I’ll div...
Converting a Xamarin app with over 100 screens and 3 million users across more than 12 countries in Flutter is quite a challenge. In this blog post, I’ll div...
Creating a Xamarin Android binding library is not an easy task and is different for every native library. This article is the second of a series of 4 article...
Creating a Xamarin Android binding library is not an easy task and is different for every native library. This article is the first of a series of 4 articles...
Huawei provides a set of tools to work on Android phones that do not use Google Play Services. In this post we will see how we can use them in a Xamarin Andr...
Exporting analytics with App Center to Application Insights is pretty straightforward. Errors and crashes are not exposed directly though. Fortunately, there...
I have always found App Center to be quite limited in terms of analytics. Little did I know that it is just the entry point for a powerful mobile analytics p...
Most mobile application requires network connection. Unfortunately analysing calls is not so easy.
Using custom fonts in Android application was a bit of a pain. Android 8 made things much easier for us with the ability to use local or remote custom fonts ...
Le projet sur lequel je travaille avec un collègue utilise des services avec Web API. Pour les développer, il utilise son poste Windows local et se sert de I...