diff --git a/README.md b/README.md index d5932b8c..6eb8605f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,65 @@ -## LibRΒ² +

Play for Jellyfin

+
+

+ Libra +

-## Features +

+ 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 + +

+ +

+ + +## 🀝  Found a bug? Missing a specific feature? + +Feel free to **file a new issue** with a respective title and description on the the [CappielloAntonio/play](https://github.com/CappielloAntonio/play/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! + + +## β˜•  Buy me a coffee + +Whether you use this project, have learned something from it, or just like it, please consider supporting it by [buying me a coffee](https://www.buymeacoffee.com/), so I can dedicate more time on open-source projects like this :) +Alternatively, you can buy the paid version of my app through Play Store. + + +## πŸ“Έ  Screenshot + +

+ Light theme +

+ +

+ +

+ +
+ +

+ Dark theme +

+ +

+ +

+ + +## πŸ“˜  License + +Play is released under the under terms of the [MIT License](LICENSE).