Hi all :)
I'm desperately trying to access files using an Android device over a network. In our home, we have a RAID that is linked to our network (so we need to be logged into our wifi to access it), and in it are some image files I use for my application on the PC. I am attempting to recreate this program onto android, but one problem I have come across is I cannot execute the above. For example, before I only needed to write:
PImage ball = loadImage(//HOME_PC/Raid/files/ball.png);
'HOME_PC' being a computer linked into the network and a raid harddrive installed to it.
The first question is, have you understood what I am asking? because I'm not very good at explaining
and second is, is there a way to access files over a network using an android device?
Any help would be appreciated, and if any further explaining is needed, just ask :)
KingD.
1