android - how to open a resource located on my local server on my mobile browser? -


i have file on local server (localhost) on computer. want open file on android phone's browser in same wifi network local computer. how can this?

do want programmatically or users point of view?

as user: use kind of filebrowser on mobile device , somehow share file (samba, nfs, etc.) on localhost. there dozen ways , hard sugggest best way without knowing setup.

in code: on localhost, provide file server based approach. example, set web server host file via http , access file smartphone via http library (okhttp, etc.) or use different protocol fits use case (again, samba or else).

for better answer, please provide more information local setup.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -