White_Rabbit
Lurker
I am trying to write code for BLE data transfering and i got a problem in my code. The word new as you can see below is supposed to be kind of yellow in my code but it has no colours. Is this a problem cause it annoys me.
Java:
private void bluetoothONMethod() {
buttonOn.setOnClickListener(new View.OnClickListener() {
[USER=1021285]@override[/USER]
public void onClick(View view) {
}
});
}
Last edited by a moderator: