Reputation: 1813
I'm developing an android application which records sounds ..
I want to save the recorded sound file directly in my computer rather than storing in the sdcard of the emulator ? How can I do this?
Upvotes: 0
Views: 58
Reputation: 437
You need to create a Web-Service for such operation. The Web-Service can be develop in Servlet,PHP or using .net
Upvotes: 1