I want to pass data from one activity that getting a bluetooth (4) data, to another activity.
which is better: do i need to send it by Intent
, or call the bluetooth once more ?
I want to pass data from one activity that getting a bluetooth (4) data, to another activity.
which is better: do i need to send it by Intent
, or call the bluetooth once more ?