-
osgearth-topic-android
osgearth-topic-android,android端编译的osgearth库,可以拿来直接使用,虽然时间相对比较久远,但可以拿来实现相应的功能,亲测有效
- 2022-02-26 23:21:56下载
- 积分:1
-
Android画各种线,线条
Android画各种线,线条,比如天气预报的线条
- 2022-04-07 05:25:33下载
- 积分:1
-
android iperf 源码
android iperf 源代码,
iPerf for Android Android_com.magicandroidapps.iperf
iPerf is a commonly used network testing and performance measurement tool. This app is intended for those who are familiar with the use of iPerf. For details and a tutorial, see my website. This app will not be useful unless you have a second phone or computer to use as an iPerf client/server.Great for testing Wifi!
- 2022-03-18 04:26:14下载
- 积分:1
-
安卓Intent切换界面传递数据
启动新的Activity,并传递参数,制作的信息录入,在第二个界面显示
public class MainActivity extends Activity {
protected
void onCreate(Bundle savedInstanceState) {
.......
button.setOnClickListener(new View.OnClickListener(){//点击该按钮会打开一个新的Activity
public void onClick(View v) {
Intent intent = new
Intent(MainActivity.this, NewActivity.class)
Bundle bundle = new
Bundle();//该类用作携带数据
bundle.putString("na
- 2022-03-12 14:26:01下载
- 积分:1
-
android 闪光灯的简单控制 例子源码下载
android 闪光灯的简单控制 例子源码下载
- 2014-11-03下载
- 积分:1
-
游戏引擎jar包
游戏引擎jar包
- 2013-12-24下载
- 积分:1
-
App自动更新
App自动更新
- 2013-10-23下载
- 积分:1
-
SensorTest
Android 手机系统中的重力传感器+源码,作者信息:Himi,重力传感器也称为加速度传感器,源代码编译环境需要SDK 1.5(api 3)支持。
(Android System gravity sensor+ source , Editor info:Himi,gravity sensor called accelerate speed sensor, souce compilation need SDK 1.5(api 3)support)
- 2011-12-19 15:54:50下载
- 积分:1
-
daocrud
android的DAO操作(provider带观察者模式)(
The DAO android operating (provider with observer pattern))
- 2013-12-14 00:57:35下载
- 积分:1
-
百度语音识别和合成
整合百度语音识别和语音合成demo,能够将识别后的文本播报出来,在android验证正常识别和播报。
- 2022-05-13 01:31:24下载
- 积分:1