Back to project page GarageRadio.
The source code is released under:
Apache License
If you think the Android project GarageRadio listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * Class MainActivity is the main Activity of Garage Radio application * In this activity user can play/stop the music and use the chat box */* w w w. j ava2s . c o m*/ * @author Sara Craba * @since 4/28/14 * @version 2.0 */ package com.garageradio.app.mainpage; public interface AsyncResponse { void refreshTitleView(String title); }