Articles » Development » Graphics/Audio/Video
Examples articles to know how to manipulate audio, video and graphics in applications.
RSS Feed|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
I read an article from the people of droidnova that was very interesting to get started with graphics in android. The first part of this series will show you, how to display an image in a normal View.
Graphics in Android - Part I...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
If you didn't see the first part, go here.
Graphics in Android - Part II
The second part of this series will show what you have to change to switch from using the View class to SurfaceView class.
Just to remember, our last...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
If you didn't see the first part, go here. Even, you should see the second part here.
Graphics in Android - Part III
The third part of this series will add some interactivity to our little application. We will add the possibility...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
If you didn't see the first part, go here. If you didn't see the second part, go here. If you didn't see the third part, go here.
Graphics in Android - Part IV
The fourth part of the series will show you how to add more bitmaps...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
If you're new, to see the first part, go here. Second part here. Third part here. Fourth part here.
Graphics in Android - Part V
The fifth part of this series will let the icons move around. What do we need, if we want to have...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
If you're new, to see the first part, go here. Second part here. Third part here. Fourth part here. Fifth part here. The sixth part of this series will let you move the item you will add. As long as you touch the screen, you can...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
If you're new, to see the first part, go here. Second part here. Third part here. Fourth part here. Fifth part here. Sixth part here. In our last part of this series, I will present a mini “game” based on the very famous game...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
In order to make anything more than very simple games in 2D it’s important to be able to draw animated sprites.
2D Sprite Animation
There are several ways to create animated sprites in Android, including using XML based...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
Google launched Voice Actions in the Google Voice Search for Android — an awesome way to search, control, and communicate on your phone faster than ever before, by using your voice. In this article you will learn how to support...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
This post is a brief tutorial on getting started with 2D physics on Android.
2D physics can greatly enrich games by realistic behavior of objects such as polygons (boxes, rectangles, polys) and circles in a world setting. The...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
This tutorial is an introduction to the built in animation frameworks that are part of the Android UI library. Without writing any animation/drawing code, you can do 2 types of animations – layout transitions that affect ViewGroups,...
|
|
Development/Graphics/Audio/Video
Author:Fernando Cejas
Introduction
In this brief post I’ll go over how to implement an animation on some hard-coded text in an Android app. To achieve this effect, we will be using both a translate animation class and a bounce interpolator class, both provided by the...
|