This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="org.kasabeh.barcode_ml_foto"> | |
<uses-permission android:name="android.permission.CAMERA"/> | |
<application | |
android:allowBackup="true" | |
android:icon="@mipmap/ic_launcher" | |
android:label="@string/app_name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ilia.anrdAcunt.export; | |
/* | |
1- Printing an invoice to Blutooth printers via Android. | |
2- Please visit the corresponding printing library at https://github.com/saeed-khalafinejad/Android-Thermal-Bluetooth-Print. | |
3- This code is part of Kasabeh Pocket Accounting Software (نرم افزار حسابداری جیبی کسبه). You can download the software | |
directly from our website or from the Cafebazaar Iranian Anroid market: | |
- http://mobile.kasabeh.org | |
- https://cafebazaar.ir/app/ilia.anrdAcunt.ui?l=en | |
*/ | |
import java.util.ArrayList; |