-
Fragment消息的交互
package com.fragment.demo3;import android.app.Fragment;import android.os.Bundle;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget.TextView;public class Fragment2 extends Fragment {private TextView text;@Overridepublic View onCreateView(LayoutInflater inflater, ViewGroup container,Bundle savedInstanceState) {View view = inflater.inflate(R.layout.fragment2, null);text = (TextView) view.findViewById(R.id.textView1);return view;}public void setText(String setText) {text.setText(setText);}}
- 2015-10-25下载
- 积分:1
-
Android在线考试系统源码
在线考试
在线答题,类似手机驾考考试系统一样,选择题目提交考试。在答题过程中遇到错误题目,可以查看正确解释,以及把错误题目自动缓存到本地,下次进入自动清零,重新缓存错误题目。
- 2022-01-31 03:02:21下载
- 积分:1
-
AMR 编码库
android录音amr解码,采用jni底层解码、编码的方式会音频进行压缩和解压缩以减小带宽的使用,采用8000 bit_16,单声道。然后将PCM格式转换成AMR
- 2022-09-28 20:50:03下载
- 积分:1
-
Android 仿微信点赞和评论弹出框
Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框,Android 仿微信点赞和评论弹出框.
- 2022-07-01 08:03:04下载
- 积分:1
-
fdd
android的局域网聊天的android的局域网聊天的源代码源代码(LAN chat android' s source code)
- 2011-08-18 15:36:21下载
- 积分:1
-
OpenCV火焰检测识别 示例源码
OpenCV火焰检测识别 示例源码
- 2019-03-08下载
- 积分:1
-
BLE蓝牙通信 Bluetooth_4.3
Bluetooth_4.3 BLE蓝牙通信
- 2022-03-17 19:03:32下载
- 积分:1
-
手机卫士完整代码
资源描述android完整版代码 自己还没有开始研究 先分享一下
- 2022-02-10 00:11:06下载
- 积分:1
-
android ocr 图像识别 实例源码
tess-two.tesseract3.01-leptonica1.68-LibJPEG6b
- 2014-11-22下载
- 积分:1
-
IPC
安卓系统中进程通信的例程,利用IPC机制进行服务端与客户端的进程通信(Andrews in the process of communication routines, the use of the IPC mechanism to carry out the process of communication services and the clients)
- 2012-07-12 15:45:36下载
- 积分:1