Decided to use a second `pass` on Sunday for a 2 ...
# 100daysofkotlin-2021
b
Decided to use a second
pass
on Sunday for a 2 day weekend. Haven't had a big break in awhile.
Day 44
• Added Drawer to Daily Doc • Implemented Drawer Navigation from Login Screen to Account Screen inside the Drawer. • Implemented first
enum class
,
Crossfade
, and
when
block (in app) • New APK Available
Self-Comment
• Not quite what I had in mind for the day, but when going to start implementing account settings I started to wonder if I could implemented some form of nested-navigation inside a drawer. • Played around quite a bit as I decided to try using an enum class and state to declare which screen to show. While there's some obvious UI issues seen(minor), it works and even has transition animation(current navigation component doesn't support transition animations, have to fiddle with it to make it work). I'll show a screenshot of the difference between my drawer navigation code vs my original compose navigation. I'll leave it as is to display two different ways of navigation, but it may also confuse someone viewing my code as it might not look consistent. • I didn't spend as much time working as usual, but I felt more productive with the time I did spend. I wonder if it was because I took an actual break. 😅 • The code can definitely be refactored and cleaned up, but the most important thing is that it's working. 1. Android Weekly #463 Biggest change is Room Auto-Migrations in my opinion! 2. Android Worldwide, April 2021 is Tomorrow. I signed up for it, will see how much I participate in!
Goals Tomorrow
• Participate in Android Worldwide, April 2021 • Implement either User Data/Firestore in App or work on Animations/UI.
🔥 1