-
ApiDemo
android ApiDemo 包含各种各样的用法(android ApiDemo)
- 2011-06-21 15:03:15下载
- 积分:1
-
视频验证
登陆需要视频验证,这样比较安全,android平台结合云通讯音视频验证平台,正确即可通过,需要输入手机号码
- 2022-03-05 18:49:14下载
- 积分:1
-
android相对布局和绝对布局的使用
andorid中相对布局和绝对布局是五大布局中常用的两种,其中相对布局是用于控制控件之间相对位置的,绝对布局是用于控制控件在屏幕中的绝对位置的,但是这种绝对布局的方式不建议使用,因为会造成不适应各种版本屏幕的情况。
- 2022-05-25 17:19:42下载
- 积分:1
-
基于RRT及其改进型的路径规划算法
本设计学习并分析了基本RRT路径规划的原理,并通过参考资料及自己分析,提出了一种改进的RRT路径规划算法。为了验证改进型RRT算法的正确性以及合理性。最后在VS2010开发环境下用C 编写了两种RRT算法的程序代码及演示界面。通过一定量的实验得到了大量数据。经过数据分析,验证了改进型RRT是正确的,并且在不破坏基本RRT算法的随机性的前提下,有效的将随机性和目的性结合起来,提高了RRT算法的效率和路径的质量。
- 2015-04-03下载
- 积分:1
-
闹钟软件源码
基于Android的闹钟软件,可以添加多个项目,设定闹钟的时间、重复次数、重复间隔、闹钟名称等等,是一个比较简单和基本的闹钟软件,可供初学者参考学习
- 2022-02-14 16:25:33下载
- 积分:1
-
年龄计算器
此程序可以用于计算一个人的年龄在其他行星上。用户可以在这一次,在地球上输入其年龄和该程序将计算的用户在几个行星水星、 金星、 木星和土星等由地球围绕太阳旋转的年龄
- 2022-12-26 20:15:03下载
- 积分:1
-
android 菜单例子
android 菜单例子
- 2014-01-15下载
- 积分: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
-
高仿微信UI界面
本软件基本实现微信的所有UI效果。具备如下功能点:登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦! 新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!)
- 2022-07-02 13:24:01下载
- 积分:1
-
SeeJOPlayer播放器
资源描述此源码针对于Android开发用户的练手经典案例,此案例包含Android开发设计的各部分的主要功能,对自身的技术有着很大的提高和帮助
- 2022-03-19 16:40:22下载
- 积分:1