搜索资源列表
Android-2.3-source-code-example
- android的开发源码实例,不多见,供大家学习学习,我看了后学了不少,故分享出来。-the android open source instance, rare for them to learn to learn, I learned after reading a lot, so share it.
android-multimedia
- Android多媒体实例大汇集--1、Image的获取和存储。2、Image的检索和显示。3、定制自己的Camera。4、实现像PhotoShop中的一些功能,对图像进行编辑,合成等。-Android large collection of multimedia examples- 1, Image acquisition and storage. 2, Image retrieval and display. 3, customize their Camera. 4, the implemen
Robot Reader Android文本识别项目
- Android下的一个文本识别项目,基于tesseract实现-Android OCR
android-plugin
- 一个android browser的javascr ipt扩展程序,可以在browser上通过javascr ipt来实现TTS.对研究android browser的plugin是个不错的例子程序。(注,程序是从网上找到了,里面会用到一些android平台的.h,.c,.so文件,需要自己从android的源代码里找,希望对大家有用)-An android browser' s javascr ipt extensions can be adopted by the javascr ip
SecondAndroid
- android编码,实现在android浏览器上与android环境的库*.so文件进行交互的例子-android coding, android browser to achieve with the android library environment interaction*. so files example
ListAdapter
- android 中一个简单例子实现 listview。在xml文件中布局总是有缺陷的。在程序中实现!-andrlid layout listview
Android
- 深入浅出android,让你对android有一个大体的了解,可以作为android的入门资料-Layman android, so you have a general understanding of android can be used as introductory information android
android-sdk_r05-linux_86.tar
- 这是android的sdk开发库,是支持java的.android-sdk-linux_86-The Android SDK archive now only contains the tools. It no longer comes populated with a specific Android platform or Google add-on. Instead you use the SDK Manager to install or update SDK componen
android
- Android 平台是 Google Phone 的手機作業平台,平台的底層採用了 Linux 作為作業系統 (圖一中的紅色部分),在Linux作業系統之下、內建了許多控制 裝置的驅動程式,包含藍芽(Bluetooth)、無線網路(WiFi)、隨插即用的USB 介 面等等,當然還有記憶體、銀幕、鍵盤、照像、音效等裝置的驅動程式,在 Linux 作業系統之上-Google Phone Android mobile phone platform is a platform
Android-system
- Android应用开发详解中文版资料,包括平台搭建,资源访问,用户界面等。-Detailed Chinese version of Android application development, including platform to build, resource access, user interface and so on.
Android-VieW-Canvas-bitmap
- BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStrea
spatialite-android-so
- Spatialite for Android编译及测试所有的库文件-Spatialite for Android compile and test all of the library files
Android五子棋附源码
- android课程设计,五子棋小游戏,附有源代码,可以帮助有兴趣的同学学习(a little game by java,it can help some students to learn android,so if you want it ,you can download from it)
Android技术内幕.系统卷
- 把Android的架构、和linux kernel的关系等讲解的非常到位和清晰(The Android architecture, and the relationship between Linux, kernel, and so on to explain very clearly and in place)
So file decompile tool
- android 反向工程 安卓so文件反编译工具(Android reverse engineering So file decompile tool)
android通过NFC读取公交卡的余额和交易记录
- 通过NFC读取公交卡的余额和交易记录 ,android示例程序 通过NFC的读模式,读取公交卡的余额和交易记录。这是一个开源的工程,可以读取深圳通、羊城通、北京卡、八达通、武汉通等等(Read the balance and transaction records of the bus card by NFC, Android sample program Through the reading mode of NFC, the balance and transaction records
Android第二桌面启动器
- 当手机要交给孩子玩的时候,首先把屏幕设置为黑色背景,然后启动这个启动器,并设置默认桌面,然后添加仅想给孩子玩的游戏应用图标,这样一来你的手机就不怕被孩子乱搞了。我发现手机的访客模式似乎不能有效使用,所以设计了本程序。 使用方法如下: 屏幕左上角垂直排列着四个50?50dp的按钮,点击第一个使第三个变成可点击,接着点击第三个使第二个和第四个变成可点击;点击第四个可添加应用快捷方式到本页;点击第二个后进入另一个全黑页面,依次点击左下角、右下角,再点下边框中间,就可以打开应用列表打开应用。(Whe
Android程序员必须知道的53个知识点
- Android程序员面试时需要知道的知识点,能让你面试时事半功倍,知己知彼才能百战不殆(Android programmers need to know what they need to know during the interview, so that you can make the most of the interview)
android系统中获取imei号
- 在android系统中获取imei号,手机号等。(In the android system to get imei number, phone number and so on.)
Android 性能监控实现原理
- Android 性能监控实现原理 性能监控其实就是hook 代码到项目代码中,从而做到各种监控。常规手段都是在项目中增加代码,但如何做到非侵入式的,即一个sdk即可(Performance monitoring is actually the hook code to the project code, so that all kinds of monitoring are done. The conventional means are to add code to the project,