-2

Good evening everybody, I would like to develop an application under android, which can receive frequencies from a radio stations. My idea is to scan the radio frequencies between two values. ie, "scan" between a minimum frequency and maximum frequency. eg: a button starts the scan from (87.5 MHz - 108 MHz) => (87.5 MHz <= f = <108 MHz). But so far I do not know where to start! I have lots of questions in my head. - How do we know that such an android terminal has a radio receiver? Ie is there a function or activity system can help us to detect its presence? - What I need for this type of development?

1 Answers1

4

There is no FM Radio API in android. Any FM Radios on phones are firmware unique to each phone.

Bill Gary
  • 2,987
  • 2
  • 15
  • 19