-
android 广播的接收与发送 service实现 附完整源码
android 广播的接收与发送 service实现 附完整源码
- 2013-04-20下载
- 积分:1
-
QR_CodeScan
说明: 将蓝牙地址做成二维码,手机扫码直接蓝牙连接。(Make Bluetooth address into two-dimensional code, scan code and connect directly with Bluetooth.)
- 2020-06-21 17:40:01下载
- 积分:1
-
AuthenticatorDescription
A Parcelable value type that contains information about an account authenticator for Andriod.
- 2013-10-21 16:23:50下载
- 积分:1
-
button2
JAVA,android计算器设计,简单计算功能做好了,高级功能有几个例子(JAVA, android calculator design, simple computing functions ready, advanced features are a few examples)
- 2013-08-26 00:48:01下载
- 积分: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
-
android_intent
包含了Android开发中大部分的Intent使用(This Project contains most Intent using in Android Developing)
- 2014-01-06 11:32:15下载
- 积分:1
-
漂亮的时间选择器
一款封装好的类似iphone的时间选择器
- 2020-09-29 11:37:44下载
- 积分:1
-
Superuser
android平台下,超级用户的源码.包含了android的apk源码和一份su的源码(source code of android s superuser.)
- 2013-04-19 11:55:11下载
- 积分:1
-
Android五子棋
使用Android studio工具编写Android本地的五子棋游戏,该项目主要是使用自定义的视图组件,实现黑白两期的对决,无论是横竖5子还是斜线5五子连城一线,都算该局游戏胜利。对五子棋的界面和功能进行完整的书写。给项目可以提供给Android学者进行对Android studio的了解,和对Android自定义组件的熟悉。
- 2023-01-26 09:45:09下载
- 积分:1
-
Android Activity界面切换显示示例
此为一个简单的Android Activity界面切换显示示例,开始进入主界面,即显示第一个Activity", "我是FirstActivity",当用户点击按钮后,则切换显示第二个Activity", "我是SecondActivity"
代码可写为
Intent intent = new Intent(First.this, Second.class);
startActivity(intent);
- 2022-04-25 15:15:20下载
- 积分:1