Paso 5: Códigos de aplicación
Aquí se agrega el archivo APK. Simplemente puede descargar en su dispositivo Android y probarlo.
O cambiar manualmente el archivo original por Iann (http://forum.rfduino.com/index.php?topic=44.0). En ese caso:
Buscar en MainActivity.java para el siguiente pedazo de código y agregue la línea que se hace audaz:
privado void addData (datos de byte []) {}
Ver ver = getLayoutInflater () .inflate (android. R.layout.simple_list_item_2, dataLayout, false);
TextView text1 = (TextView) view.findViewById (android. R.ID.text1); text1.setText(HexAsciiHelper.bytesToHex(Data));
rfduinoService.send(data);
Cadena ascii = HexAsciiHelper.bytesToAsciiMaybe(data);
Si (ascii! = null) {}
TextView text2 = (TextView) view.findViewById (android. R.ID.text2);
text2.setText(ASCII);
}
() dataLayout.addView
vista, LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.WRAP_CONTENT);
}