From 03b7d4f6fe2cef61a1c9b119677a245127d5662d Mon Sep 17 00:00:00 2001 From: Harshil Patel <43263619+its-harshil@users.noreply.github.com> Date: Fri, 14 Feb 2020 11:56:25 +0530 Subject: [PATCH] Create GIF-Maker --- Projects/2-Intermediate/GIF-Maker | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Projects/2-Intermediate/GIF-Maker diff --git a/Projects/2-Intermediate/GIF-Maker b/Projects/2-Intermediate/GIF-Maker new file mode 100644 index 00000000..c524a4d7 --- /dev/null +++ b/Projects/2-Intermediate/GIF-Maker @@ -0,0 +1,20 @@ +GIF Maker App +Tier: 2-Intermediate + +This app helps user to create GIFs using Multiple Images and Videos. + +User Stories + User can either click a photo or upload a photo from the gallery + Processing is done on the image. + App Will create GIFs + User can change the GIFs speed with a seekbar + User will able to share or save that GIFs + User can also see all the created GIFs in Activity +Bonus features +Provide stickers options to add on GIFs + +Useful links and resources +https://github.com/its-harshil/Gif-maker + +Example projects +Android App for text detection - https://github.com/its-harshil/Gif-maker