搜索资源列表
Dalvik_VM_Internals
- android虚拟机内部原理剖析。。 深入浅出,值得一看-android virtual machine inside Principle. . Easy to understand, worth a visit
AIDL_example
- android上调用AIDL的例子,包含客户端和服务端,一个例子就可以掌握android下aidl的原理了。aidlclien和aidlserver-android to call AIDL examples, including client and server, an example you can master the principle of the android under aidl.
SkinDemo
- 仿照androidQQ的皮肤apk,将程序与皮肤分开安装,此demo只实现其原理-Modeled androidQQ skin apk, installed separately from the program with the skin, this demo only to realize the principle
Androidapp
- 把手机甩在空中,利用重力感应原理(当然,前提手机要有此物理公里)进行编程,实现不同甩法对应不同声音的效果。-The cell phone was thrown to the air, using gravity sensing principle (of course, that mobile phones have this physical kilometers) for programming, rejection method corresponding to different voi
Android
- android应用框架原理与程序设计,很好的一本android原理介绍书籍-android application framework principles and program design, a good book introduces a principle android
Android_layout
- 我们对Android应用程序运行原理及布局文件可谓有了比较深刻的认识和理解,并且用“Hello World!”程序来实践证明了。在继续深入Android开发之旅之前,有必要解决前两篇中没有介绍的遗留问题:View的几种布局显示方法,以后就不会在针对布局方面做过多的介绍。View的布局显示方式有下面几种:线性布局(Linear Layout)、相对布局(Relative Layout)、表格布局(Table Layout)、网格视图(Grid View)、标签布局(Tab Layout)、列表视图
Android_bianchengzhinan
- 详细描述Android各控件运行原理,非常详细,对新手非常有帮助-Detailed descr iption of the Android operating principle of the control
TCCxxx-Androidfor-V2IP-Development
- 采用TCC平台,讲述如何开发视频通话的功能,基于IP的传输方式,本文档重在讲解原理。很好的参考,包括如何在android系统下面移植硬件编解码库-The use of TCC platform, how to develop video call function, IP-based transmission, this document focuses on explaining the principle. Good reference, including how the android
Android-application-framework
- 安卓系统开发框架原理:何谓框架,框架的起源,框架的分类-android system developmen framework principle:what s framework, the origin of framework ,the types of framework
Android-system-principle-
- Android系统原理与开发要点详解-Android system principle and development of mass media points
3D-lost
- 3D迷宫, Android游戏编程,原理是重力感应-3D maze, Android game programming, the principle is the gravity sensing
recording
- 实现了一个android手机测周围环境分贝的功能。现在原理与网上大多数手机测试声音分贝的软件相同。-An android phone measuring ambient db. Now the same principle with most cell phones online test sound decibels software.
Android-kernel
- android内核的分析,有助于对android深入理解以及实现原理。-android kernel analysis, contribute to the in-depth understanding and realization of the principle on the android.
HelloAndroidNDK
- 该项目显示了android中的NDK编程示例,通过该示例你可以掌握java和C++的混合编程,很好理解NDK的原理。-The project shows the android NDK programming examples, through the example, you can master the java and C++ mixed programming, a good understanding of the principle of the NDK.
Flash-lamp
- 本软件适用带有闪光灯的手机。 是通过调用手机的闪光灯来实现照明的效果。 软件功能单一,除了照明没有其他的功能,占用内存小,遵照简洁、实用、极端单一的原则。 不过得需要安装在手机上调用闪光灯才能看出效果,模拟器是看不出来的-The software for mobile phone with flash. By calling the phone flash lighting effect. The software features a single, no oth
ProgressDialogSample
- ProgressDialog Java源代码,Android程序处理过程中的进度对话框,玩过Android手机的朋友大概都清楚,在操作一些程序的时候,Android手机会显示Loading,提示程序正在处理中,这个Dialog对话框可很好的提示用户要稍做等待,那么它是如何实现的,本源码会告诉你原理。-ProgressDialog Java source code, and the Android program in the process progress Dialog box, playe
leftscroll
- android最近比较流行的侧滑例子,基本满足开发者需要,知道原理添加到自己的项目中-android more popular recently sideslip example, basically meet the developers need to understand the principle to add to their own projects
PictureCycle
- 这是一人Andriod系统的图片循环效果的源码,常见的功能,其中的原理很值得我们去学习。-This is the source of the Andriod system one picture cycle effect, common functions, the principle of which is worth learning.
MonitorPhone
- Android手机待机监听源代码,Android Monitor Phone源代码,可以监听手机的“无任何状态”、“来电状态”、“挂机状态”,当然,其它状态也可由这几种状态延伸,学会了原理就更容易灵活运用了。-Standby monitor source code of Android phones, Android Monitor Phone source code, you can listen the phone without any status, call status, on-ho
androidwifipcsocket
- android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。 手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone