Bluetooth printer scanning using Kotlin

1 · Law Gimenez · May 30, 2021, 1:43 p.m.
One of the requirements of my current project is to be able to establish Bluetooth connection and send texts to print. See the video below for the result. Let’s create an empty Android project and let’s call it BluetoothPrintingSample. Then, create a layout folder inside res folder. Let’s create a simple layout called activity_print.xml. Open … Continue reading Bluetooth printer scanning using Kotlin...