Stuart MacDonald | 40bab89 | 2011-03-14 15:14:54 +0100 | [diff] [blame] | 1 | <p>FmRadioReceiver is a sample application that demonstrates the use of the |
| 2 | <a href="../../../reference/android/fm/FmReceiver.html">android.fm.FmReceiver</a> |
| 3 | class to implement a FM Radio receiver in an application. The application allows the |
| 4 | user to tune to any local radio stations, switch between them, scan for new stations and |
| 5 | mute the radio. It also allows the user to change the radio band to their suit their location. |
| 6 | The 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 |
| 9 | the 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" /> |