-
IfRealCar
写给侄儿玩的小游戏 主页显示车的内饰 有方向盘 刹车 油门 各自有一个触摸域 按下后发出各自的声音(a game for china ,It`s 3 button of a car on the screen, when touch them ,they will play sounds. )
- 2012-03-20 09:55:18下载
- 积分: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
-
JAVA多线程下载例子
提供了FTP多线程下载的例子,运行环境:Android实测好用!
- 2022-06-18 09:57:43下载
- 积分:1
-
Android 二维码生成及解析 NFC读取及语音识别功能
个人练手demo,
1、实现了科大讯飞语音识别的sdk接入,成功实现线上语音识别。
2、实现了二维码的生成和解析工能,可以识别内存中的二维码图片。
3、实现NFC功能,可通过手机NFC读取卡片信息。
- 2022-02-21 14:52:53下载
- 积分:1
-
android 创建桌面快捷方式源代码
android 创建桌面快捷方式源代码
- 2014-10-10下载
- 积分:1
-
android上下滚动选项组件
android开发过程中,需要制作可滑动的选项组,本代码可以直接调用生成这样的选项组建,非常使用,点击里面的选项,弹出上下可滑动的单选选项,可以修改源代码改变颜色等,界面美观
- 2023-05-03 10:20:03下载
- 积分:1
-
android系统上层所有应用的源代码.rar
android系统上层所有应用的源代码.rar很好的学习android的应用实例
- 2023-06-27 22:15:10下载
- 积分:1
-
beijingyinyueshixianfangfa
android 的 背景音乐 是 实现方法 ,游戏里面 可以用此方法来实现背景音乐(android' s background music is implementation, the game which you can use this method to achieve the background music)
- 2011-08-08 10:36:40下载
- 积分:1
-
年龄计算器
此程序可以用于计算一个人的年龄在其他行星上。用户可以在这一次,在地球上输入其年龄和该程序将计算的用户在几个行星水星、 金星、 木星和土星等由地球围绕太阳旋转的年龄
- 2022-12-26 20:15:03下载
- 积分:1
-
LinkGame
说明: 能实现电脑端双人连连看游戏,里面已设置好关卡,只有在规定时间内通过游戏关卡才能进入下一关,否则游戏失败,同时进行倒计时。(It can realize the double-player continuous watching game on the computer side. The game has been set up a checkpoint. Only through the game checkpoint in the prescribed time can we enter the next level, otherwise the game will fail and the countdown will be made at the same time.)
- 2019-04-03 15:34:59下载
- 积分:1