The Studentencodex app is the ideal side project for me to try out new functionality and to learn new libraries and frameworks.
In version 6 you can create lists of songs. This allows you to organize songs any way you want. If you had favorited songs in a previous version of the app, they will automatically be migrated to a ‘Favorites’ list during the app upgrade.
This version also improves the support for tablets and foldables by leveraging the new ListDetailPaneScaffold
of the Material 3 adaptive layout library.
The scaffold handles screen space calculations. When sufficient screen size is available, the detail pane is displayed alongside the list pane. On small screen sizes, the scaffold automatically switches to displaying either the list or detail pane full screen.
Additionally, I have added support for Android 15 (targetSdk = 35
) and updated all third party libraries to their
latest version (which should fix a couple of rare crashes).
You can install the latest version of the Studentencodex app from the Play Store.
PS: Note that, even though the app is translated to English, most songs in the app are in Dutch/Flemish.