Jump to content
Sign in to follow this  
GrumpyNoMore

How to LoadFromFile() an xml file on a Windows share into an Android app

Recommended Posts

I am tackling my first Android app (Firemonkey) using RAD Studio. It is supposed to be a mobile version of a Windows VCL app I already did (language: Pascal). It has to access the same client dataset files (.xml) that the Windows app uses, which are stored in a local Windows network share.

 

I have Googled and found all sorts of esoteric references to JCIFS, Samba, etc. I have got as far as installing JCIFS-1.3.19.jar under the Libraries folder in my Android Target node in Project Manager. So how do I actually use this in my app?

 

Thanks in advance for any help you can give me

Share this post


Link to post

If the question is about access via network, SMB is pretty fragile on Linux. I'd recommend FTP or HTTP; probably something more specific like NFS

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×