1
0
Fork 0
firefox/mobile/android/android-components/docs/index.md
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

708 B

layout
page

Overview

Mozilla Android Components is a collection of independent, reusable Android library components to make it easier to build browsers and browser-like applications.

Motivation

  • 🚀 Accelerate development: Our components are customizable building blocks that are individually adoptable but built to work together.

  • 📉 Reduce maintenance overhead: Building a browser is a complex task. With the use of our components you get a solid foundation to build on top of.

Updates

{% for post in site.posts limit:5 %} {% assign post = post %} {% assign content = post.content %} {% include post_detail.html %} {% endfor %}