-
MyAnalogClock
一个安卓版的手机闹钟源码,有详细的步骤说明(Android version of the mobile alarm clock source
)
- 2015-06-30 19:05:34下载
- 积分:1
-
MyQQZWFWeibo
用Android开发的微博,用来转播、点评和发微博(Microblogging with Android development for broadcast, reviews and hair microblogging)
- 2014-01-08 09:53:45下载
- 积分:1
-
4LU电机控制
【实例简介】控制电机
- 2021-09-12 00:31:01下载
- 积分:1
-
WiFiScan
WiFi指纹库采集数据专用安卓apk文件,直接下载即可安装使用,室内定位数据采集阶段神器(WiFi fingerprint database for data acquisition Android APK files can be downloaded directly to install and use, indoor positioning data acquisition stage artifacts)
- 2021-03-17 20:09:20下载
- 积分:1
-
HorizontalListView
android实现listView水平滚动。通过GridAdaper实现数据显示。(android achieve listView horizontal scrolling. By GridAdapter display data....)
- 2016-03-09 10:52:02下载
- 积分:1
-
dex2jar-0.0.9.15
反编译工具中的最新更新,能够反编译android程序。(Decompilation tool latest updates can decompile android program.)
- 2013-08-06 09:36:32下载
- 积分: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
-
ResolveInfoTest
Resolve Info Test for andriod.
- 2014-01-10 10:56:03下载
- 积分:1
-
GalacticCore
Android Live Wallpaper using OPENGL ES 2.0
- 2012-08-01 12:09:13下载
- 积分:1
-
android 时间轴(listview实现) 例子源码
android 时间轴(listview实现) 例子源码
- 2014-12-04下载
- 积分:1