46
edits
(Created page with "Fennec is slightly more complicated than the average Android app, here's a brief overview of the most important components: * '''Java code''': ** Frontend: most of the Fennec...") |
No edit summary |
||
| Line 6: | Line 6: | ||
** Services: firefox account code, and sync code | ** Services: firefox account code, and sync code | ||
*** mostly under mobile/android/services/* | *** mostly under mobile/android/services/* | ||
** GeckoView: embeddable web browser widget, i.e. this lets us display web content within Android. | ** GeckoView: embeddable web browser widget, i.e. this lets us display web content within Android. This used to be extremely fennec specific, however there are efforts underway to make it reusable in other apps: | ||
*** Lives under mobile/android/geckoview/* | *** Lives under mobile/android/geckoview/* | ||
edits