Developer
Developer

Reputation: 1813

Android - Storing files in computer

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

Answers (1)

Krish
Krish

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

Related Questions