summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/docs/index.md
blob: 84d431df3638bbe97d6ccd23d28f0520c817580a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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

<div class="blog-index">
{% for post in site.posts limit:5 %}
  {% assign post = post  %}
  {% assign content = post.content %}
  {% include post_detail.html %}
{% endfor %}
</div>