Skip to content

Nikhil-z/KDIC-Radio-Android

 
 

Repository files navigation

KDIC Android

UPDATED: 30 September, 2015

KDIC Streaming App

The KDIC Streaming App is a convenient way for anyone to tune into their favorite radio station, KDIC, based out of Grinnell College, IA.

Source for Grinnell-Menu can be obtained here!

You can obtain the source with the following command:

git clone git://github.com/GrinnellAppDev/KDIC-Radio-Android.git

If you would like to contribute, shoot us a pull request.

Authors and Contributors

Homebrewed by Grinnell AppDev!

Current Builds

Previous Builds

  • Patrick Triest
  • Spencer Liberto
  • Travis Law

Organization

Directory Structure

Generated with tree -d -I build|androidTest.

.
├── app
│   ├── libs
│   └── src
│       └── main
│           ├── java
│           │   └── edu
│           │       └── grinnell
│           │           └── kdic
│           └── res
│               ├── drawable
│               ├── layout
│               ├── menu
│               ├── values
│               └── values-w820dp
└── gradle
    └── wrapper
  • KDIC-android.php is the PHP script used to parse the HTML table schedule data to JSON, and is hosted here.

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

App for the Grinnell campus radio station.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.6%
  • PHP 2.4%