You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To do this is super simple, this commit shows how to
* add a new package 'practice'
* add another Java Class (an Android Activity to be precise), how to implement the hooks you need to safely initialize the text to speech engine, and make it talk in the language of the user (hard coded strings in the java). In the next commit you will see how to localize strings in Android.
* add the MakeItTalk activity to the Manifest, and make it as teh default launcher when the app opens.
* (note the package name prefix on MakeItTalk, because it is not in the same package as the app, its in a sub directory)
To see what this step in the tutorial looks like on an andriod, install the MakeItTalk.apk in this commit.
Localizing in Android is really easy, see the changes in this commit to see how you can move localization boilerplate out of your java and into the xml. Android will play the english 'my_first_words' if it doesn't have a string for the user's locale.
cesine
added a commit
to batumi/UpAndRunningWithAndroid
that referenced
this issue
Feb 20, 2016
New lets try to make the Android talk (in its local language).
The text was updated successfully, but these errors were encountered: