Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 230 Bytes

Components.md

File metadata and controls

9 lines (5 loc) · 230 Bytes

Components

This page outlines our strategy for converting Lona components to Android UI components.

Strategy

Lona components will be converted into a combination of XML layouts and View subclasses.

...details coming soon