Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Collaborator

@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant