Posts by Thiago Souto • 181 points
4 posts
-
2
votes2
answers1933
viewsA: Authenticate by SMS
This is very relative, you can do it yourself. Follows a flow: User registers the mobile number. Server receives the registration and sends the sms with the token to the device. The device reads the…
-
1
votes2
answers115
viewsA: Security MYSQL Android
It is extremely not recommended to use "connectors" of banks in android to external databases, because you would expose the data of your server in the android application(.apk), can be decompiled…
-
1
votes4
answers1275
viewsA: How to identify changing the state of connectivity to the Internet to perform a method when connecting?
So, the answer of @Luiz dev is not complete, because it checks if THERE IS CONNECTIVITY (WIFI NETWORK CONNECTED or 3G), but this does not mean that you are connected on the internet. In order for…
-
1
votes0
answers92
viewsQ: Is there any documentation/Example of Signalr for Android?
I’m trying to use Signalr to send msgs to devices with Android OS, I found a library Signalr Java, however I can not find any documentation be official or not. Is there any documentation of Signalr…