B BarrySumpter Active Member Licensed User Longtime User Aug 11, 2012 #1 Hi all, I'd like to buila a wifi walkie talkie app. Can anyone make some sugggestions or point me in the right direction? tia
Hi all, I'd like to buila a wifi walkie talkie app. Can anyone make some sugggestions or point me in the right direction? tia
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2012 #2 The Bluetooth chat tutorial should be helpful as Wifi is quite similar: Android Bluetooth / BluetoothAdmin Tutorial There are two libraries that allow you to record audio: AudioRecord and AudioRecorder. Libraries - Basic4android Wiki Instead of sending the text messages you will need to send the recorded audio. Upvote 0
The Bluetooth chat tutorial should be helpful as Wifi is quite similar: Android Bluetooth / BluetoothAdmin Tutorial There are two libraries that allow you to record audio: AudioRecord and AudioRecorder. Libraries - Basic4android Wiki Instead of sending the text messages you will need to send the recorded audio.