Skip to content

Instantly share code, notes, and snippets.

View ilhamsuaib's full-sized avatar
:octocat:
hello

ilham suaib ilhamsuaib

:octocat:
hello
View GitHub Profile
@putraxor
putraxor / BluetoothPrinter.java
Created September 15, 2017 06:43
Utilitas untuk printer thermal bluetooth
package id.bitcase.ocafe.utility;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.util.Log;
import java.io.IOException;