Swift – Bluetooth Low Energy communication using RxSwift and RxBluetoothKit
In this article, I will show you another approach to BLE communication using RxSwift and RxBluetoothKit library which seems to be very promising.
In this article, I will show you another approach to BLE communication using RxSwift and RxBluetoothKit library which seems to be very promising.
Core Data is an efficient framework for object graph management and persistence. It provides ready to use solutions which speed up implementation and solves well-known problems like tracking changes and migrations.
In this article, I will show how to deal with API requests in Redux architecture using ReSwift library.
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…
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 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.