搜索资源列表
android-binder-shenruqainchu
- android 深入浅出 binder 机制,由浅入深详述了android进程间通信实现机制-android layman binder mechanism, Deep detailing the android to achieve inter-process communication mechanism
MyDroidTemplate
- 一个经典的Android项目开发模板,包括MVC模式的数据库层,多种对话框实现方式,多种信息提醒方式,Tab页面布局,后台运行进程,关于界面等等,有助于快速开发Android项目。-Android project development of a classic template, including the MVC pattern database layer, a variety of dialog implementation, a variety of information to re
AndroidMedia
- MediaPlayer Android的MediaPlayer包含了Audio和video的播放功能,在Android的界面上,Music和Video两个应用程序都是调用MediaPlayer实现的,上层还包含了进程间通讯等内容,这种进程间通讯的基础是Android基本库中的Binder机制-MediaPlayer Android s MediaPlayer includes Audio and video playback capabilities, Music and V
shoujijiankong
- 可对PC实现简单的控制(包括非系统进程控制、shutdown等)以及文本通讯-Simple control (including non-system process control, shutdown, etc.), and text communications can be implemented on the PC,
russianblocks
- 俄罗斯方块小游戏的Java源代码,俄罗斯方块的Java 实现,里面包括控制面板类、方格类、游戏控制主类等,方格类是组成块的基本元素,用自己的颜色来表示块的外观,俄罗斯方块游戏控制面板类,继承自JPanel.上边安放预显窗口、等级、得分、控制按钮,主要用来控制游戏进程。 游戏主类,继承自JFrame类,负责游戏的全局控制,内含: 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制
android
- Android的控制层开发,利用Intent实现进程间的通信,利用Intent进行Activity的跳转,以及链接网页信息。-Android development control layer, the use of Intent for communication between processes, the use of Intent conduct Activity jump, as well as links to pages of information.
HelloSumAidl
- 这个例子主要针对android内部进程通信接口aidl的用法,实现了简单aidl的功能-This example is mainly for the Android internal process communication interface Aidl usage, to achieve a simple function of aidl,
appdemo
- 可以实现两个终端在局域网实现通信,后期加入多线程多进程,可以实现多人聊天-Two terminals can communicate in the LAN, later joined multi-threaded multi-process, you can achieve more than a chat
aidl_sxjcjdtx
- aidl实现进程间的通讯实现起来也很方便,而且比广播等要方便管理。给大家一个例子吧,也是我最近正在写的一个音乐播放软件,功能简单,主要是做演示!用到了appcompat_v7库,已经一起打包了。项目也涉及到了aidl的使用,项目要求android4.0以上运行,aidl相关的实现主要在activity和service的包内。(另外悄悄的告诉大家,这套源码没有注释,阅读需要一定基础)。-Aidl realize the process of communication between the im
mobilesafewzb
- 安卓手机安全卫士源码基于黑马的手机安全项目源码作者又对功能做出了一些增删基本的功能有手机防盗、通讯黑名单、软件管理、进程管理、流量统计、手机杀毒、缓存清理、程序锁等进程管理实现了进程的Kill,就是平时安全卫士里面的一键结束程序。程序管理器可以查看以安装的程序列表和储存剩余信息。流量统计可以检测不同程序的流量使用情况。还有一个手机杀毒功能不知道是凭什么判断的安全,缓存扫描清理应该是列出了缓存内容超过一定大小的程序点击程序名称可以在系统界面进行缓存清理。另外还有一个比较赞的技术就是提示框的拖动功能