如何开发一个Android应用程序,在不使用任何按钮事件的情况下朗读文本?

时间:2017-01-30 19:29:04

标签: android text-to-speech

我开发了一个视觉挑战的应用程序。应用程序打开后,必须立即读出屏幕上的说明。

2 个答案:

答案 0 :(得分:0)

您可以在活动/片段的onResume()中启动语音朗读。

答案 1 :(得分:0)

你可以使用文字转语音(tts) 首先声明在活动开始时用作指令的字符串的int地址数组 例如int[] instructions={R.string.instruction1,R.string.instruction2,...}

现在只需使用tts在onCreate方法中使用for循环播放每个字符串