Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am developing simple Android Bluetooth application. But I not able complete that.

Application contain only 3 controls i.e. 2 Edittext and 1 button(Send).

My requirement is when I type anything in first Edittext and click on button(Send). Then first Editbox text should come in second box via Bluetooth with connected device name and address.

I have done the Layout xml and Manifest file but I not able write proper code of threads and how to call the threads in Send button in class file.

Please help!
Thanks in advance!
Posted
Comments
Member 10836129 18-Jun-14 7:50am    
Thanks Richard MacCutchan.

Thanks Richard MacCutchan.

I want to send the text using by separate thread i.e . using Client Server. Please suggest.

Jay


Jay

1 solution

It would be better to understand the data transfer aspects of your project first; see https://www.google.com/search?q=bluetooth+data+transfer+android[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900