Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynastymasra/bluetoothprinter
Android Bluetooth Connection to Printer Devices Example
https://github.com/dynastymasra/bluetoothprinter
Last synced: about 1 month ago
JSON representation
Android Bluetooth Connection to Printer Devices Example
- Host: GitHub
- URL: https://github.com/dynastymasra/bluetoothprinter
- Owner: dynastymasra
- License: mit
- Created: 2014-06-12T06:54:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T08:48:55.000Z (about 9 years ago)
- Last Synced: 2023-03-14T08:10:24.869Z (almost 2 years ago)
- Language: Java
- Size: 39.1 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Bluetooth Printer (Android)
[![Android](https://img.shields.io/badge/android--sdk->21-red.svg)](https://www.android.com/)
[![Maven](https://img.shields.io/badge/maven-3.0-blue.svg)](https://maven.apache.org/)
[![Version](https://img.shields.io/badge/version-1.0-00CED1.svg)](https://github.com/dynastymasra/BluetoothPrinter)
[![License](https://img.shields.io/badge/license-MIT-44897a.svg)](https://github.com/dynastymasra/BluetoothPrinter/blob/master/LICENSE)Android application example about connection to bluetooth Thermal Printer.
#### Installation
* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Android SDK](http://developer.android.com/sdk/index.html)
* [Maven](https://maven.apache.org/)#### How Run
* Documentation how use maven in android [Maven Android-SDK Deployer](https://github.com/simpligility/maven-android-sdk-deployer)
* Open terminal or commands line.
* Go to directory or folder application android.
* Use maven command mvn clean, compile, and install.