-
Android仿微信界面
安卓仿微信界面设计
- 2022-02-20 09:43:48下载
- 积分:1
-
Android实现Windows风格的Dialog 实例源码下载
Android实现Windows风格的Dialog 实例源码下载
- 2014-08-21下载
- 积分:1
-
Android Bluetooth Connectivity
与任何设备具有蓝牙连接的应用程序
- 2022-01-26 04:56:20下载
- 积分:1
-
LLight
简单android手电筒源码,能够实现手电筒的开关功能(Simple flashlight android source,The switching function can be realized flashlight)
- 2014-08-27 10:06:52下载
- 积分:1
-
Xposed平台的位置伪装模块
基于Xposed平台的位置伪装模块,可以hookAndroid手机的GPS模块,使得手机定位软件显示的位置是自己设置的位置(The location camouflage module based on Xposed platform can hook the GPS module of Android mobile phone, so that the location displayed by mobile phone positioning software is the location set by itself.)
- 2020-06-19 09:40:01下载
- 积分:1
-
基于Matlab的多频外差模拟程序
本程序是记忆李中伟博士的博士论文来实现;Matlab仿真代码;测试通过;
- 2019-04-16下载
- 积分:1
-
湍流普朗特数UDF(Aoki.c)
湍流普朗特数UDF(Aoki.c)
- 2020-01-16下载
- 积分:1
-
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
-
Grallery3DDemo
Android Grallery 3D 的使用上的一个Demo,有一定参考价值。(Android Grallery 3D on the use of a Demo, has a certain reference value.)
- 2013-08-28 18:48:57下载
- 积分:1
-
Android.chm
这个是在网上看到的android帮助文档 看了一些觉得还是挺有用的 所以上传共享下 (android can help you to easy understand )
- 2011-05-14 21:02:56下载
- 积分:1