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 me with the sample code. Thanks in advance.
Regards,
Smith
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.