-
BaseAnimation数百种动画效果源码
BaseAnimation数百种动画效果源码
- 2022-01-25 23:32:34下载
- 积分:1
-
天猫手机端html模板源码下载
天猫手机端html模板源码下载
- 2015-05-20下载
- 积分:1
-
Actionscript3游戏开发文档
这个文档主要介绍如何开发一个游戏,并不断提高自己的开发水平,通过本文档能学到足够的开发知识,清晰的逻辑思维,
- 2023-01-10 00:40:13下载
- 积分: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
-
自定义相机
自定义相机在一个简单的代码
- 2022-07-08 03:35:24下载
- 积分:1
-
NCI-technical-Specification
NCI协议 最新的安卓NFC手机的NCI协议(NCI protocol )
- 2014-11-12 13:33:24下载
- 积分:1
-
基于STM32智能家电远程监测系统设计demo
设计智能家电远程监测系统demo——写了一个安卓App用来通过无线WIFI(当然条件允许也能支持运营商移动网络,学生党穷的一匹,买不起GSM模块,也买不起其他外设,所以只能是个demo)控制开发板外设。APP瞎写参考了许多多开源项目,完成度不理想,尴尬(廉价)分享。
- 2022-10-13 13:10:11下载
- 积分:1
-
android 滑动菜单SlidingMenu 示例源码下载
android 滑动菜单SlidingMenu 示例源码下载
- 2013-10-23下载
- 积分:1
-
贝赛尔曲线
贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!贝赛尔曲线,收藏的,非常好!
- 2022-05-06 06:55:17下载
- 积分:1
-
二维码扫描
利用android的二维码扫描控件Zxing来扫描,非常完整好用。
- 2022-02-13 04:39:56下载
- 积分:1