문제

I'm new to Android development, and one of my app's function (at least on paper) would be interacting with a PC of choice and saving images. I came across Wifi Peer-to-Peer, and it appears that I might be able to do that but there is no official documentation on it.

I also came across this question which seems to imply that I may be able to do so, but I would like some verification.

도움이 되었습니까?

해결책

Yes it is possible.

You can use TCP. So you can do what you like, you just need the internet permission. Ad hoc networks are also possible, but I would not use them better use a given infrastructure.

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