Bryan L
04/19/2021, 3:49 PMPass (Saturday)
: Slow Day Accomplished some progress on animations and refactored
-----------------------------------
Day 38 (Sunday)
• Daily Doc:
-- Implemented Splash Screen
-- Implemented Login Screen
-- Implemented Google Sign In
-- release apk now works with Google Sign In (finished day 39, but most work done here)
-- spaghetti code grew
Self-Comment
• Big day! Found a recent post on reddit that someone implemented google sign in with Compose. While their project uses multiple activites / fragments, I had to do a lot of tweaking to get it to work with mine. A lot of cleaning up to do needed, but super successful!
• Regarding the release apk, I had almost finished up by midnight but when I tested the release APK I noticed that the google sign in did not work. 4 hours later after breaking my code to an unrunnable state, I deleted it and grabbed the version off of github (thanks Version Control!). Woke up today with a clearer mind and downloaded the release sha1 key as I only had the debug version before.
• Really need to focus on cleaning up my code after that big push yesterday. Also came across a few posts about ViewModels in Compose and dealing with state. Will look into it at somepoint
Goals Tomorrow
• Clean up code, refactor, fix bugs in Daily Doc