Bryan L
03/18/2021, 4:47 AMDay9
• Covered Reliability in DDIA and history of languages in AK
• Played around with navigation in Compose
• Worked on and tried to understand friend's code that RBP is for.
Self-Comment
• Interesting points in the books so far although the chapters are taking longer to go through(but that's okay!). I can tell I'm going to enjoy reading DDIA.
• Had some fun with navigation between screens. Spent some time learning it, but didn't test as I am prioritizing RBP at the moment.
• I sort-of finished the pseudocode for RBP, but with my friend whom I'm working on the project for had showed me his code he typed up for it(Python) is making me feel like I should get it working like his before I go about refactoring. But it feels like a completely different thought process in building it than I'm used to. Spent quite a few hours trying to translate it over to Kotlin, but not making much progress. I may just reset my approach on this one, again. Trying to comprehend Python and it's style without ever dealing with it prior has it's bumps.
• Earlier start than normal tomorrow with errands, so did not do sqlite practice tonight.
Goals Tomorrow
1. Spend time reading DDIA and AK
2. Figure this Report Builder Project out
3. Look over parts of Section 4 on sqlitetutorial
4. Review collections docs and/or video
5. Possibly play with navigation (viewmodel <-> Screens)