-
fetnelregarde
通信仿真 jakes改进模型的程序,仿真基本理论()
- 2018-07-09 05:02:37下载
- 积分:1
-
android_qq_layout
Android模仿QQ登录界面的layout,效果很逼真,对layout运用很灵活,适合Android UI 设计感兴趣的朋友(Android imitate QQ login screen layout of, the effect is very clear, very flexible use of layout, suitable for Android UI design interest friends)
- 2012-04-13 19:42:26下载
- 积分:1
-
recording
实现了一个android手机测周围环境分贝的功能。现在原理与网上大多数手机测试声音分贝的软件相同。(An android phone measuring ambient db. Now the same principle with most cell phones online test sound decibels software.)
- 2012-07-12 09:37:02下载
- 积分: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
-
llk
安卓小游戏开发实例,一个连连看小游戏,完整的,导入eclipse即可用(Game development instance in Andrews, a the Lianliankan small games, complete, into eclipse to)
- 2020-12-30 14:39:00下载
- 积分:1
-
android 自定义单选、多选对话框及popwindow窗口实例源码
android 自定义单选、多选对话框及popwindow窗口实例源码
- 2014-08-21下载
- 积分:1
-
H264Android
android H264编解码源程序,包含本地代码!(android H264 codec source code contains the local code!)
- 2013-04-03 21:10:24下载
- 积分:1
-
1125279671-at24c64
这是ep9315单板计算机的at24c64的驱动程序源代码,希望大家喜欢(This is a single board computer ep9315)
- 2007-09-13 15:11:55下载
- 积分:1
-
android listview异步加载网络图片的三种方式 示例源码(官方推荐)
android listview异步加载网络图片的三种方式 示例源码(官方推荐)
- 2014-04-13下载
- 积分:1
-
android EditText加减demo
android EditText加减demo
- 2015-05-13下载
- 积分:1