An Android based Mobile Money(MPESA, AirtelMoney etc) Confirmation SMS receipt printer. Basically sweeps through your SMS inbox for messages matching a particular criteria, generates a pdf receipt, that is saved in the SD card with a confirmation code as part for the filename for easy search and indexing..
MMReceiptPrinter is hosted in the following web site
https://github.com/muniu/MMReceiptPrinter
If you think the Android project MMReceiptPrinter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MMReceiptPrinter.
Item | Value |
---|---|
Java File Count | 25 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.READ_SMS android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\mpesa_mpesa.jpg |
MMReceiptPrinter has the following Java source files.
co.ke.bityarn.pdf.ASCII85Encoder.java co.ke.bityarn.pdf.Array.java co.ke.bityarn.pdf.Base.java co.ke.bityarn.pdf.Body.java co.ke.bityarn.pdf.CrossReferenceTable.java co.ke.bityarn.pdf.Dictionary.java co.ke.bityarn.pdf.EnclosedContent.java co.ke.bityarn.pdf.Header.java co.ke.bityarn.pdf.Indentifiers.java co.ke.bityarn.pdf.IndirectIdentifier.java co.ke.bityarn.pdf.IndirectObject.java co.ke.bityarn.pdf.List.java co.ke.bityarn.pdf.PDFDocument.java co.ke.bityarn.pdf.PDFWriter.java co.ke.bityarn.pdf.Page.java co.ke.bityarn.pdf.Pages.java co.ke.bityarn.pdf.PaperSize.java co.ke.bityarn.pdf.StandardFonts.java co.ke.bityarn.pdf.Stream.java co.ke.bityarn.pdf.Trailer.java co.ke.bityarn.pdf.Transformation.java co.ke.bityarn.pdf.XObjectImage.java com.bityarn.mmreceipt.AirtelMoneyMessageParser.java com.bityarn.mmreceipt.MMReceiptPrinterActivity.java com.bityarn.mmreceipt.MPESAMesageParser.java