Recently, I was wondering how to implement a particle system animation in an abstract way so that it can be used inside any control. Fortunately,…
Tag: Android
As a mobile applications user sometimes we receive emails with url links that by clicking on them, they open an application instead of the browser.…
Using SVG for icons is a great way to tackle the different resolution issues on mobile platforms, but wouldn’t be even better if we can…
I have been working with integrating push notifications in mobile apps for a while now and got a bit frustrated about going to the same…
I had always wondered how to achieve a draggable view in Xamarin Forms to create some different user experiences. You can definitely do this by using custom…
When working in applications that involve image sharing you might need to provide some functionality related to image manipulation like applying filters. But there’s not a…