Skip to content Skip to sidebar Skip to footer

How To Send Files From Pc To Android Device Programmatically

For my application i need to send a document from PC to Android device programmatically. I've searched along some forums, but couldn't find any sample for this. Can any one help m

Solution 1:

You could just use a socket connection. the pc would be your server and the android app would be your client. This way you can send data (including documents i presume) from your mobile device to your pc and vice versa.


Post a Comment for "How To Send Files From Pc To Android Device Programmatically"