登录
首页 » Java » AndroidP-login-interface-Demo

AndroidP-login-interface-Demo

于 2012-09-24 发布 文件大小:93KB
0 155
下载积分: 1 下载次数: 21

代码说明:

  android系统版的登录界面演示demo(login interface demo demo version of android system)

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

发表评论

0 个回复

  • 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
  • 输入你的生日,给出你的星座
    星星是等离子体的大规模、 发光在一起举行了其自身的重力球。地球最近的恒星是能量的太阳,这是能量的大部分行星的来源。一些其他星星是可见的从地球在夜间,出现众多的固定的发光点,由于其巨大的距离。历史上,最突出的星星被分成星座和星群,和最亮的星获得专有名称。星星的广泛目录已组装的天文学家,提供标准化的星指定。
    2022-03-10 04:33:19下载
    积分:1
  • 极限学习机
    南洋理工大学黄广斌教授发明提出的极限学习机的源代码,可以用于机器学习,图像,文本的分类,是一个类似于svm的分类方法。
    2023-03-17 11:40:04下载
    积分:1
  • 简易RSS阅读器
    *内含文档*java JFRame简易界面式rss阅读器xml解析文件显示、搜索及存储网上更新内容但是必须要向自己下载xml文件并保存到seed文件夹
    2022-01-23 10:17:03下载
    积分:1
  • wykhd
    详细介绍 - [ Android 网易客户端源码 ] 一款Android平台下的网易客户端源码,希望能给大家带来帮助。(Android NetEase client source code A Android platform of the NetEase client source, hoping to give you help.)
    2016-06-01 09:38:22下载
    积分:1
  • 支付宝移动接口实例(android版)源码下载
    android 支付宝移动版接口实例,最低支持版本 android 2.2,也就是几乎所有版本都支持了
    2015-03-12下载
    积分:1
  • 一些基础代码,适用于Java的初学者。
    资源描述一些初级的Java的小程序,适合初学者的一些小程序,让他们更好的理解Java,还有对判断语句的应用,也可以加深对Java的理解及应用。
    2022-07-14 06:58:03下载
    积分:1
  • 监听android应用被卸载后 再使用libcurl三方库进行一次三方请求例子
    监听自身应用卸载,并在卸载之后,使用libcurl三方库进行一次三方请求,或者启动网页的实例工程。
    2014-09-23下载
    积分:1
  • java疯狂讲义的源代码
    资源描述疯狂讲义一书的源代码。大家下载下来可以参考一下,希望对大家有很大帮助。
    2022-02-01 06:06:40下载
    积分:1
  • Activity跳转动画效果汇总
    Activity各种跳转效果汇总,淡入、淡出效果,左滑右滑效果,上下滑动效果,等等有源码,其中XML的动画效果也可以直接拿出去用
    2022-05-18 00:28:19下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载