登录
首页 » Java » AutoDictionary

AutoDictionary

于 2013-10-23 发布 文件大小:3KB
0 76
下载积分: 1 下载次数: 11

代码说明:

  Stores new words temporarily until they are promoted to the user dictionary for longevity for Andriod.

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

发表评论

0 个回复

  • webpage
    做的一个小网页源代码,上传上来和大家一起讨论讨论,提高自己。(Make a small page source code, upload up and everyone together to discuss the discussion, improve their own.)
    2007-11-07 23:13:45下载
    积分:1
  • jsp 读取TXT文件
    jsp读取TXT文件 完整源码 不支持中文文件名
    2022-04-21 13:10:39下载
    积分:1
  • android broadcast 实例分享 附源代码
    android broadcast 入门级实例分享
    2013-03-11下载
    积分:1
  • 实现android相册网格和gallery功能 实例源码下载
    实现android相册网格和gallery功能 实例源码下载
    2015-03-17下载
    积分:1
  • Jdonframework案例
    过去系统分析和系统设计都是分离的,正如我们国家“系统分析师”        和“系统设计师”    两种职称考试一样,这样割裂的结果导致,需求分析的结果无法直接进行设计编程,而能够进行编程运行的代码却扭曲需求,导致客户运行软件后才发现很多功能不是自己想要的,而且软件不能快速跟随需求变化。
    2022-06-14 04:54:08下载
    积分:1
  • 基于android的远程视频监控系统 附完整源码
    原理:客户端将采集到的每一帧图像数据发送至服务器,服务器接收
    2013-04-21下载
    积分: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
  • android 视频录制 播放例子源码下载
    对你一定有用!
    2015-05-05下载
    积分:1
  • JSP动态生成网页
    JSP动态生成网页 利用JSP动态
    2022-01-26 03:00:54下载
    积分:1
  • 迷宫生成算法
    迷宫生成的深度优先搜索,具有较低的分支因子包含许多长长的走廊,因为该算法探索尽可能沿每个分支在回溯。同时迷宫通常会比较容易找到到广场,首先选在算法开始时,由于大多数
    2022-12-24 12:50:08下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载