-
Android_Binder_IPC
android binder通信介绍。binder 通信是一种client-server 的通信结构,
1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用;
2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的;
3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象;
4. 代理接口将该Parcel 发送给内核中的binder driver.
5.server 会读取binder driver 中的请求数据,如果是发送给自己的,解包Parcel 对象,处理并将结果返(android binder communication。)
- 2013-11-13 18:41:05下载
- 积分:1
-
安卓Android 学习实验资料【简单】
看上去这是一些比较简单的安卓Android 实验相关源码,涉及一些简单的基础操作,像是编写的游戏,里面包括了登录验证,简单界面设计等:实验的内容包括:
从布局文件activityx_main.xml加载一个布局文件
通过Id来获取布局文件中的按钮
判断用户名和密码是否为空或长度为0
Android新手学习参考吧。
- 2022-05-30 19:34:11下载
- 积分:1
-
AndroidKeyDemo
Android 模拟按键,实现按键发送消息,可以用 希望大家一起学习 共同勉励 共同进步
- 2022-02-12 05:58:33下载
- 积分:1
-
android buletooth通信
通过蓝牙实现安卓设备连接,通过socket进行通信。界面友好,是github上的开源项目。之前上传过一个类似的,现在想换取积分拿到一个蓝牙的代码。
- 2022-01-22 17:32:05下载
- 积分:1
-
android WebView&&ViewFlipper
This is a demo of page switching, to achieve the effect of switching pages when you read the article .
- 2022-08-16 00:45:28下载
- 积分:1
-
广发项目的界面设计
广发项目界面简单设计,实现部分功能
- 2022-03-30 05:18:31下载
- 积分:1
-
finalassignment
android 移动应用系统设计
1、最后提交两部分内容
a. 对一个功能的实现+实验报告(该项作为平时作业成绩)
- 可以选择上课中所演示的任意功能,截图完成实验报告
- 需要提交程序 + 3-5页的实验报告
b. 从以下网址下载一个app源码,或者其它地方的源码,对代码进行详细解析(该项作为期末课程考核成绩)
- 推荐下载网址为:http://www.devstore.cn/code/list/pn1-or0.html
- 需要提交下载的源码,和对该源码实现的分析报告,不少于8页
2、将所有内容按下面两个目录进行存放,打包以“学号+姓名” 命名,上传到作业ftp
- 实验
- 课程综合(android mobile application system design 1, the final submission of two parts a test report achieve+ a function (such as the usual job performance)- You can any function demonstrated in class, theme complete test report- to be submitted program+ Experimental report b 3-5 pages downloaded the following URL an app source code, or elsewhere source, detailed analysis of the code (such as the end of course examination results)- Recommended download site at: http: //www.devstore .cn/code/list/pn1-or0.html- to submit to download the source code, and analysis of the source code to achieve, at least 8 2, all the content stored in the following two directories, packed to " learn No.+ name " name, upload to job ftp- Experiment- Integrated Course)
- 2015-11-17 10:36:12下载
- 积分:1
-
基于Openfire的andriod端 聊天系统
本系统是基于openfire 的 andriod端的程序,程序实现了基本的聊天功能,是个很好的例子,适合初学者
- 2022-05-08 12:57:42下载
- 积分:1
-
android 模拟qq发送表情功能 例子源码下载
模拟QQ或微信的发送表情功能
- 2015-04-16下载
- 积分:1
-
android_usb_serial-master
android host usb to serial converter example
- 2013-10-21 12:35:16下载
- 积分:1