| <p>FmRadioReceiver is a sample application that demonstrates the use of the |
| <a href="../../../reference/android/fm/FmReceiver.html">android.fm.FmReceiver</a> |
| class to implement a FM Radio receiver in an application. The application allows the |
| user to tune to any local radio stations, switch between them, scan for new stations and |
| mute the radio. It also allows the user to change the radio band to their suit their location. |
| The use of listeners is shown to display the tuned station name if RDS data is present.</p> |
| |
| <p>The FmRadioReceiver.java file in FmRadioReceiver also illustrates the interaction with |
| the MediaPlayer. </p> |
| |
| <p><strong>See also:</strong><br/> |
| <a href="../../../reference/android/fm/FmBand.html">FmBand</a></p> |
| <a href="../../../reference/android/fm/FmTransmitter.html">FmTransmitter</a></p> |
| |
| <img alt="" src="../images/FmRadioReceiver.png" /> |