登录
首页 » Java » control

control

于 2012-01-06 发布 文件大小:156KB
0 208
下载积分: 1 下载次数: 39

代码说明:

  android常用的系统控件源码集,包括一些常用的界面控件的源码,比如菜单,单选按钮、按钮文字和背景的设置、带动画的按钮、按钮事件监听的实现、checkbox进行监听、EditText编辑框、单项选择、多项选择、Menu菜单、WebView使用等。( android common set of source code control systems, including some commonly used interface controls the source, such as menus, radio buttons, buttons, text and background settings, with animated buttons, the button event listener implementation, checkbox for monitoring, EditText edit box, single choice, multiple choice, Menu menu, WebView and so on. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mp3Player
    一款自已写的MP3播放器,通过他你可以学到android 媒体播放、多线程方面的知识(A from already write MP3 player, through him you can learn android media player, multithreading aspects of knowledge)
    2012-03-30 15:51:08下载
    积分:1
  • android经典页面特效
    集成化的android页面特效。 包括九宫解锁,翻页特效,水波特效,旗帜特效,多种页面切换特效,等等。 非常值得收藏借鉴学习
    2023-04-16 07:15:04下载
    积分:1
  • gps 分析程序
    gps 接收程序框架。。含有tcp。udp的封装 AbstractGPRSReceiver.java GprsStreamParserAdapter.java IGprsReceiver.java IGprsStreamParser.java PerceptionMessageCreator.java ReceiverController.java TcpConnection.java TCPGPRSReceiver.java UDPGPRSReceiver.java
    2022-09-27 21:40: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
  • CertPathValidator
    Cert Path Validator Source Code for Andriod.
    2013-12-06 12:14:16下载
    积分:1
  • 获得视频Vimeo
    获取视频Vimeo并获取链接视频更改和类别Vimeo获取视频Vimeo并获取链接视频更改和类别Vimeo获取视频Vimeo并获取链接视频更改和类别Vimeo
    2022-02-15 04:07:51下载
    积分:1
  • kmeans 算法
    这是一种使用距离测量数据点之间的相似度计算方法的聚类算法
    2023-05-14 09:35:03下载
    积分:1
  • SSD1的示例程序配套代码包
    SSD1的示例程序配套代码包,Alife水生物仿真程序,包括仿真程序源码与class文件,以及配套素材文件。。
    2022-03-16 10:09:44下载
    积分:1
  • Android-PromptDialog-master
    Android 封装弹框,对话框(Android Package bomb box, dialog box)
    2018-06-23 19:19:46下载
    积分:1
  • cgmhproject
    cgmhprojectcgmhprojectcgmhprojectcgmhprojectcgmhprojectcgmhproject cgmhprojectcgmhproject cgmhprojectcgmhproject
    2022-03-23 05:35:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载