-
LocationMap
一个简单的地图位置定位android应用,在这个基础上可以再通过GPS来获取定位信息(A simple map positioning android applications, on this basis could be obtained by GPS positioning information
)
- 2014-06-02 15:48:49下载
- 积分:1
-
android 预约挂号系统源码,全屏展示 效果实例源码
android 预约挂号
- 2014-08-15下载
- 积分:1
-
android 自定义Spinner 控件源码下载
android 自定义Spinner 控件源码下载
- 2015-04-22下载
- 积分:1
-
百度地图demo
Tell you how to use baidu map api ,this is an easy demo and you can learn how to make a baidu map engien!
- 2022-06-14 11:08:15下载
- 积分:1
-
Android_KSOAP2_WebService
在Android_中使用KSOAP2调用WebService(Used in Android_ KSOAP2 call WebService)
- 2013-04-05 16:38:31下载
- 积分:1
-
android 右侧字母列表 abcde.... 放微信联系人
android 右侧字母列表 abcde.... 放微信联系人
- 2015-01-20下载
- 积分:1
-
android 3d保龄球
android小游戏,在休闲娱乐的同时也可以开心的学习android。
- 2022-08-24 22:48:04下载
- 积分:1
-
安卓课程表
安卓开发的课程表 关联了数据库 同时拥有消息推送功能 适合安卓的初学者
- 2023-04-20 12:45:07下载
- 积分:1
-
装备选择源码
装备选择源码部分代码public class MainActivity extends Activity {
private ProgressBar mProgressBar1;
private ProgressBar mProgressBar2;
private ProgressBar mProgressBar3;
private TextView mLifeTV;
private TextView mAttackTV;
private TextView mSpeedTV;
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mLifeTV = (TextView) findViewById(R.id.tv_life_progress);
mAttackTV = (TextView) findViewById(R.id.tv_attack_progress);
mSpeedTV = (TextView) findViewById(R.id.tv_speed_progress);
initProgress(); //初始化进度条
}
private void initProgress() {
mProgressBar1 = (
- 2022-06-26 01:22:02下载
- 积分:1
-
CSipSimple
CSipSimple是一款可以在Android手机上使用的支持sip的网络电话软件,可以在上面设置使用callda网络电话。连接使用方式最好是使用wifi,或者3g这样上网速度快,打起电话来效果才好。
注:本程序在Andriod studio下编译(Support SIP network phone software, you can set up the use of callda network phone. Connection to use the best way to use the WiFi, or 3G so fast Internet speed, to make a phone call to effect is good.
Note: This program is compiled under Andriod studio)
- 2016-11-15 10:19:18下载
- 积分:1