App for making whatsapp stickers
implements
- auto-cropping
- geometrical shape croping
- addition of text to stickers
- image filters
MVVM architecture,Nav graphs,Room DB and viewBinding are used
contains 3 fragments:
- List_Fragment...(for displaying list of stickers created by the user which we will be extracted from RoomDB)
- Cropping_Fragment...(For cropping the image sent from List_Fragment)
- Editor-Fragment...(For adding Filters and texts to croppped image sent from Cropping_Fragment and save it in RooomDB)
Email: smdevsmail@gmail.com
https://github.com/Muhesh7/StickerMaker/blob/master/CONTRIBUTING.md !! follow the conventions followed here.