Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

extension library draft #837

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

extension library draft #837

wants to merge 1 commit into from

Conversation

jafu888
Copy link
Contributor

@jafu888 jafu888 commented Jul 28, 2023

This outlines the two extension libraries. Views and Compose.
The goal is to contain a collection of View and Compose stand alone components that may depend on ConstraintLayout
and we find helpful in developing Views or Compose Applications.

Compose as much as is possible should be pure kotlin multi-platform with intent to support multi-platform
Views should be as much as possible pure java/android to be as backward compatible as possible.
We will welcome contributions.

Everything is subject to change.
But this provides a concrete proposal for us to work against.
Several things are missing and need to be in place for release:

  1. test/android
  2. projects to run against
  3. comments, documentation and examples
    1. Readme's in all directories contain files.
    2. Are methods all commented

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant