搜索资源列表
asmack-2010.05.07-source
- asmack源代码 Smack库的Android版本,虽然Smack在PC上可以工作的很好,功能也很强大,但在Android平台上有一些问题,而导致这些问题的原因是Android精简了Java的类库,以至Smack使用的部分类库在Android平台上无法找到,所以Smack不能直接在Android平台上使用.但在2010年初,有人在code.google.com网站上发布了一个Asmack,其中A库就代表Android中的A,也就是说,这个版本是Smack的Android版本.可使用下面地址
androidexample
- androidexample有130多个实例,是现在国内最全的ANDROID实例代码库,希望对大家有用-androidexample more than 130 instances, is now the most full of ANDROID example code library, we want to be useful
AndroidSDK(cn)
- Android 平台 是一个移动设备专用的软件堆, 包括一个操作系统, 中间件以及大量关键应用. 开发者能建立大量应用程序通过Android SDK平台。应用程序使用Java程序语言编写并且在Dalvik上运转, Dalvik是一个运行在Linux内核之上专门供嵌入使用的虚拟机。 现在Android SDK 1.0版本已经正式推出. 它包括源码框架, 实例工程,开发工具,模拟器,当然还包括你所需要的开发Android应用的全部库文件。-Android platform is a softwa
ZXing-1.3
- ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 -ZXing is an open source Java class library used to resolve a variety of formats 1D/2D bar code. Goal is to be able to QR codes, Data Matrix, UPC' s 1D bar code decoding.
ZXing-1.3
- ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。-ZXing is an open source Java class library used to resolve a variety of formats 1D/2D bar code. Goal is to be able to QR codes, Data Matrix, UP
Beginning.Android.2
- If you are interested in programming for Android, you will need at least a basic understanding of how to program in Java. Android programming is done using Java syntax, plus a class library that resembles a subset of the Java SE library (plus Andro
qrcode_java0.50beta10.tar
- android中的QRCODE的JAVA库-android in QRCODE the JAVA library
addPandroidPNDK
- android上NDK实现的一个简单的加法程序,有C和C++实现的库文件,java通过JNI调用动态库-android on the NDK to achieve a simple addition process, the C and C++ implementation of the library, java dynamic library called through JNI
twitter4j-android-2.2.5
- Twitter4J 是一个非官方的 Twitter API 的 Java 客户端开发包,使用 Twitter4j 可以轻松在你的应用中集成 Twitter 的服务,主要特点: * 100 纯Java * 支持 Android 平台和 Google App Engine * 不依赖第三方开发包 * 内建 OAuth 支持 -A Java library for the Twitter API
android-json-rpc
- android-json-rpc是一个在android程序中使用的JSON-RPC客户端类库。它提供了一个简单的API来执行JSON-RPC服务调用。-This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from
ndkBmp2png
- 在android下移植了png库,实现在ndk层将一个BMP位图转换为PNG位图。java层代码仅做示例,ndk代码可以直接使用-Ported the android png library, a BMP bitmap in ndk layer will be converted to PNG bitmap. layer java code only as example, the the ndk code can be used directly
VideoWallpaperbiye
- 这是本人的毕业设计源代码,是一款视频壁纸,采用ffmpeg库解码,包含jni技术,图像在java层显示。源代码中有很多技术值得学习,同时有编译好的ffmpeg.so ,绝对物有超值!-This is my graduation project source code, is a video wallpaper, ffmpeg library decoding contains jni technology, image display in java layer. Source code wor
psdformater.tar
- 解析Photoshop源文件(.psd),并将图像数据转换为Android SDK中的Bitmap对象。 基于开源项目“java-psd-library”修改 原项目位置:http://code.google.com/p/java-psd-library/ 示例: File psdFile = new File("/sdcard/11.psd") try { Psd psd = new Psd(psdFile) imageView.setImage
my2DimEncodeOK
- 这是一个在Eclipse环境下编写的Java工程。它详细介绍了如何利用ZXing编写一个二维码的编码程序。程序的详细说明参见百度文库“基于ZXing的Android手机二维码开发”-This is a the written Java project in the Eclipse environment. It details how to use ZXing the preparation of a two-dimensional code coding procedures. A detai
my2DimDecodeOK
- 这是一个在Eclipse环境下编写的Java工程。它详细介绍了如何利用ZXing编写一个二维码的解码程序。程序的详细说明参见百度文库“基于ZXing的Android手机二维码开发”-This is a the written Java project in the Eclipse environment. It details how to use ZXing to write a two-dimensional code decoding program. A detailed descr i
zxing.RAR
- ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。-ZXing is an open source Java class library for parsing multi-format 1D/2D barcode. The goal is to be able to decode the QR Code, Data Matrix, U
ISMB-SNEP-LIBRARY-p2p
- 安卓手机通过PN532进行P2P通信的java文件-PN532 for Android phones through P2P communication
asmack
- asmack是应用在android上的即时通讯java类库,但纯净的asmack的文件收发功能存在bug,上传的版本是修复bug后的版本,可以实现文件传输。-asmack is used in the instant messaging android java library, but pure asmack file transceiver functionality exists bug, bug fix version is uploaded after the release, you
ZXingDemo
- 基于ZXing库的扫描二维码及条形码的Android源码,ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。-Based ZXing library to scan two-dimensional code and barcode Android source code, ZXing is an open source Java library for parsing multi-format 1D/2D barcode.
emoji-java-master
- The missing emoji library for Java