uptechteam / MotionViews-Android

Code Guide: How to create Snapchat-like image stickers and text stickers.
https://blog.uptech.team/how-to-create-snapchat-like-stickers-for-android-50512957c351
MIT License
479 stars 112 forks source link

Any ideas on how the database schema should be ? #25

Closed khalilyamoun closed 6 years ago

khalilyamoun commented 6 years ago

Thank you guys for this awesome "Library" !

and ideas how to store entities postion, rotation, scale etc... in a MySql database ?

AndriyBas commented 6 years ago

@khalilyamoun when I used it in a production app, I used Realm to store entities. It's easier with JSON-like databases. For SQL you'll need to write wrappers