How to change APP content in android but not need to update your soft version
I'm new for android.I want to make an APP change my content everyday, but I don't think my user will like to update my APP everyday.
开发者_如何学PythonHow should I do?
You could make an HTTP request to download your new daily content from a web server. Check out HttpUriRequest:
Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
精彩评论