• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Sound

Anyone ever created a sound profile app? I have an idea but was wondering if there is any way someone can help me get started. I am new to this format but understand c++ and some other languages.

already have everything installed and ready togo. wat is best app inventor correct?

Help please thanks
 
If you understand C++ then app inventor is way below your skill level. Go with eclipse and start learning some java. Stack Overflow is a great place to pick up tips.

Start by reading applications fundamentals and learning activity lifecycles.
Here: Application Fundamentals | Android Developers

Java should look very familiar to C++ people as it's was created to be similar but have some nice things like automatic garbage collection and no pointers and such, but still give you the power.

When you get to sound stuff you'll have quite a few options:

android.media | Android Developers
 
Back
Top Bottom