实例介绍
Android蓝牙链接打印机打印(有打印模板)
【实例截图】
【核心代码】
4744302542898646996.zip
└── Example4Bluetooth
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ ├── assets
│ │ │ │ └── shaders
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ ├── res
│ │ │ │ └── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ └── source
│ │ │ ├── aidl
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── net
│ │ │ │ │ └── XPrinter
│ │ │ │ │ └── Example4bluetooth
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── debug
│ │ │ │ └── net
│ │ │ │ └── XPrinter
│ │ │ │ └── Example4bluetooth
│ │ │ │ └── BuildConfig.java
│ │ │ ├── r
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ │ └── net
│ │ │ │ └── XPrinter
│ │ │ │ └── Example4bluetooth
│ │ │ │ └── R.java
│ │ │ └── rs
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ └── debug
│ │ ├── intermediates
│ │ │ ├── assets
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── layout.json
│ │ │ │ │ ├── values.json
│ │ │ │ │ ├── values-sw720dp-land-v13.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ └── values-v14.json
│ │ │ │ └── single
│ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ ├── drawable-xxhdpi-v4.json
│ │ │ │ ├── layout.json
│ │ │ │ └── menu.json
│ │ │ ├── builds
│ │ │ │ └── debug
│ │ │ │ └── 12010839225570
│ │ │ ├── bundles
│ │ │ │ └── debug
│ │ │ │ └── instant-run
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── classes
│ │ │ │ └── debug
│ │ │ │ └── net
│ │ │ │ └── XPrinter
│ │ │ │ └── Example4bluetooth
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── MainActivitydemo$1.class
│ │ │ │ ├── MainActivitydemo$2.class
│ │ │ │ ├── MainActivitydemo$3.class
│ │ │ │ ├── MainActivitydemo$ButtonListener.class
│ │ │ │ ├── MainActivitydemo.class
│ │ │ │ ├── PrintUtils.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ └── R.class
│ │ │ ├── dependency-cache
│ │ │ │ └── debug
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAndroidTestAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAndroidTestShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ └── merger.xml
│ │ │ │ └── mergeDebugShaders
│ │ │ │ └── merger.xml
│ │ │ ├── incremental-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run-bootstrap.jar
│ │ │ ├── incremental-runtime-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run.jar
│ │ │ ├── incremental-safeguard
│ │ │ │ └── debug
│ │ │ │ └── tag.txt
│ │ │ ├── incremental-verifier
│ │ │ │ └── debug
│ │ │ │ └── net
│ │ │ │ └── XPrinter
│ │ │ │ └── Example4bluetooth
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── MainActivitydemo$1.class
│ │ │ │ ├── MainActivitydemo$2.class
│ │ │ │ ├── MainActivitydemo$3.class
│ │ │ │ ├── MainActivitydemo$ButtonListener.class
│ │ │ │ ├── MainActivitydemo.class
│ │ │ │ ├── MessageEventWcqh.class
│ │ │ │ ├── PrintUtils.class
│ │ │ │ ├── QIDong$1.class
│ │ │ │ ├── QIDong.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ └── R.class
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ ├── classes.zip
│ │ │ │ ├── coldswap.marker
│ │ │ │ ├── manifest.crc
│ │ │ │ ├── package.marker
│ │ │ │ ├── resources.zip
│ │ │ │ └── restart-changes.txt
│ │ │ ├── jniLibs
│ │ │ │ └── debug
│ │ │ ├── manifest
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── tmp
│ │ │ ├── manifests
│ │ │ │ └── full
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── pre-dexed
│ │ │ │ └── debug
│ │ │ │ ├── debug_66f9a03e7caecce8e3003a1311e0cdcb8c09e03f.jar
│ │ │ │ ├── eventbus-3.0.0-beta1_e2622c9330f2297cccd87ffd9bcac75b23c7a034.jar
│ │ │ │ └── support-v4-18.0.0_85996e9ed25c382d51e2d6a3fad9f1cbcb26c0a3.jar
│ │ │ ├── reload-dex
│ │ │ │ └── debug
│ │ │ │ ├── classes.dex
│ │ │ │ └── classes.jar
│ │ │ ├── res
│ │ │ │ ├── merged
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ └── debug
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ └── activity_maindemo.xml
│ │ │ │ │ ├── menu
│ │ │ │ │ │ └── main.xml
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-sw720dp-land-v13
│ │ │ │ │ │ └── values-sw720dp-land-v13.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ └── values-v14
│ │ │ │ │ └── values-v14.xml
│ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ └── resources-debug.ap_
│ │ │ ├── restart-dex
│ │ │ │ └── debug
│ │ │ │ └── build-info.xml
│ │ │ ├── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── lib
│ │ │ │ │ └── obj
│ │ │ │ └── debug
│ │ │ │ ├── lib
│ │ │ │ └── obj
│ │ │ ├── shaders
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ ├── symbols
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ └── transforms
│ │ │ ├── dex
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ └── 1000
│ │ │ │ └── 1f
│ │ │ │ └── main
│ │ │ │ └── classes.dex
│ │ │ ├── extractJars
│ │ │ │ └── debug
│ │ │ ├── instantRun
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ ├── 1
│ │ │ │ │ └── 5
│ │ │ │ │ └── main
│ │ │ │ │ └── net
│ │ │ │ │ └── XPrinter
│ │ │ │ │ └── Example4bluetooth
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivitydemo$1.class
│ │ │ │ │ ├── MainActivitydemo$2.class
│ │ │ │ │ ├── MainActivitydemo$3.class
│ │ │ │ │ ├── MainActivitydemo$ButtonListener.class
│ │ │ │ │ ├── MainActivitydemo.class
│ │ │ │ │ ├── MessageEventWcqh.class
│ │ │ │ │ ├── PrintUtils.class
│ │ │ │ │ ├── QIDong$1.class
│ │ │ │ │ ├── QIDong.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── 4000
│ │ │ │ └── 5
│ │ │ │ └── enhanced
│ │ │ │ ├── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── runtime
│ │ │ │ │ └── AppPatchesLoaderImpl.class
│ │ │ │ └── net
│ │ │ │ └── XPrinter
│ │ │ │ └── Example4bluetooth
│ │ │ │ └── MainActivitydemo$ButtonListener$override.class
│ │ │ ├── instantRunSlicer
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ └── 1
│ │ │ │ └── 5
│ │ │ │ ├── slice_0
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_0.class
│ │ │ │ ├── slice_1
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_1.class
│ │ │ │ ├── slice_2
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_2.class
│ │ │ │ ├── slice_3
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_3.class
│ │ │ │ ├── slice_4
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_4.class
│ │ │ │ ├── slice_5
│ │ │ │ │ ├── com
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── fd
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_5.class
│ │ │ │ │ └── net
│ │ │ │ │ └── XPrinter
│ │ │ │ │ └── Example4bluetooth
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivitydemo$1.class
│ │ │ │ │ ├── MainActivitydemo$2.class
│ │ │ │ │ ├── MainActivitydemo$3.class
│ │ │ │ │ ├── MainActivitydemo$ButtonListener.class
│ │ │ │ │ ├── MainActivitydemo.class
│ │ │ │ │ ├── MessageEventWcqh.class
│ │ │ │ │ ├── PrintUtils.class
│ │ │ │ │ ├── QIDong$1.class
│ │ │ │ │ ├── QIDong.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── slice_6
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_6.class
│ │ │ │ ├── slice_7
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_7.class
│ │ │ │ ├── slice_8
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_8.class
│ │ │ │ └── slice_9
│ │ │ │ └── com
│ │ │ │ └── android
│ │ │ │ └── tools
│ │ │ │ └── fd
│ │ │ │ └── dummy
│ │ │ │ └── slice_9.class
│ │ │ ├── mergeJavaRes
│ │ │ │ └── debug
│ │ │ └── mergeJniLibs
│ │ │ └── debug
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── app-debug-unaligned.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ └── tmp
│ │ └── compileDebugJavaWithJavac
│ │ └── emptySourcePathRef
│ ├── build.gradle
│ └── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── net
│ │ └── XPrinter
│ │ └── Example4bluetooth
│ │ ├── MainActivitydemo.java
│ │ └── PrintUtils.java
│ └── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ └── activity_maindemo.xml
│ ├── menu
│ │ └── main.xml
│ ├── values
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-sw600dp
│ │ └── dimens.xml
│ ├── values-sw720dp-land
│ │ └── dimens.xml
│ ├── values-v11
│ │ └── styles.xml
│ └── values-v14
│ └── styles.xml
├── build
│ ├── generated
│ │ └── mockable-android-18.jar
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── Example4Bluetooth.iml
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
└── settings.gradle
266 directories, 175 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论