An new version of MOTODEV Studio for Android is available. This release provides support for the Android 2.1 (Eclair) SDK and includes version 0.9.6 of the Google ADT plugins.
Several new features for this release:
One more solution for capturing audio in Android.
You can use existing application which can capture audio for you. I am going to show example which shows how to start Sound Recorder activity:
In this post I am going to show how to capture audio in Android. Android allows to capture audio in very easy manner. But today I spent 3 hours for creating working example. I don’t know why I spent so much time, maybe because it is first time when I tried to work with multimedia in Android. Anyway now I know how it works and I want to share my knowledge. Here I am going to record/capture audio from phone’s/emulator’s microphone to the SDCard (Note: I used web camera’s microphone for recording audio – it works). Continue reading Capturing audio in Android
Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.
New version 0.9.6 is available for download/update.
What’s new:
Dependencies
ADT 0.9.6 is designed for use with SDK Tools r5 and later. Before updating to ADT 0.9.6, we highly recommend that . . . → Read More: Android Development Tools 0.9.6 is out
The third release of the Android Native Development Kit (NDK) is now available.
It can be used to target devices running Android 1.5 and higher.
New features:
It is very easy to work with SDCard in Android. Here we are working with objects as with standard Java I/O operations.
In this article I am going to show how to read, write, create files and how to create a folder in SDCard. Continue reading Working with SDCard’s filesystem in Android
How often do you want to see what kind of images are in android.R.drawable package?
Personally, I very often look at them. And the big problem is to see them at first time, because you don’t know where they are.
This post should resolve this problem. Continue reading Viewing android.R.drawable images
It is my first working day in this year and I started it with installing 9.10 on my PC.
Why I need this system?
I want to try use it in my development environment. I used Windows XP, not Vista .
First of all I found that emulator instance works slowly than in my Windows machine, but for me it is not very big problem… I think so.
In Linux I found one very good solution for working with SDCard image. In Linux I can use file manager when need to access SDCard and it is very useful. Continue reading Using SDCard image for Android emulator in Ubuntu Linux
Recent Comments