diff options
Diffstat (limited to 'mobile/android/docs/overview.rst')
-rw-r--r-- | mobile/android/docs/overview.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mobile/android/docs/overview.rst b/mobile/android/docs/overview.rst new file mode 100644 index 0000000000..97f6d19541 --- /dev/null +++ b/mobile/android/docs/overview.rst @@ -0,0 +1,26 @@ +Firefox for Android +=================== + +GeckoView +--------- + +GeckoView is a full-featured webview that can be embedded into Android apps using Gecko as the +rendering engine. + +:ref:`Read more <GeckoView>` + +Android Components +------------------ + +Android components is a collection of components useful for building web browser applications on +Android using GeckoView as the rendering engine. + +`Read more <https://mozac.org/>`_ + +Frontend +-------- + +The frontend for Firefox for Android is built as a native Android UI in Kotlin and makes use of +Android Components and GeckoView. + +:ref:`Read more <Building Firefox for Android>` |