blob: 080591e9cf68b915ca6f6c709d7373ca49b87cb6 [file] [log] [blame]
Stuart MacDonald40bab892011-03-14 15:14:54 +01001<p>FmRadioReceiver is a sample application that demonstrates the use of the
2<a href="../../../reference/android/fm/FmReceiver.html">android.fm.FmReceiver</a>
3class to implement a FM Radio receiver in an application. The application allows the
4user to tune to any local radio stations, switch between them, scan for new stations and
5mute the radio. It also allows the user to change the radio band to their suit their location.
6The use of listeners is shown to display the tuned station name if RDS data is present.</p>
7
8<p>The FmRadioReceiver.java file in FmRadioReceiver also illustrates the interaction with
9the MediaPlayer. </p>
10
11<p><strong>See also:</strong><br/>
12<a href="../../../reference/android/fm/FmBand.html">FmBand</a></p>
13<a href="../../../reference/android/fm/FmTransmitter.html">FmTransmitter</a></p>
14
15<img alt="" src="../images/FmRadioReceiver.png" />