-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path_index.html
More file actions
executable file
·15 lines (12 loc) · 869 Bytes
/
Copy path_index.html
File metadata and controls
executable file
·15 lines (12 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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" />