I have a html file stored in my assets folder say /assets/something.html. Now I want to write a value for it dynamically which comes from my web service. I have stored my value into some variable and now I want this value to be written into something.html file.
Any ways to do this? When I surfed for this, I got some answers saying it is not possible, is it correct?
Assets are generally static, in other words you don’t change them. They’re there for you to use in your app only. If you need to store data persistently on the users phone (like the value you get from your web service), please take a look at the documentation for Android Data Storage