Android Radio Streaming App with Webview and Menus (Android)

Android Native Radio Streaming App

This item is a multifunctional app with a native radio stream solution. The main concept are the multiple webviews, menus with icons, progress bar, toast messages, redirect and last but not least a local stored jPlayer version to stream MP3/AAC from Shoutcast or other sources.

Screenshot

Add a stream source

streamname + stream domain + port + stream path

var yourstreamanme = "http://server.domain.tld:port/"+";stream path";
var curStream = yourstreamanme;
$(document).ready(function() {
        $("#jquery_jplayer_1").jPlayer({
        ready: function(event) {
            $(this).jPlayer("setMedia", {
            mp3: curStream
            });
        },
        supplied: "mp3" 
        });
    });

For Webview

mWebView.loadUrl("file:///android_asset/www/index.html");

Features

  • Android Native App with Menus, Icons, 404, Toast, Redirect, Javascript Enabled
  • jPlayer (Flash Plugin!)
  • Shoutcast Streaming
  • MP3/AAC Streaming
  • Stream Playlists
  • WebView Based (Webkit / Flash)
  • Multiple Webviews
  • Menus with Icons
  • Toast Messages
  • more …

Test on your device and install the .apk

Download and use jPlayer to stream music

You can use different methods of the player. Please visit jPlayers website. jplayer.org
Demos of the player from jplayer.org here http://jplayer.org/latest/demos/
http://jplayer.org/latest/demo-08/
Notice: Place your player in assets/www/ folder.

Open this with your device and any browser:

Support

Please do not hesitate to contact me.
I’ll try my best to help you with this App.

Download Android Radio Streaming App with Webview and Menus (Android)

Leave a Reply

Your email address will not be published. Required fields are marked *