I am designing my first app that will send data to a server. I am using volley for the Post and Get commands . Now i am starting into securing my code and found that connecting via SSL is most recommended .
1- Is it enough to put the url with "https" and Volley will handle the certificate creation ? or I should use the solution found in this answer with the HttpsTrustManager extra class : Making a HTTPS request using Android Volley
2- I also found recommendations for using a "keyStore" which i dont know how to use it in volley ?? thx in advance