Data protection on iOS – security overview
Projects at my work usually require data encryption. Therefore I faced multiple times with question like “how safe is built-in […]
Projects at my work usually require data encryption. Therefore I faced multiple times with question like “how safe is built-in […]
In this article I will explain how to use cloud solutions to provide endpoints for autocomplete feature in serverless applications. […]
Nowadays most applications require internet access. Usually we need a backend to provide content, store data or to share information […]
In this article, I will show you how to implement an attached property for Xamarin.Forms.TableView to add support for bindable sections.
Bluetooth in background mode works almost in the same way as in foreground, however there are some tricky parts. Here you can find some tips.
iOS provides a library called CoreBluetooth which allows to communicate with BLE devices. It hides many low level operations…
While creating Xamarin.Forms applications, definitely you are going to need TapGestureRecognizer often. Implementing it in XAML many times may end […]
Get a single-instance PerformanceCounter Each counter has its own category and name (sometimes also an instance name). To read performance data, we […]
Detect configured protocols To get information about supported IP versions by the network adapter, we need to go through assigned […]
Sometimes we need to prepare a single file application, but what if we want to split a code into DLLs […]