My question actually is in the title. I am developing an Android application which populates a distant mysql database (in an amazon cloud server).
Why not using the same techniques used in java programs (like using a import java.sql.Connection object)?
Thank you, R.