[β οΈ JOURNEY] Building MP3 AI Manager for Music Hoarders (Day 24)
Added a file list table tied to the selected folder in the sidebar using the Avalonia DataGrid. The app now displays folder contents dynamically in a structured table format. More in the article...
Reached 1000 subs after 4 years and 134 videos
Just want to share some stats on what it took me to get 1000 subs. I still cannot believe it but this might put things to perspective for someone starting today. More in the article...
[β οΈ JOURNEY] Building MP3 AI Manager for Music Hoarders (Day 23)
Implemented recursive tree regeneration for the TreeView control. Integrated filesystem change detection to automatically reflect changes in the app. Removed the horizontal scrollbar from the ScrollViewer for a cleaner UI. More in the article...
[β οΈ JOURNEY] Building MP3 AI Manager for Music Hoarders (Day 22)
Made significant progress on enhancing the TreeView component with icons, recursive subnode generation, and styling. Successfully implemented dynamic tree regeneration on user interaction. More in the article...
[β οΈ JOURNEY] Building MP3 AI Manager for Music Hoarders (Day 21)
Focused on learning how to share data between ViewModels. After experimenting with different approaches like dependency injection, singletons, and messaging, successfully implemented Prism for Avalonia. While initially stuck with dependency injection issues, revising shared services and following Prism examples resolved the problems, enabling event driven messaging. More in the article...