Implement autocomplete feature using Azure Search Service and AWS API Gateway
In this article I will explain how to use cloud solutions to provide endpoints for autocomplete feature in serverless applications. …
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 …
In order to provide support for bluetooth background mode, you need to add UIBackgroundModes key in info.plist file with array value containing one of …
iOS provides a library called CoreBluetooth which allows to communicate with BLE devices. It hides many low level operations, therefore we don’t have to …
While creating Xamarin.Forms applications, definitely you are going to need TapGestureRecognizer often. Implementing it in XAML many times may end …
Each counter has its own category and name (sometimes also an instance name). To read performance data, we can create an instance …
To get information about supported IP versions by the network adapter, we need to go through assigned IP addresses and …
Sometimes we need to prepare a single file application, but what if we want to split a code into DLLs …
There are many reasons why running an application from memory may be useful. For example your machine might have white-listed applications …