diff --git a/README.md b/README.md index d5932b8c..6eb8605f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,65 @@ -## LibRΒ² +
+
+
+ Access your music library on all your android devices +
-## Issues +**Play** is an open source and lightweight music client for Jellyfin, designed and built natively for Android. -## Future Plans +**Play** is a Single Activity MVVM Application (almost), born with the intention of following the most modern best practices for the development of android applications, and makes extensive use of Architecture Components: -## Screenshots +- *Room* for data storage persistence. +- *Navigation* to manage your application navigation flow. +- *View binding* to easily and securely write code that interacts with views. +- *LiveData* as an observable data holder. +- *ViewModel* to store and manage UI-related data in a lifecycle conscious way. + + +## π Features + +- WIP + +
+
+
+ Light theme +
+ +
+
+
+ Dark theme +
+ +
+
+