搜索资源列表
Activity_Callback
- android的callback自己看看吧-is it android ,take a look
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
fileSearch.tar
- 一个android的文件搜索小工具,包含了android系统中的文件权限和文件操作的知识。-a application you can used it to search the file ,then it will callback the path where you put the file.
Android_Karaoke
- 一个卡拉ok小程序,实现歌词同步,有用到XML解析、Android Handler监听回调机制。下载一首《K歌之王》,改名为“kgezhiwang.mp3”,拷贝到 assets 目录下,程序即可运行。-A karaoke small program developed with android, realize the lyrics synchronization.XML analysis and Android Handler monitor callback mechanism are u
PlanGame
- Android飞机游戏PlanGame源代码,学习一下定义飞机速度,设置窗口没有标题,设置全屏,通过窗口管理器得到Display 从而得到宽和高,设置飞机的初始位置,设置监听器,调用invalidate()方法 从而回调onDraw()方法。-Android aircraft game PlanGame source code, learn about the definition of the aircraft speed settings window without a title, se
JniCallBackDemo
- Android上使用JNI创建native线程,以及回调java层函数的例子-example of creating Thread & Java-function Callback which is used of Android Java Native Interface
service_code
- android service aidl + callback demo -android service aidl+ callback demo
OauthTest
- Android版新浪、网易、腾讯、搜狐微博OAuth认证实例集,想更多了解OAuth认证的朋友,请下载java源码包,在示例中完整解析了OAuth认证的过程:定义URL编码方式,请求url,得到注册应用后服务商提供的key和secret,生成32个字符长度且每次都不同的随机字符串,设置Oauth协议版本,请求签名等操作。 在用户授权页面,实现: 1.初始化OAuth对象 2.获取用户授权页面并填充至webView 3.根据载入的url判断匹配规则的结果执行
Android
- 本文档讲述了Android系统的四大基本组件 Android系统的进程优先级的变化方式 Activity的生命周期中各状态的变化关系 Activity事件回调函数的作用和调用顺序 Android应用程序的调试方法和工具 -Changes in the relationship between the role of the process of this document describes the four basic components of the Android s
android-async-http
- android-async-http是Android上的一个异步、基于回调的HTTP客户端开发包,建立在Apache的HttpClient库上.-android-async-http is an asynchronous on Android-based callback HTTP client development package, based on the Apache HttpClient library.
Karaoke4Mobile
- 一个卡拉ok小程序,实现歌词同步程序,有用到XML解析、Android Handler监听回调机制。-A karaoke program, realize the lyrics synchronization procedures, useful to the XML analysis and Android Handler monitor callback mechanism.
Block Call Application in Android
- call block android app
wechat_sdk_sample_android
- 微信支付,安卓开发对接,包括下单,支付请求,回调等(WeChat payment, Android development demo, including orders, payment requests, callback and so on)
App
- 安卓和RN通信用的回调函数,这是RN端的function(The callback function for communication between Android and RN)
Logg-master
- 支持所有基本数据类型、数组、Map、List、Bundle、Intent、Reference、Throwable、Collection 支持Json、XML格式化 不依赖任何第三方框架,纯原生编写 自定义解析器,当输入类型无法满足需求时或无法解析时,可实现Parser接口重写方法来添加自定义解析器 ? 支持添加拦截器,添加拦截器后它会在最终打印输出前进行拦截处理,可以对日志信息进行重构处理 支持添加全局回调,在不影响底层输出的情况下,所有信息会回调至全局接口里,可以在这里按各种级别类型保存你需要
android 生命周期程序设计
- android 生命周期程序设计 设计程序运行过程,通过点击模拟器上的“返回键”、“呼出/接听键”、“挂断键”等,解释出三种不同生命周期中事件回调函数的执行顺序及作用。(Android lifecycle program design By clicking on the "return key", "exhale / answer key" and "hang off key" on the simulator, the sequ