They cover how to use SQLCipher in detail on their website here
Basically you download their binaries, set them up in your project and then use their SQLiteDatabase class instead of the standard android SQLiteDatabase class.:
import info.guardianproject.database.sqlcipher.SQLiteDatabase;