I am developing an android application that has different types of content (text, audio, images).
However, these contents are updated regularly in a server and must be updated to the android application.
There is already a webservice on the server that lets you check the last update of the contents.
I would like to know if there is a kind of package manager for applications so that when the content is updated on the server generates an application package to be downloaded by the android application.