Tag: Xamarin

Setting up a Backend for a Chat App Using Azure Services
Setting up a Backend for a Chat App Using Azure Services
Ebooks

Download this exclusive chapter from Xamarin.Forms Projects, by Daniel Hindrikes and Johan Karlsson, and learn how to build a chat app with real-time communication. To do this, you need a backend. Create a backend that can scale up to handle a large number of users but also scale down when the number of users is reduced. To… READ MORE

Re-Order ListView Items with Drag & Drop – I
Re-Order ListView Items with Drag & Drop – I
Blog Posts

Drag’n’Drop is just another way the user can interact with the data in a mobile application (quite a powerful one I might add). It can be used to move items in a list from one category to another or simply to adjust the priority of list items. In this context, ListView ordering with drag and… READ MORE