Android Question Fill a panel control from remote XML

ocalle

Active Member
Licensed User
Longtime User
Hello, Good Morning, i want ask if it possible fill a panel (modify controls) from an xml file located in a webserver. I think in this to make one app and modifiy the xml text for updates.
Best regards
Osvaldo
 

DonManfred

Expert
Licensed User
Longtime User
Yes

Note that you need to build the solution by yourself!

But you can use a Textfile, XML, JSON, whatever.

You need to parse them to get the infos and change objects based on this.

I don´t know a already made solution. As written; This needs to get build by yourself.
 
Upvote 0
Top