Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top