The KDIC Streaming App is a convenient way for anyone to tune into their favorite radio station, KDIC, based out of Grinnell College, IA.
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.
Homebrewed by Grinnell AppDev!
- Patrick Triest
- Spencer Liberto
- Travis Law
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.
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/>.