Media, streaming, and transfer plugin

We will be starting with a simple music player application that will demonstrate the usage of different plugins, but the possibilities here are endless. You might think of building a music recommendation application that will play music according to your inputs, mood, or other factors, although you will need a good backend application ready for this to support recommendations. As we have decided on the major functionality that our application will have, we will now need mainly three Cordova plugins, which we will install now:

    $ ionic cordova:plugin add cordova-plugin-media    $ ionic cordova:plugin add cordova-plugin-file-      transfer    $ ionic cordova:plugin add cordova-plugin-streaming-      media

The next step ...

Get Hybrid Mobile Development with Ionic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.