-
计步器安卓程序
统计穿戴者徒步行走的步数和距离,计算行走速度和消耗的热量。并且具有启动和关闭功能,还可以 对整个系统进行灵活的设置。
- 2022-01-26 02:41:41下载
- 积分:1
-
朋友圈
Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。Android朋友圈简单实现。
- 2023-08-18 15:35:04下载
- 积分:1
-
Android-PPT
Android learn. This document include all PPT and other meterials to help you learn the Android development(Android learn. This document include all PPT and other meterials to help you learn the Android development.)
- 2015-05-05 21:00:44下载
- 积分:1
-
Android 下拉列表选值初级实例
Android 下拉列表选值初级实例,通过血型选择来练习下拉框的使用。
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
m_TextView = (TextView) findViewById(R.id.TextView1);
m_Spinner = (Spinner) findViewById(R.id.Spinner1);
//将可选内容与ArrayAdapter连接
adapter = new ArrayAdapter(this, android.R.layout.simple_spinner_item, m_Countries);
//设置下拉列表的风格
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
//将adapter添加到m_Spinner中
m_Spinner.setAdapter(adapter);
//添加Spinner事件监听
m_Spinner.setOnItemSelectedListener(new Spinner.OnItemSelectedListener() {
@Override
public void onItemSelected(AdapterView arg0, View arg1, int arg2, long arg3)
{
m_TextView.setText("你的血型是:" + m_Countries[arg2]);
//设置显示当前选择的项
arg0.setVisibility(View.VISIBLE);
}
});
- 2022-05-08 04:35:25下载
- 积分:1
-
android仿IOS弹出提示,选择日期,地区,三级联动
android仿IOS弹出提示,选择日期,地区,三级联动
- 2022-11-28 18:50:03下载
- 积分:1
-
滑动效果
滑动效果
- 2015-01-18下载
- 积分:1
-
GPS
一份在android下学习GPS和运用百度地图api(Learning to use a GPS and Baidu map api in android)
- 2013-12-12 12:42:10下载
- 积分:1
-
pubu
Android项目源码带瀑布流的旅游指南应用是一款旅游型的APP,是旅游目的地攻略指南,可以自动定位到城市,景点,餐馆,酒店,还可以分享旅游经验,与参与者互动。该项目的架构合理,有详细的注解,其中引入了第三方的瀑布流项目,以源代码的形式直接加入,很好的学习材料。默认使用UTF-8编码,编译版本为4.3(The Android project source code with a waterfall flow guide application is app a type of tourism, tourism destination strategy guide, can automatically locate the city, attractions, restaurants, hotels, can also share travel experiences, to interact with the participants. The framework of the project is reasonable, there are detailed notes, which introduces the third side of the waterfall flow project, in the form of source code to join, a good learning materials. The default use of UTF-8 code, the compiler version is 4.3)
- 2020-12-27 16:59:03下载
- 积分:1
-
android6.0 运行时权限封装
android6.0 运行时权限封装,android6.0 运行时权限封装,android6.0 运行时权限封装,android6.0 运行时权限封装,android6.0 运行时权限封装,android6.0 运行时权限封装,android6.0 运行时权限封装
- 2022-06-14 23:19:58下载
- 积分:1
-
travel
安卓旅游软件是一款 基于安卓的开发的自助导游软件。(Android Software Development Based on tourism is a self-help guide Android software.)
- 2020-12-27 17:09:02下载
- 积分:1