I am building an APP which communication with a PLC. I want to read out status of hardware inputs and outputs. My PLC can give this information with XML pages. So I need to read out a XML page.
I already did this in VB.NET. I used a WebView and downloaded the documenttext of the XML to a string. This string I used for getting the right information.
But how does it works in Android ?
I've read something of HTTPutils2, but it does not work...
I already did this in VB.NET. I used a WebView and downloaded the documenttext of the XML to a string. This string I used for getting the right information.
But how does it works in Android ?
I've read something of HTTPutils2, but it does not work...