1 Repo
Developing and testing Android components in isolation by substituting bundled libraries with local copies before committing changes.
Distinct from Android Development: Distinct from Android Development: focuses on the practice of developing reusable components in isolation with local substitution, not general Android app development.
Explore 1 awesome GitHub repository matching mobile development · Component-Based Development. Refine with filters or upvote what's useful.
Fenix is an open-source mobile web browser for Android that uses Mozilla's GeckoView engine to render web pages with full platform support. It is built as an Android application that provides core browsing capabilities including tab management, bookmarks, and privacy controls, and is developed as a multi-repository project that coordinates the browser UI, reusable Android components, and the rendering engine across separate codebases. The browser's interface is organized as a component-based architecture, where the UI is assembled from a set of reusable Android components that can be develope
Developing and testing Android components in isolation by substituting bundled libraries with local copies before committing changes.