-
task9
自己制作了一个日历,是用calendarView写的,可以添加事务。但由于我没写数据库,所以还不能保存事务,只是给大家写了一个模板吧,大家可以连本地数据库,也可以链接云端。(I made a calendar to add transactions. But because I did not write the database, so I can not save the transaction, just write a template for you, you can connect to the local database, you can also link to the cloud.)
- 2020-06-21 14:20:02下载
- 积分:1
-
自定义dialog
如果不满意系统自带的dialog样式,就可以参照本demo自己写一个自己喜欢的dialog,满足开发的要求。
- 2023-05-09 16:05:04下载
- 积分:1
-
android 视频对讲 例子源码下载
Android版视频会议是Web版视频会议系统的移动版,它构建在Android手机上,主要提供Web版视频会议系统中的一系列的提醒功能,如站内短信、视频会议提醒以及待办事宜等。
- 2015-04-12下载
- 积分:1
-
Android无线点餐系统客户端——Order_Server
本源代码共分为客户端代码和服务器端代码。Order_Client为客户端源程序,Order_Server为服务器端源程序。将Order_Client文件夹拷到Eclipse 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-20 01:11:50下载
- 积分:1
-
activity之间的切换
这是一款适合新手学习和使用的代码,能让你轻松的在各个activity之间进行切换
- 2022-10-17 09:45:03下载
- 积分:1
-
android sqlite数据库操作 增、删、改、查询 已实现 【附源码】
实现了基本的 增删改查功能,并包含了基本的sqlite操作类
- 2013-03-01下载
- 积分:1
-
Android中的星星投票+进度条值变化
Android中的星星投票,这个不包括后台记录投票值的模块,仅是前台的星星选择变色功能,星型拖拉条被拉动的处理代码,然后将0-5星星数折算成0-100的进度值,当用户单击星星时,进度条和星星都会根据实际值变化。
final static double MAX=100;//ProgressBar的最大值
final static double MAX_STAR=5;//RatingBar的最大星星数
- 2023-02-26 03:15:03下载
- 积分:1
-
Zxing二维码扫描android app源码
Zxing二维码扫描实例可使用于安卓手机或安卓PDA,扫描速度超快
- 2021-05-06下载
- 积分: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
-
ZxingDemo
android上使用ZXing识别条形码和二维码,代码简单易懂,相信能帮助读者迅速掌握相关的开发(the use of android and two-dimensional bar code ZXing identification code, the code easy to understand, that can help readers quickly master the relevant development)
- 2020-11-04 16:19:51下载
- 积分:1