Posts by Ecchi Nya • 13 points
3 posts
-
0
votes0
answers27
viewsQ: problem to compare two strings in java
Hello, I read a text file File file = new File("/path/historical"); String ler=""; try{ String urlF="/caminho/historico"; FileReader fileReader = new FileReader(urlF); BufferedReader reader = new…
-
1
votes1
answer68
viewsQ: how to access the webview inside the onBackPressed method on android
Hello, I’m trying to implement the back to the home of my applicator, my app is all built inside the webview, I need to call the javascript Function to return home, because when I click on the back…
-
-1
votes1
answer51
viewsQ: problem when using text to Speech in python, problem with windows path
I followed this tutorial: https://cloud.google.com/text-to-speech/docs/quickstart-client-libraries?hl=pt-br#client-Libraries-install-python To do python convert text to speech Everything went well,…