-
安卓日历小部件源码(AppWidgetProvider)
一款关于日历与行程安排的项目源码,点击日期可以转跳到日程新增界面,事件是提前定好的类型,提醒周期很丰富,可以按照周、年、月、日、小时和分钟为周期进行提醒,日历默认会显示一些节假日和纪念日信息。当日期被标记上事件以后会在日期右上角显示一个小红角作为提醒。
- 2019-09-10下载
- 积分:1
-
Android UVC Demo
应用背景在Android使用USB Camera。前提是Android里有完整的UVC驱动。插上Camera后,如果能识别到/dev/video0,基本上就能用上面的Demo进行预览。亲测可用关键技术
Android UVC
Android UVC JNI
- 2022-03-03 07:44:36下载
- 积分: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
-
计算器 Calculator.
计算器_Calculator. 计算器_Calculator.v
- 2014-04-10下载
- 积分:1
-
WeChatSDK_sample_Android
微信应用,用于对接微信安卓接口应用,详细描述对应的接口、关于授权登录、支付调用、分享朋友圈、对接微信聊天、获取用户信息、与开放平台对接等应用,使用用上有相应的说明请详细看代码。
- 2022-04-23 02:51:33下载
- 积分:1
-
人脸识别——年龄
可以用来检测大概年龄以及出现几个人脸
- 2022-07-21 21:00:10下载
- 积分:1
-
Android编程权威指南 第3版
说明: Android编程权威指南 第3版,适合初学者和进阶使用,内容详实。(android development for all Android developer with detailed content and good examples. Easy to understand and make it by yourself.)
- 2020-06-29 18:43:23下载
- 积分:1
-
转盘抽奖
转盘抽奖
- 2014-09-03下载
- 积分:1
-
android电池监控
android电池监控 源码
android电池监控 源码
android电池监控 源码
android电池监控 源码
android电池监控 源码
android电池监控 源码
- 2022-03-16 21:54:21下载
- 积分:1
-
二维码制作
通过开源的zx,来制作自己的二维码,实现自定义二维码和自定义扫描器,其中包含了扫描decode和encode,通过这个demon,改写自己的二维码
- 2022-06-03 01:34:40下载
- 积分:1