搜索资源列表
eoe_android特刊8
- 【eoe特刊】第八期 :Android开发技巧 当掌握了一门开发语言以及一个平台的开发模式以后,基本上就可以进行开发了。但是写程序 是门很有意思的事情,特别是现在使用Java这样的语言开发,我们又了强大的开发工具,我们又了 更好的UI交互的平台,所以也诞生了很多使用的开发技巧,如果能够掌握这些小技巧无疑能为我们 的开发提速不少。 目录: 4 本期简介............................................
ParsingXML
- 用sax方法解析xml文件,url可以随意改写,解析后的数据以systemout打印在logcat中,可通过logcat看到打印的时间。源码中有写测试语句。-sax xml
xmlii
- 在android环境中用sax法解析xml,url访问的是nextbus服务器,返回值是三个时间,并打印到了logcat中。用户可以自己找其他的url,改程序获取其他属性-sax xml
Android-LogCat
- Android开发中LogCat工具的使用-Android development tools for use in LogCat
PhoneRecorder
- 电话录音-录音是通过判断logcat的内容,进行录音。-record the phone voice
1_DDMS_user
- DDMS 的全称是Dalvik Debug Monitor Service,它为我们提供例如:为测试设备截屏,针对特定的进程查看正在运行的线程以及堆信息、Logcat、广播状态信息、模拟电话呼叫、接收SMS、虚拟地理坐标等等。-The DDMS full name is the Dalvik Debug Monitor Service, it provides us with such as: test equipment, scree
Android-LogCat-tool
- LogCat是Android中一个命令行工具,可以用于得到程序的log信息,本附录讲解其使用方法和其中的一些技巧。-The LogCat Is Android a command-line tool, can be used to get the program log information to explain its use and some tips in this appendix.
ActivityLifeCycle
- 描述android 中activity 生命周期的简单程序。模拟器中看不到结果,需要在LogCat中查看回调函数执行情况。-Describe the android activity life cycle in a simple procedure. Simulators do not see the results, you need to see the implementation of the callback function
JniVaArgsTest
- Android Jni上实用Logcat打印函数,具有printf函数可变参数的特性。-use __android_log_print & va_list & const char*fmt, ...
LogCat
- 关于Android的调试小程序,使用logcat进行程序调试。-About Android debug applets using logcat program debugging.
LogFilter
- logcat output filter class Source Code for Andriod.
DiscourseLogger
- A class to keep last N of lines sent to the server and responses received from the server. They are sent to logcat when {@link #logLastDiscourse} is called.
TouchDemo
- 一个很好的学习android ontouch事件分发的demo,有很详细的主角,logcat有打印可参照学习-A good learning android ontouch event distribution of demo, a very detailed protagonist, logcat have a print can refer to learning
OverxcCall
- 自己写的一个电话信息统计,报告为Logcat,借鉴了网上的代码!-This is phone calllog
XmlParser
- 一个采用DomReader、SAXReader、PullReader三种方式对xml文件进行解析的小例子,源码有简单的注释,运行以后会在LogCat里打印解析出的内容,实际应用的时候可以可以稍微改一下就行,例子读取的是储存在assets里面的本地xml文件。-A use DomReader, SAXReader, small example PullReader three ways xml file parsing, the sour
adb-bat-fun
- /// /1 logcat ///////2 signapk ///////3 查看手机分辨率 ///////4 复制 ///////5 重命名 ///////6 模拟器/设备列表 ///////7 获取包名 ///////8 apktool ///////9 ///////10 获取目录及文件名 方法1: 方法2: 方法3: 方法4:-/////// 1 logcat //////
carsh
- android 监听应用崩溃并以文件形式保存LogCat源码能在实体机和虚拟机上运行-Android monitor application crash and file in the form of a file to save the LogCat source code can be run on the physical machine and virtual machine
LogCat
- android log cat,can get the log cat from devices
LogCatTool-V3.5.3
- Android常用开发工具Eclipse和Android Studio本身自带有日志查看工具LogCat,一般性使用基本满足要求。但若长期处于Android的深度开发,会发现自带的工具内容缓冲区有限,会造成历史数据的丢失,且无法进行信息过滤和日志头自动提取分类。为了解决这些问题,故而开发了此款软件,该软件不仅解决了上述问题,而且还支持对日志文件进行离线分析和导出备份,支持对日志内容的横向过滤和纵向过滤,且可通过ADB工具直连物理设备进行
logger
- 强大的日志框架,简单易用,可以替代logcat。格式化输出json 和 xml 数据(Powerful log fr a mework, easy to use, can replace logcat. Format output JSON and XML data)