Android: Add Timestamp to URL for WebView
问题 For starters, I am not a programmer, my wife is making me learn how to program for Android because she wants me to make her some apps to use around the house. I have a basic app that loads a JPG into a WebView window. I read that in order to help manage caching it's a good idea to add a timestamp to a URL. I am not sure how to add a Timestamp into the URL. This is what I have now: mWebView.loadUrl("http://www.website.com/webviewimage.jpg"+"?123"); I plan to replace the "?123" with the