I have done the portion to zip files programmatically using the available Zip class in Android.
But how do I zip with a password? I tried checking the developer website at: http://developer.android.com/reference/java/util/zip/ZipOutputStream.html
But there is no portion on password. Can it be done in Android?