Skip to content

kyotohongaku/Android-Podcast-Player

 
 

Repository files navigation

Android Podcast Player App

Demo app allows the user to explore and search iTunes for their favourite podcasts.

The app is a learning exercise in the implementation of the following:

  • Designed with a phone layout in mind using activities/fragments
  • Activity/fragment communication via interfaces
  • SearchView and QuerySuggestionProvider
  • Google's ExoPlayer
  • Download and parse xml from iTunes using a combination of Retrofit, okhttp, simplexmlframework and JSoup.

Pre-requisites

  • Min Android SDK supported v16

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Screenshots

Phone

Phone

Credit

The project uses the following 3rd party libraries:

MIT License

Copyright (c) [2016] [William Fero]

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

Android Podcast Player - search the iTunes database for your favourite podcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%