Giter Site home page Giter Site logo

maradio's Introduction

MaRadio Android App

A simple custom-made radio app for my personal use.

This app loads custom radio lists from Google Firebase's Real time Database, giving me the ability to edit add/delete/edit radio station within app without a reinstall or even a restart.

What's the point? I have made this in order to combine my favorite channels from Morocco, Denmark, USA, and France into one single app without having to use a large ad-supported alternative like Tune In. Obviously, there are a lot of radio apps out there (especially for android), but they all either come with preselected stations or they are a bit heavy and confusing for my simple personal use.

Side Notes:

  • This is an Android app that can run on minimum SDK level of 16 (Android 4.1).
  • You will need to supply your own Firebase credentials file (google-services.json) to run this app. Put this file in the app/ directory.
  • All libraries used are open source. Find the list in the Gradle build file
  • You will also need to setup a simple Real Time Database with the following document:
{
  "stations" : [ {
    "id" : 0, // ids, not used yet. But keep them unique anyway
    "imageLink" : "http://imageshack.com/a/img924/6642/QrFnnu.jpg", 
    "link" : "http://hitradio-maroc.ice.infomaniak.ch/hitradio-maroc-128.mp3",
    "subtitle" : "",
    "title" : "Hit Radio"
  }, {
    "id" : 1,
    "imageLink" : "http://imagizer.imageshack.us/a/img922/4797/MBdjcZ.jpg",
    "link" : "http://gold.ice.infomaniak.ch/gold-128.mp3",
    "subtitle" : "100% Gold",
    "title" : "Hit Radio"
  }]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.