-
helloworld
java android 入门之hello world(hello world)
- 2011-11-06 13:50:46下载
- 积分:1
-
FakeLocation
说明: 基于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
-
基于DSP2812控制的单相光伏逆变器程序代码
【实例简介】
- 2021-08-01 00:31:03下载
- 积分:1
-
MainActivityBypassed
Xigncode android from unity android games.
- 2018-10-12 23:48:17下载
- 积分:1
-
Soduku android
本源码是基于android2.3平台的数独游戏,上层界面采用java语言来写,底层核心算法采用C++,可以实现对数独解法的提示,兼有提示最有可能填出来的空格
- 2022-10-28 06:35:04下载
- 积分:1
-
Android 简单播放歌曲功能演示
Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:
int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停
ImageButton start;//播放、暂停按钮
ImageButton stop;//停止按钮
ActivityReceiver activityReceiver;
int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停
public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法
super.onCreate(savedInstanceState);
setContentView(R.layout.main);//设置当前的用户界面
start = (ImageButton) this.findViewById(R.id.start);//得到start的引用
stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用
start.setOnClickListener(this);//为按钮添加监听
stop.setOnClickListener(this);//为按钮添加监听
activityReceiver = new ActivityReceiver();//创建BroadcastReceiver
IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器
filter.addAction("wyf.ytl.update");//添加Action
registerReceiver(activityReceiver, filter);//注册监听
Intent intent = new Intent(this, MyService.class);//创建Intent
startService(intent);//启动后台Service
}
- 2023-08-23 12:30:03下载
- 积分:1
-
RainCMS
说明: e4a易安卓app后台管理源码,可生成卡密,可用于登入和注册用户(E4A easy Android app background management source code, can generate a card, can be used to log in and register users)
- 2020-06-22 08:20:01下载
- 积分:1
-
开机广告页
开始启动后,显示引导页,如果有广告就显示广告页,也可以用webview加载,用handler延迟发送消息计时,达到倒计时的功能,并给图片做缓存,存在的话直接使用缓存,在进入主界面后异步开始加载
- 2022-01-25 22:33:09下载
- 积分:1
-
android录音源码- 录制MP3语音 完整实例下载
录制MP3语音
- 2014-04-07下载
- 积分:1
-
基于蓝牙的姿态数据采集与图像绘制
通过实时地搜集传感器传到的数据,放入数据库,并绘制出当前姿态角度数据,完成室内定位效果
- 2023-07-09 17:25:08下载
- 积分:1