Friday, August 19, 2016

A Step by Step Guide to Building an Android Audio Player App

This tutorial is a step by step guide to building an Android Audio app, using the best and most efficient methodologies and APIs. This is a long tutorials, so I have split it into two discrete parts if it's too much to digest in one read:

  1. Building a media player in a service, important for playing media in the background.
  2. Interacting with the service through BroadcastReceivers ( PLAY, PAUSE, NEXT, PREVIOUS). How to handle edge use-cases like incoming calls, change of audio outputs (e.g. removing headphones).

Continue reading %A Step by Step Guide to Building an Android Audio Player App%


by Valdio Veliu via SitePoint

No comments:

Post a Comment