-
android画图板
这是一个简单的android画图板,有画笔选颜色,画笔粗细,背景色调整等功能,适合初学者学习。
部分文件预览
- 2022-06-13 22:39:55下载
- 积分:1
-
AdvancedPAndroidPDevelopment
详细讲解Andriod程序开发的环境搭建、实战开发;同时也有高级功能。(Explain in detail Andriod application development environment to build, combat development also has advanced features.)
- 2013-07-01 16:27:46下载
- 积分:1
-
安卓简单蓝牙打印在热敏打印机上
这是我的项目是为安卓工作室转换的日食。蓝牙打印机使用不同功能的简单逃脱X330收据打印,如粗体字体,打印一维条码的例子和更多。这个项目只允许使用蓝牙,所以对客户非常友好。一个挑战是仍就是X330印刷位图图像。
- 2022-05-05 20:00:09下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
Prototype
取代办公部门外出工作时需要笔录,这款APP上,可以将所有的操作电子化,本源码只是一些思路,和一些个性化的页面控件(Instead of taking notes when law enforcement departments used to work, this APP can make all operations electronic. The source code is just some ideas, and some personalized page controls.)
- 2020-06-19 10:40:02下载
- 积分:1
-
android 图片搜索 例子源码下载
android 图片搜索 例子源码下载
- 2014-11-24下载
- 积分:1
-
android自动启动
这是我们用的一段用来开机启动程序的代码,在街机中如果用android系统比较常用
- 2022-03-25 03:11:46下载
- 积分:1
-
spydroid(添加TCP流达尔文)
在rtsp上添加rtp;
- 2022-07-07 02:16:21下载
- 积分:1
-
android 高德地图最新API
搞的地图最新1.4.2 Demo1.将MapApi.jar放到工程libs目录下;如果需要使用矢量地图,将libminimapv320.so放到libs下的armeabi目录下。2.在工程Build Path>Configure Build Path…>libraries 中选择“Add Externel JARs…”,选定MapApi.jar,点击OK,这样就可以将高德地图Android API 库文件引入。然后在工程Build Path>Configure Build Path…>Order and Export 中将引入的库文件MapApi.jar 选中(在Android2.2及以前的版本中必须选中,否则会有问题),点击OK。3.如果遇到问题,可以上问答社区http://api.amap.com/qa/。
- 2013-05-30下载
- 积分:1
-
Android项目源码高仿斗鱼TV项目包含弹幕
本项目是一个基于安卓的高仿斗鱼项目源码,直播源是直接使用Charles抓的斗鱼的接口。开发工具使用的是AndroidStudio2.2,SDK版本25,JDK版本18,项目架构采用MVP模式,网络框架使用 Retorfit2.0+RxJava1.0,使用Vitamio作为直播流媒体播放器,并且有弹幕功能和手势控制,javaapk之前也发过类似项目,在javaapk.com搜索“直播”就可以找到。项目git地址https://github.com/TeamCodeForGit/DouYu
- 2022-03-18 02:38:14下载
- 积分:1