mahendranv / pod-room

Ready to plug in Room entities / daos for podcast app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JitPack

pod-room

Podroom is a versatile data layer designed to streamline the development of podcast applications. By handling the entity and DAO management, it empowers developers to focus on enhancing the user experience and perfecting the player functionality.

Features

  • Fetch and persist podcast and episode details
  • DAOs (Data Access Objects) for download and player queue
  • Export podcast list as OPML (Outline Processor Markup Language)

Usage

Refer https://github.com/mahendranv/pod-room/blob/main/app/src/main/java/com/github/mahendranv/podroom/DemoViewModel.kt

Contribution

Contributions are welcome and appreciated! We value community contributions to make Podroom the best possible solution for podcast app development. Whether you have bug reports, feature requests, or would like to submit a pull request, we welcome your input. Thank you for your interest in making Podroom even better!

License

MIT License

Copyright (c) 2023 Mahendran

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Ready to plug in Room entities / daos for podcast app

License:MIT License


Languages

Language:Kotlin 100.0%