Articles » Development » Multimedia
|
Development/Multimedia
Author:Fernando Cejas
Introduction
In this brief post we’ll be going over how to play back an audio file in a safe fashion.
The Sound File
Making sound files available to your Android application is as simple as recording them in an Android-acceptable...
|
|
Development/Multimedia
Author:Fernando Cejas
Introduction
Android SDK supports the connectivity to the built-in camera. Using the camera to take photos is relatively easy. It is somewhat harder to setup the camera preview to work properly.
Using the Camera API
In our main...
|
|
Development/Multimedia
Author:Miriam Lupion
Introduction
SDK Version: M3 This is the second part of the article, you can find the first part here.
Playing Video and Audio
In this part, I'm going to focus on MediaPlayer. I'm going to show you, how to stop it properly, and how to create...
|
|
Development/Multimedia
Author:Miriam Lupion
There is more than one way, to play media files on an Android phone, let me show you two of them. MediaPlayer is the easier way, if you just want to play an audio file in the background, somewhere in an appliaction. There are no ui...
|