I mean to start developing a simple android application for printing labels using zebra RW420 printer. They have SDK for android but I cannot figure out where to start from.
I invision an app with a single screen, it asks for the label or purchase order, how many copies we’d like to print, and a print button. Can someone help me get started. Any help will be appreciated.
How I am a going to search for the printer will the SDK will do it for me ?? or I have to use Androids BluetoothAdapter class … about the label format do I have to create myself or I can use the existing file in the SDK ??
Can I set the printer to print multiple copies ??
The SDK provides a bluetooth discovery class. Look at the documentation and the examples. Check out the
BluetoothDiscovererclass. It provides a method to find all bluetooth devices and notifies you in a handler. There is a Developer Demo which comes with the SDK which has an example of how to do a discovery: