본문 바로가기

Android

byte to string

byte byteData = 0x1e;
String stringData = Byte.toString(byteData);

'Android' 카테고리의 다른 글

native log  (0) 2013.10.08
ByteTokenizer  (0) 2013.10.08
android thread  (0) 2013.10.08
the applications move to sdcard  (0) 2013.10.08
error ==> Your project contains error(s), please fix them before running your application  (0) 2013.10.08