-
一个智能家居app的大体框架
只是一个智能家居的基本框架,做了基本的界面,还没有加入数据存储和网络通信功能
- 2022-03-24 13:59:08下载
- 积分:1
-
android校园一卡通系统
android校园一卡通系统,经典案例
android校园一卡通系统,经典案例
android校园一卡通系统,经典案例
android校园一卡通系统,经典案例
android校园一卡通系统,经典案例
- 2022-11-07 16:55:08下载
- 积分:1
-
仿火车出票效果
应用背景有做类似火车票出票效果的签到效果的应用可以借鉴关键技术就是两个activity的切换,并用了延时动画去展现火车票出票效果
- 2022-01-21 04:53:07下载
- 积分: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
-
zhejiang_android
浙江大学Android开发的电子教程,是一门很好的Android入门教程,从Android的背景,到编程实例,深入简出的带你进入Android学习的天堂(An electronic document describes the development of Android, Android is a good introductory tutorial, from the Android' s background, to programming examples, in-depth simply take you out of heaven into the Android learning)
- 2011-08-19 16:01:12下载
- 积分:1
-
基于android的天气预报项目
此项目是一款基于android手机的天气预报项目,能够查询全国的省份,城市,区县等,可获得不同区县的天气信息,包括温度,空气质量,建议等。开发中使用了多种开源框架,OKHttp,Glide,等。
- 2023-03-08 08:10:03下载
- 积分:1
-
Android_Settings最新源码
最新Android4.4 .4的Setting.apk源码,导入到Eclipse时需要调用系统下的包,而系统下的包都是以一种@hide隐藏着,只允许系统下的类调用,所以,这个外项目是无法调用到的。
- 2023-08-25 15:35:07下载
- 积分:1
-
Android 家庭理财通APP完整源码
Android 家庭理财通APP完整源码,这个理财软件完成的功能有:新增支出添加管理、新增收入添加管理、我的支出管理、我的收入管理、数据管理、系统设置、收支便签管理。界面挺漂亮的,需要哪一项功能,轻触即可打开。测试时无需输入密码,即可进入APP主界面。
- 2022-08-08 20:16:34下载
- 积分:1
-
Android购物商城
基于Android的购物商城,里面涉及了购物,支付等模块
- 2023-01-04 21:00:04下载
- 积分:1
-
FingerPaint
说明: 使用android手机系统实现的手绘功能(Implementation of the system using android phone features hand-painted)
- 2011-03-29 08:34:26下载
- 积分:1