How to put file from android app to pc in LAN network -


i have little problem android app. i'm developing android app should read .txt file pc, , path "e:/sharing/hello.txt". shared folder on pc. how can file , read on android app. there solution, or have example how that?

it can in many ways here:

  1. you need write 2 app, 1 in android [as client], on in desktop [as server]

    this way, need connect android server app, , let server app handle find files , transfer android app

  2. easier way, need use data's storage service, such google drive, dropbox, microsoft onedrive, etc.

    to let them auto sync file , put in site, then, need (install app in android or) download file directly site.

  3. easiest way, desktop, send file android's register email. after download google gmail

i suggested, 2 , 3 (even if doesn't relate programming) because easier 1 alot, , many people accepted used in real-life


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -