Confirmed users
414
edits
Line 9: | Line 9: | ||
== Using GeckoView == | == Using GeckoView == | ||
==== Add Nightly taskcluster repo to your build.gradle ==== | |||
<pre> | <pre> | ||
Line 19: | Line 19: | ||
</pre> | </pre> | ||
==== Add geckoview to dependencies ==== | |||
Again, in build.gradle | Again, in build.gradle | ||
Line 32: | Line 32: | ||
==== Loading a page in GeckoView ==== | |||
You can now use GeckoView your app by including the following in a layout XML file: | You can now use GeckoView your app by including the following in a layout XML file: |