-
WIFI-Direct
支持WIFI-Direct, 直传,是一款android软件, demo, 支持单个发送和多个发送,采用socket链接,建立在wifi的基础上实现的。
- 2022-06-27 12:11:40下载
- 积分:1
-
android 录制视频 并实时上传至服务器 在线观看 附完整源码下载
用android 摄像头实时监控,并上传至服务器 实例下载,仅供学习交流使用
- 2013-08-15下载
- 积分:1
-
Android二维码扫描功能源码
资源描述
Android二维码扫描功能源码,最近要做一个二维码扫描登录功能,二维码扫描,现在将源码分享出来 ,供大家学习参
考@二维码扫描(Android),是手机世界推出的一款安卓平台免费软件,具有识别商品条形码和二维码的功能,在进销
存管理、二维码生成方面也相当优秀。通常被用于条码扫描、资源扫描下载、火车票扫描、地税发票扫描等。
- 2022-04-14 16:10:50下载
- 积分:1
-
android打飞机
这是一款用java开发的Android的手机游戏,实现了三个界面之间的跳转,可选择游戏关卡,初学者可以拿来学习,并在此基础上添加一些功能,完善游戏!
- 2022-09-07 23:25:03下载
- 积分:1
-
android 异步 执行 任务 例子 附讲解
Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(), objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute() doInBackground() onProgressUpdate() onPostExecute() onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else { //continue... } See this Image For more Clear.
- 2013-07-05下载
- 积分:1
-
SnapshotFull
Take a Snapshot examle (Android)
- 2011-07-18 16:15:23下载
- 积分:1
-
智能语音机器人
智能语音机器人,用图灵机器人实现了智能回复聊天功能,天气查询功能,计算器功能,还用科大讯飞实现了语音识别功能,可以语音输入转为文字输出,并且添加了百度语音识别做对比,也可以实现语音识别功能。
- 2022-12-29 07:30:04下载
- 积分:1
-
android webview跟js交互demo
android webview跟js交互demo,利用自带的接口实现回调。供初学者学习
- 2022-08-12 17:38:25下载
- 积分:1
-
android 人脸识别实例源码下载
android 人脸识别实例源码下载
- 2014-09-06下载
- 积分:1
-
stm32制作的示波器
完整的stm32示波器代码
- 2020-12-11下载
- 积分:1