Tag: featured

  • Android Bluetooth Printing Example Code with Actual Printer Device

    Android Bluetooth Printing Example Code with Actual Printer Device

    Recently, I was asked to make a program for printing some data to a small or handheld Bluetooth printer device. This can be used for printing receipts, simple tickets, or customer notes. I like how it works because usually, we are getting our program output on a computer screen. But this time we are getting […]

  • Android SQLite Database CRUD Tutorial with Example Application

    Android SQLite Database CRUD Tutorial with Example Application

    This is a step by step android CRUD tutorial where we’ll create an Android application that demonstrates Android’s SQLite database capabilities. Operations such as create, read, update and delete (CRUD) in Android is an essential skill every aspiring Android developer must have. In this post, we will cover the following contents: