danielmbutler / Photo_Notes

Notes App with Photos using Jetpack Compose and Room Database
10 stars 1 forks source link

Updates/Changes Available to You #1

Open srseibs opened 2 years ago

srseibs commented 2 years ago

Hi Daniel - Very nice course, which I really enjoyed. As I code-along with courses, I like to update content to the latest versions and refactor into the latest "best practices". I do this to learn more and apply the knowledge I accumulated.

I just completed your course and my result is here in GitHub. You are free to peruse or steal anything that strikes your fancy. Please don't take this as a criticism of your work - just another take on it in the hope you might find some use.

https://github.com/srseibs/PhotoNotes

Changes I made:

danielmbutler commented 2 years ago

Thanks for sending this over much appreciated, I like the changes you made, I am trying to learn theming myself so its good to see your approach, I did think about including in Hilt but deliberately omitted it from the course as I want to focus more on Compose rather than DI. I do like the changes you made for the Theme, Navcontroller and the use of "by remember" so i will look into adding those.

Glad you enjoyed the course.

Happy coding !

Daniel