This app demonstrates how to impeliment wireless printing on a mobile 58mm Bluetooth Printer(Cashino PTP-II printer).
Mobile receipt printing is essential for SFA (Sales Force Automation) and other Ujuzi Code products.
- JDK Version 1.7 & above
- Android SDK.
- Android SDK Tools
- Android Support Repository
- Android Support library
This project is built with Gradle, the Android Gradle plugin Clone this repository inside your working folder. Import the settings.gradle
file in the root folder into e.g. Android Studio. (You can also have a look at the build.gradle
files on how the projects depend on another.)
- Start Android Studio
- Select "Open Project" and select the generated root Project folder
- You may be prompted with "Unlinked gradle project" -> Select "Import gradle project" and select the option to use the gradle wrapper
- You may also be prompted to change to the appropriate SDK folder for your local machine
- Once the project has compiled -> run the project!
- Mobile Bluetoth Printer.
- Create a new branch (using GitHub) or the command
git checkout -b branch-name development
). - Start a pull request. Reference existing issues when possible.
- You can discuss a bug or if it was not reported yet submit a bug.