Reputation: 71
I am new to android, I want to know that is it possible for coding purpose that Play music in one android device and listen music in another device.
I want to develop application like Bluetooth music player.
If any one have idea then please share Code or link.
Thanks in advance.
Upvotes: 1
Views: 3759
Reputation: 818
Steps that you follow for above question: 1. Access Bluetooth programetically and pair two devices This link give code sample and logic for same 2. For playing music in another device you need to work with A2DP profile of bluetooth (Api Link)
More over See this example
Upvotes: 1