-
基于Android的无线点餐系统(服务器+客户端+数据库)
aaaaaaaaaaaaaaa花了很长时间找到的资源啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 2022-01-28 23:33:25下载
- 积分:1
-
TextViewSample
Andoid小例程,对入门相当有用!关于TextView的。(Andoid small routines for beginners very useful! About a TextView.)
- 2013-07-12 01:08:22下载
- 积分:1
-
仿微信代码
资源描述仿微信代码,包括列表以及列表之间的切换,在切换的过程中下方“状态栏”颜色的改变等,在通信方面并没有做,如果有兴趣可以一起开发完善
- 2022-05-21 11:56:56下载
- 积分:1
-
android 登录注册 实例源码下载
android 登录、注册相关功能实例
- 2014-06-06下载
- 积分:1
-
一个简单的安卓游戏的设计
一个简单的安卓游戏的设计
对UI设计有一定的帮助
- 2022-03-04 12:08:47下载
- 积分: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
-
ProgressBarTest
进度条显示,可以改变进度条的显示样式。可以自定义图片为进度条的按钮样式。(Progress bar shows the progress bar can change the display style. You can customize the picture as the progress bar button style.)
- 2013-06-26 11:23:06下载
- 积分:1
-
lcIPC_SurfaceView
surface,H264,解码,显示,网络流,播放(surface, H264)
- 2013-08-06 10:18:16下载
- 积分:1
-
Android录制小视频VideoRecord按住按钮录视频
这个功能是模仿微信中的按信按钮录制小视频的功能,预设为10秒,这个自己可以设置,如示例截图所示,像微信中一样,按住下边的按钮,会出现进度条,录制完成会出现确认和取消选项,和微信差不多的功能。
MainActivity.java中对视频录制时间进行判断和控制,并实现录制完成回调的功能。
MovieRecorderView.java为小视频录制的主文件,实现各种录制参数的预设、录制完成回调接口、初始化摄像头、设置竖屏等功能。
- 2023-05-25 20:50:03下载
- 积分:1
-
mob 手机短信验证码例子源码下载
实现了 手机验证码以及读取手机通讯录功能
- 2015-04-25下载
- 积分:1