搜索资源列表
android
- 一个不错的网络监视器源码,这个程序有四个主要的模块 1.全局的网络监视 2.本机的网络信息 3.网络数据日志记录 4.网络测试(比如:ping 测试)-A good source network monitor, this program has four main modules 1 global network to monitor 2. The machine' s network information 3 network data logging 4 networ
GPIOdriver
- 这是一个在android下进行gpio驱动开发的例子,在这个例子中分别从底层驱动代码到测试程序再到android上的JNI层,然后通过java代码调用APP Framework层的接口实现对开发板上led的控制-This is carried out under a gpio android-driven development example, in this case were driven from the bottom to the android code to the test pr
two
- android 在命令调用so文件,包括库文件和测试文件,这是范例2.-android call so files in the command, including the library files and test files, which is Example 2.
one
- android 在命令调用so文件,包括库文件和测试文件,这是范例1.-android call so files in the command, including the library files and test files, which is Example 1.
hello
- android学习例子,如广播事件处理,消息处理详解,Service学习,程序调试技术学习,Activity学习等。-Android learning example, such as radio event handling, message processing explanation, Service learning, program test technology study, Activity learning, etc
XMPPTest
- xmpp的简单例子练习,需要服务器配合才能测试。官网上有简单的服务器源码-A simple example of the xmpp practice with in order to test, you need the server. The official website, a simple server source
PopupWindowTest
- 在Android上的PopupWindow测试示例-The PopupWindow test example
menu
- 再来个menu的例子,都是直接可用,亲测可行,初学者的福音-a menu example, are directly available, viable pro-test, good for beginners
LayoutInflaterDemo
- Android LayoutFlater 类的测试,通过这个例子可以对LayoutFlater有更深的理解-The test of the Android LayoutFlater class, this example can help you have a deeper understanding of LayoutFlater
com.example.test.AppWidgetSetting
- 动态时钟widget,设计四时区变换。提供源代码,可以自己尝试修改。-The dynamic clock widget, designed pm transformations
english-diary-for-android-telephone
- 通过一个实例,说明用java 如何开发android手机通讯录功能,本实例包括核心代码,已在手机测试通过!-Through an example, how to develop android phone contacts with java, the examples include the core code, through the phone test!
Android_pictureviewer
- 一个Android教程中附带的Android PictureViewer例子,是Android手机中的图片查看器例子,附有完整的源代码和注释,对新手学习Android移动应用开发是个不错的实例,测试到手机上的时候,请先在SD卡上建立pic目录以存放图片,以便获取最佳的测试效果。-An Android tutorial with the Android PictureViewer example, picture viewer example in the Android phone with f
AndroidModelLoader
- Andorid游戏开发系列模型的加载使用例子程序,包含完整的工程文件,可以直接使用ADT+Eclipse打开,编译为APK文件下载到手机测试,请放心使用-Andorid game development series models loaded using the example program, including complete engineering documents, can be used directly ADT+Eclipse opened compiled APK file
WeatherForecast
- Android天气预报程序源代码,获取的Google的天气API数据,自己可再次扩展,这里运行截图比较难抓,有环境的就下载源码测试吧,Android天气预报WeatherForecast似乎是常见而又简单的Android初级例子,但想开发出一款既漂亮又功能丰富的天气预报应用的话,需要很多知识的完美结合。 -Weather Android source code, obtained Google s weather API data themselves may again be extend
TouchActivity
- 触屏触摸活动测试代码,声明ImageView变量,声明相关变量作为存储图片宽高,位置使用,声明存储屏幕的分辨率变量,取得屏幕对象,取得屏幕解析像素,通过findViewById构造器创建ImageView对象,将图片从Drawable赋值给ImageView来呈现,当点击ImageView,还原初始位置,取得手指触控屏幕的位置,覆盖触控事件,防图片超过屏幕的相关处理,防止屏幕向右超过屏幕,以setLayoutParams方法,重新安排Layout上的位置,以setLayoutParams方法,重
NFCDemo
- NFC测试代码,很好的例子,导入可以直接运行,需要手机支持NFC功能。-NFC test code, a good example, you can directly import run, the need to support NFC-enabled mobile phones.
expandableList
- Android expandableList用法演示一例,希望通过这一实例,让初学者了解Android环境下expandableList视图及绑定数据的相关基础操作,有编译环境的,可编译生成APK测试-Android expandableList example demonstrates the use of the hope that through this example, so that beginners understand the relevant underlying opera
androidandservlet
- android端和servlet端使用JSON交换数据信息的简单小例子,部分代码在JSP环境下实现,搞过Java WEB开发(JSP)的程序员,应该对Servlet不陌生,Json目前也是流行技术,所以说这个例子将Android、Json、Servlet三者结合起来,还是有一定参考价值的。 注意:服务器的IP,不要写成localhost了,即使在本机测试也要写上本机的IP地址,localhost会被当成模拟器自身的-android client and servlet end exch
PowerImageViewTest
- Android中的PowerImageView测试例子源代码,PowerImageView是一个经过扩展的ImageView,它不仅继承了ImageView原生的所有功能,还加入了播放GIF动画的功能。例子代码包括了PowerImageView构造函数, 完成所有必要的初始化操作,通过Java反射,获取到src指定图片资源所对应的id。-The PowerImageView test Android source code examples, PowerImageView is an
android-jni-test
- 以LED为例说明android应用程序是如何通话JNI调用驱动程序的-LED as an example to illustrate how the android app is calling JNI calls the driver' s