diff --git a/README.md b/README.md index 46ae9df9..96e87e09 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A curated list of awesome Android UI/UX libraries. * [ViewPager](#ViewPager) * [Label / Form](#Label--Form) * [Image](#Image) +* [Video](#Video) * [SeekBar](#SeekBar) * [Progress](#Progress) * [Menu](#Menu) @@ -223,6 +224,12 @@ Name | License | Demo [ChiliPhotoPicker](https://github.com/ChiliLabs/ChiliPhotoPicker) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | [Android Ribbon](https://github.com/skydoves/AndroidRibbon) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | +Video +====================== +Name | License | Demo +--- |---------| --- +[Video Editor SDK](https://github.com/Banuba/ve-sdk-android-integration-sample) | Unknown | + SeekBar ====================== Name | License | Demo diff --git a/art/VideoEditorCameraPip.gif b/art/VideoEditorCameraPip.gif new file mode 100644 index 00000000..b2071f6f Binary files /dev/null and b/art/VideoEditorCameraPip.gif differ diff --git a/art/VideoEditorCameraPreview.gif b/art/VideoEditorCameraPreview.gif new file mode 100644 index 00000000..b89edb13 Binary files /dev/null and b/art/VideoEditorCameraPreview.gif differ diff --git a/art/VideoEditorTimeline.gif b/art/VideoEditorTimeline.gif new file mode 100644 index 00000000..69f9f086 Binary files /dev/null and b/art/VideoEditorTimeline.gif differ diff --git a/art/ve_sdk_camera_pip.gif b/art/ve_sdk_camera_pip.gif new file mode 100644 index 00000000..b2071f6f Binary files /dev/null and b/art/ve_sdk_camera_pip.gif differ diff --git a/art/ve_sdk_editor_timeline.gif b/art/ve_sdk_editor_timeline.gif new file mode 100644 index 00000000..69f9f086 Binary files /dev/null and b/art/ve_sdk_editor_timeline.gif differ