BuildmLearn / mConference-Framework

Android Framework which allows to create apps for conferences and events
BSD 3-Clause "New" or "Revised" License
10 stars 11 forks source link

Remote data updates #1

Open ghost opened 8 years ago

ghost commented 8 years ago

Make it possible to define a URL where an XML file is located which contains updates for the conference data. This URL is checked on each restart of the app, and if the version tag differs, updates are downloaded and applied. This makes it unnecessary to push a new version to the app store for updates of the schedule etc.