문제

I am developing an android application that enables user to transfer files from an android device to PC.

How can i transfer selected files/apps to a connected PC?

도움이 되었습니까?

해결책

You can just use a socket connection. your pc would be your server and the android app would be your client. This way you can send data from your mobile device to your pc.

for example you can refer below link

http://www.javaworld.com/article/2077322/core-java/sockets-programming-in-java-a-tutorial.html

this is basically written in java but similarly you can write it in android.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top