Christian Jacob
Christian Jacob
In Step3.cshtml and Step5.cshtml there are several places that use hardcoded URLs to your blobstorage. When someone tries to get the code up and running for himself, this will result...
I am thinking about integrating Ads the first time and since Xamarin has been closed for any further development, I chose to implement my Apps using .NET MAUI. MAUI is...
**Is your feature request related to a problem? Please describe.** I use SVGator for creating animated SVGs. However, .NET MAUI is not (yet) capable of playing animated SVGs. SVGator recently...
I was using the Analytics and Crash packages (Version 4.5.0) in my current .NET MAUI App and it worked for both Android and iOS. Now, on .NET MAUI RC3, AppCenter...
### Expected behavior and actual behavior. When configured to use UK locale instead of US for datetime values (DD-MM-YYYY instead of MM-DD-YYYY), I expect an activities' month and day to...
The documentation states that there is spriteBatch extension method that allows for a parallaxmode to be set. However, there is no such extension.
As far as I understood, the CWA is implemented for iOS and Android. Android for instance can also be run on RPi. The requirements are support of Google Services and...
Right now, I can set a specific layers' opacity property to a value of my choice. This makes the TiledMapRenderer set the respectives layers' TiledMapEffect.Alpha property accordingly and thus renders...
Sometimes, it makes sense to update whatever happens within a GameScreen, even if you leave it. GameScreens can be used not only to have a LoadingScreen, a MenuScreen, a MainScreen,...
I used Tiled to create a tiled map. So that I can add static visual assets offgrid, I added an Object Layer and used the "T"-shortcut with on selected tiles....