I want to make an android Service that downloads files from local network through wifi to my android devices. The problem is that I dont know how can I access to the files. Can anyone help me how can I do that?
A simple search found this:
Download a file with Android, and showing the progress in a ProgressDialog
Which seems to be what your looking for assuming your downloading over the HTTP protocol.
The problem with your question is the lack of information for someone to give you any sort of real help.