Auto hiding Tab Bar on navigation
In Xamarin.Forms on iOS it’s not as easy as it should be to hide TabBar on navigation. In native programming there is a property HidesBottomBarWhenPushed, unfortunately it doesn’t work with Xamarin.Forms.
In Xamarin.Forms on iOS it’s not as easy as it should be to hide TabBar on navigation. In native programming there is a property HidesBottomBarWhenPushed, unfortunately it doesn’t work with Xamarin.Forms.
This question is asked probably by many programmers who start working with BLE on iOS.
Bluetooth Low Energy communication on iOS is not straight forward. You don’t just create a class and start reading/writing data like from local storage. Whole communication is based on asynchronous events…
New limitations The new Facebook’s policy introduces several changes which may be harmful for small scale developers. It looks like […]
In this post I will show how to add a simple localization support to iOS application and how to use it from Storyboard.
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.