| | |
| | | import androidx.annotation.NonNull; |
| | | import androidx.annotation.Nullable; |
| | | |
| | | import android.speech.tts.TextToSpeech; |
| | | import android.util.Log; |
| | | import android.view.LayoutInflater; |
| | | import android.view.View; |
| | |
| | | import androidx.work.OneTimeWorkRequest; |
| | | import androidx.work.WorkManager; |
| | | |
| | | import com.anyun.exam.lib.util.Speaker; |
| | | import com.google.android.material.textfield.TextInputEditText; |
| | | |
| | | import java.util.List; |
| | | import java.util.Locale; |
| | | import java.util.Random; |
| | | |
| | | import me.yokeyword.fragmentation.SupportFragment; |
| | |
| | | /**======================测试数据库结束==================*/ |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | Speaker speaker = new Speaker(getActivity()); |
| | | speaker.speak("中国加油,重庆加油"); |
| | | |
| | | String userId = "100002"; |
| | | String token = "token_" + userId; |