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

Update readme #1

Open
Alex009 opened this issue Sep 2, 2019 · 2 comments
Open

Update readme #1

Alex009 opened this issue Sep 2, 2019 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Alex009
Copy link
Member

Alex009 commented Sep 2, 2019

  • logo (?)
  • description with goals
  • gif with clear example in action
  • features - camera capture, gallery image/video pick, coroutines based api, file picker, video player common controller
  • simple usage (capture photo from camera, select video from gallery, show video in preview)
  • installation steps
  • detailed usage
  • how to contribute
  • license block
@Alex009 Alex009 added the documentation Improvements or additions to documentation label Sep 2, 2019
@Alex009 Alex009 self-assigned this Sep 2, 2019
@RezMike
Copy link
Contributor

RezMike commented Nov 3, 2020

Current Usage section in readme is outdated - the API of the library has changed.

@Tetraquark
Copy link
Collaborator

Also need to add info about required maven repository url in root build.gradle

allprojects {
    repositories {
        // ...
        maven { url = uri("https://dl.bintray.com/lukaville/maven") }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants