Creating an audio calculator app

MugiwaraX

Commendable
Nov 4, 2016
18
0
1,560
Hello there,

I want to create an android app and I didn't create any software for android before.

Also my programing skill is just average and, I know C#,C++,and Java

The app description is a calculator that take commands by voice.

What I want is basically answers for these questions:

1-what is a good software to create one ?
2-is there a template to learn or take info from ?

And as for last give me any advice please, any advice is appreciated.
 
You have a lot of learning to start with Android, and a (simple) calculator is good starting point. Android Studio is "de facto" standard for creating Android applications (Visual Studio with Xamarin is another option).

Once you master that, you can start with voice recognition.