summaryrefslogtreecommitdiffstats
path: root/mobile/android/docs/overview.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /mobile/android/docs/overview.rst
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/docs/overview.rst')
-rw-r--r--mobile/android/docs/overview.rst26
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>`