I am trying to develop an application for android that will work with a database in this case MySQL and I was thinking of doing communication between the database and the application via JSON the data would have to be transferred over SSL but even so maybe it was not the best option to transfer user data among others ..
Could you give me some lights on how to do it in a way that is minimally safe?