-
发布活动
可用于图片上传,发布活动 点赞以及收藏 采用bmob云服务器
- 2022-01-23 11:21:51下载
- 积分:1
-
基于Android手机天气预报设计与实现
可以罗列出全国所有的省、市、县;可以查看全国任意城市的天气信息;可以自由切换城市,以查看其它城市的天气;提供手动更新以及后台自动更新天气的功能。
- 2021-05-06下载
- 积分:1
-
qrcodeCheck
使用js控制,使用同一个链接识别二维码是ios还是android设备,跳转不同的链接进行下载(The use of JS control, use the same link identification of two-dimensional code is IOS or Android device, a jump of different links to download
)
- 2015-02-04 11:52:43下载
- 积分:1
-
android 转盘抽奖程序源码 很容易扩展
android 转盘抽奖程序源码 很容易扩展
- 2014-01-02下载
- 积分:1
-
android stdio
免费的的的 最少50字网速不要在源码包设置解压缩密码,否则,将通不过审核。暂只支持.zip, .rar, .tgz, .tar.gz, .bz2 格式最少50字。请完善应用资源描述,描述越详细,下载次数越多最少50字。请完善应用资源描述,描述越详细,下载次数越多最少50字。请完善应用资源描述,描述越详细,下载次数越多最少50字。请完善应用资源描述,描述越详细,下载次数越多最少50字。请完善应用资源描述,描述越详细,下载次数越多
- 2023-03-09 22:40:03下载
- 积分:1
-
搜索实例 TSearch
搜索实例 TSearch
- 2015-01-20下载
- 积分: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
-
天气预报app
一个天气预报app,可以方便的查询全国各个城市的天气情况,让您出行无忧。
- 2022-03-11 22:45:25下载
- 积分:1
-
这个是我自己做的一个Android画图的小项目,对于初学者还是挺好的玩的
本人做的是一一个android画图工具类似的小项目,里面有一些在android中画出各种图形线条的方法,以及可以自定义图像,设置字体的显示方式,相当于一个画板的工具,对于初学者真的很好玩,希望喜欢。
- 2022-03-10 01:44:29下载
- 积分:1
-
安卓画图板
最近没什么事情,写过一个画图板的DEMO(sketchpad),发出来与大家分享。功能说明:1、能画线(Pen),能擦除(Eraser),清除(Clear)。2、Undo,Redo功能。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-25 00:30:04下载
- 积分:1