Android Tutorial for GeckoView: Getting Started | Kodeco, the new raywenderlich.com

In thus tutorial you’ll learn about GeckoView, an open source library that allows you to render web content on Android using the Gecko web engine.


This is a companion discussion topic for the original entry at https://www.kodeco.com/1381698-android-tutorial-for-geckoview-getting-started

I try to use Geckoview to replace android builtin webview.
I load a local html named “index.html” which located in /assets/. All the files(ex: *.js, *.css) are located in /assets/ too.
The effect Geckoview shows equations is great. :smile:
I want to change the content of index.html by code any time I want to – like webview.loadDataWithBaseURL() does. Is it possible to do that?
If it is possible to do that, could you provide an example or tutorial?

Many thanks!!