Actually I need to transfer the integer value along with the bitmap via bluetooth.. Now my problem is I need to transfer the in
integer
bitmap
bluetooth
in
for 0-255 numbers.
int i = 200; // your int variable byte b = (byte)(i & 0xFF);