https://kotlinlang.org logo
#compose
Title
# compose
i

Ian Warwick

01/09/2020, 9:14 AM
Just open-sourced my little playground app memset which will eventually be a memory card creator app (like flash cards) just working on the editor part and at some point will add the ability to persist cards and see them as a listing. I tried to do this before with commercial motivations but failed due to time (got many other hobbies and interests!) so this time round I am going to offer the source code as open so other folks can benefit from my failed projects 😆 https://github.com/fluxtah/memset (apologies no docs yet)
👍 3
I want to now have a toolbar option to spin the card around (card flip animation) to the back-side, what is the best way to achieve this right now? 🙂