Hello all,
I am a programmer(I was a programmer 10 years ago and worked with ASP, PHP, SQL, FLASH, ActionScript, Javascript... Web Stuff) and am new to android programming.
I am wanting to build an app that will read an XML file(all the current setting values) from a network attached device(http://ift.tt/2a96MMT) and then have an GUI for reading/displaying/modifying the values and sending the new values back to the device in realtime.
So if the xml file has values like:
<configuration-file>
<section name="section1">
<entry name="name1" value="value1"/>
<entry name="name2" value="value2"/>
</section>
<section name="section2">
<entry name="someothername" value="someothervalue"/>
</section>
</configuration-file>
I could load those values in to check boxes, radios, switched, whatever and when I value is changed I want to send the change to the device over HTTP(http://ift.tt/2aa3pbK)
I'm looking to be pointed in the right direction. What would an app of this type be called and where can I find some examples that can get me going????
I am a programmer(I was a programmer 10 years ago and worked with ASP, PHP, SQL, FLASH, ActionScript, Javascript... Web Stuff) and am new to android programming.
I am wanting to build an app that will read an XML file(all the current setting values) from a network attached device(http://ift.tt/2a96MMT) and then have an GUI for reading/displaying/modifying the values and sending the new values back to the device in realtime.
So if the xml file has values like:
<configuration-file>
<section name="section1">
<entry name="name1" value="value1"/>
<entry name="name2" value="value2"/>
</section>
<section name="section2">
<entry name="someothername" value="someothervalue"/>
</section>
</configuration-file>
I could load those values in to check boxes, radios, switched, whatever and when I value is changed I want to send the change to the device over HTTP(http://ift.tt/2aa3pbK)
I'm looking to be pointed in the right direction. What would an app of this type be called and where can I find some examples that can get me going????
from xda-developers http://ift.tt/2a96Ig6
via IFTTT
No comments:
Post a Comment