Posts by Fernando Soliva • 1 point
2 posts
-
-3
votes2
answers384
viewsA: GMT returns -0306 instead of -0300, what is the reason?
Hi @Luan, the code below is for you? Locale ptBR = new Locale("pt", "BR"); SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyy", ptBR); SimpleDateFormat iso = new…
-
0
votes2
answers385
viewsA: Error in Mysql connection and Android application
Mauricio, I advise you to use an API to connect to the bank and remove the app’s responsibility for this. Create a Rest API, Spring-boot makes it a lot easier and a client to connect with these…