Search code examples
androidfeed

Updating content in android without submitting a new apk file


How do news apps update their newsfeed with new news? Do they submit new apk files to google play everyday? or how do they do it? Is there a framework they use.? Please anyone with knowledge of this , please help fill me in, Thanks


Solution

  • Any app that has data that is updated uses some type of server API to fetch new data.

    https://en.wikipedia.org/wiki/Application_programming_interface