Popularity
5.4
Stable
Activity
0.0
Stable
475
33
114

Description

After spending 2000+ hours and releasing 4+ successful apps working with image transformations, we’ve decided to share our experience with the community.

Code Quality Rank: L4
Programming language: Java
License: MIT License
Tags: Animations     UI Widget     Layout     Views     Stickers    

MotionViews-Android alternatives and similar packages

Based on the "UI Widget" category.
Alternatively, view MotionViews-Android alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MotionViews-Android or a related project?

Add another 'UI Widget' Package

README

MotionViews-Android

alt tag

Code Guide : How to create Snapchat-like image stickers and text stickers

After spending 2000+ hours and releasing 4+ successful apps working with image transformations, we’ve decided to share our experience with the community.

Task

So the task is pretty simple: add the ability to move, scale and rotate stickers on Android.

Even though it sounds easy, there are a couple of challenges as well. First, there is a zillion of screen sizes of Android devices, and we’d better support them all (or as many as we can). Moreover, it could be the case that you would need to enable users to save/edit their selfies. And if they open their custom works on other devices — the screen size might change, the loaded images might be of a different quality, etc.

As you might have guessed, the task is getting more complicated now.

The solution needs to work on different screen sizes and be independent of the image quality.

In the second part we've also added an ability to create text stickers, update them, and manipulate in the same way as with image stickers.

Solution

MotionViews-Android - is fully functional app that meets the requirements.

Check the Medium articles How to create Snapchat-like stickers for Android and How to create beautiful text stickers for Android about the details of the implementation.

Feel free to use the code for your own purposes.

Check out the app on Google Play.

Play with the online app emulator on Appetize.io.

The video of what we got in the end on the YouTube: Image Stickers and Text Stickers.