-
百度地图
百度地图sdk你会喜欢的。百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的百度地图sdk你会喜欢的
- 2022-03-10 01:39:03下载
- 积分:1
-
安卓坠落探测器
应用背景帮忙照顾老了。如果他们跌倒,智能手机可以检测到下降的动作,并发出警报,他们的家人。关键技术安卓智能手机传感器。爪哇语。发送短信,要求帮助。
- 2022-03-14 08:21:51下载
- 积分:1
-
android 工程测试
实现android生产测试工具检测,java版本,满足工厂生产。实现了界面与具体测试的分离。代码结构比较清晰,使用xml方式配置测试项。
- 2022-02-26 22:44:04下载
- 积分:1
-
对于belown安卓4.0 testvpn
测试VPN.zip对于android4.0以下,可以访问vpn服务器,自动化配置文件,不支持android4.0和android4.0以上。
- 2022-07-06 11:38:37下载
- 积分:1
-
AndroidManifestParser
Checks that a class is valid and can be used in the Android Manifest.
- 2013-10-14 23:11:56下载
- 积分:1
-
华大USB HID例程
【实例简介】HC32F460的USB例程
- 2021-06-24 00:31:20下载
- 积分:1
-
PlantsVSZombies
android植物大战僵尸,有基本的植物和僵尸(android plants vs zombies src)
- 2015-07-17 10:38:39下载
- 积分: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
-
DialerPan
设计的Android自定义View,模仿老电话式旋转拨号盘,按住数字键后绕着圆心进行旋转,当旋转到第三象限时,中心图片会改变,在第三象限抬起手,就会将按住的数字填入编辑框,也可点击编辑框后的后退按钮进行撤销操作,编辑完后点击中心图片会验证所填入密码是否正确。我当前设计的密码是123.(Design custom Android View, imitating the old rotary dial phone, hold the number key to rotate around the center of the circle, when the rotation to the third quadrant, the center picture will change, raised his hand in the third quadrant, they will be Press and hold the digital fill edit box can also click the Back button in the edit box for withdrawal after the operation, after editing click on the picture will validate the populated center of the password is correct. My current design code is 123.)
- 2013-06-09 10:34:30下载
- 积分:1
-
zzz
android 深度探索HAL与驱动开发源代码-drivers(android depth exploration of HAL and driver development source code-drivers)
- 2015-08-20 13:53:34下载
- 积分:1