Posts by Anderson Cavalcanti • 48 points
2 posts
-
1
votes2
answers385
viewsA: Error in Mysql connection and Android application
I believe that for this to work your Mysql Driver should exist within your android OS. Generally we use webservices as intermediaries. I recommend the use of restful WS.
-
2
votes1
answer1526
viewsQ: How to validate a signature with a private key?
I receive an HTTP request that comes in the HEADER a signature (SHA1). I own, stored in a String, a private key. I need to generate the signature between the BODY of the HTTP request and my key and…