moko-media icon indicating copy to clipboard operation
moko-media copied to clipboard

Update readme

Open Alex009 opened this issue 6 years ago • 2 comments

  • 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 avatar Sep 02 '19 01:09 Alex009

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

RezMike avatar Nov 03 '20 08:11 RezMike

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") }
    }

Tetraquark avatar Nov 03 '20 12:11 Tetraquark