Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to store analog data from Android mike to musical notes such as a4,b1.. I tried working with aubio.org . But its written in C. Is there any other open source for doing it. If aubio is the way to do it how can i do it.
Take a look at this project - audio2midi integrating aubio in android.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What software is being used successfully to develop android apps and not get caught up in rights nightmares? I want to be able to sell/distribute freely.
Any input would be appreciated, thanks.
You can read the developer documents here: http://developer.android.com/tools/sdk/eclipse-adt.html
If you code the app all yourself you will not have any issues.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone suggest me of any step by step tutorials on how to make and Android LiveWallpaper. I am not able to find any good tutorials and I am sort of new to this.
Take a look at this article from Vogella:
http://www.vogella.de/articles/AndroidLiveWallpaper/article.html
Start at: 2. Android Wallpaper Example
Read the complete tutorial slowly and carefully (helps a lot).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'd like to use the Android fork of libjpeg-turbo for a stand-alone Android application, rather than integrating it into a build of Android itself (as described here). Can anyone point me at a guide or example of doing that?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Now Google translate API is a paid service. i am trying to create a language translator app for a text input data. Basically i need to translate an English text/sentence to Hindi. Without using Google API. Can anyone help on this?
you can try this, Microsoft has http://www.microsofttranslator.com/dev/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone suggest me some link or tutorial from where i can learn how to write test cases for the apps i develop? I have tried those calculator app and its test cases. other than those.
The best place I know of is junit.org. What could be better? What didn't you get out of the ones you tried?