-
Android_2.2_API
android2.2API的中文说明,给英文不太好的开发者阅读~~(the Chinese description of android2.2API, English is not very good developers read ~ ~)
- 2013-03-13 16:58:54下载
- 积分:1
-
AndroidBaseControls
android常用控件的代码实现,非常适合初学者,值得拥有(This demo shows us how to use the basic controls in android, it is really useful for the beginners, it is worthful)
- 2014-08-09 09:09:43下载
- 积分:1
-
云盘解析
云盘解析.e4a
- 2016-03-14下载
- 积分:1
-
emwin例子源码
【实例简介】
- 2021-08-20 00:31:52下载
- 积分:1
-
clock
简单的安卓系统闹钟功能的实现,适合新手学习参考。(Simple Andrews alarm clock function, reference for novice to learn)
- 2011-09-26 09:49:11下载
- 积分:1
-
掷骰子
它只是指代码滚动骰子。我的骰子滚动是以鼠标点击。打开它通过提取资源使用的源。它可能是任何其他方式是有用的。我你对我的代码的任何疑虑。你可以使用他的网站保持联系。
- 2022-03-04 20:45:03下载
- 积分: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
-
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
-
android 简单画板手写板/签名 例子源码下载
画板
- 2015-04-23下载
- 积分:1
-
ZXingDemo
二维码扫描 着是一个 二维码扫描 也支持条码扫描(Android Zxing Demo )
- 2020-09-25 16:27:47下载
- 积分:1