Android 省份城市搜索,Android 实现省份城市的选择,并获取城市编号

该程序主要使用 中央气象局 省份 城市数据库为基础 进行读取

下载的数据库 db_weather.db 放到sdcard/weather 目录下面 方便后续操作

为了更好的了解数据库,使用 SQLite Database Browser 可以打开数据库 查看数据 和表等信息,如下

0818b9ca8b590ca3270a3433284dd417.png

0818b9ca8b590ca3270a3433284dd417.png

0818b9ca8b590ca3270a3433284dd417.png

了解了表的构成可以实现操作了

androidManifest.xml

配置文件声明 添加操作sdcard 权限

package="com.cityselection"

android:versionCode="1"

android:versionName="1.0">

android:icon="@drawable/ic_launcher"

android:label="@string/app_name">

android:name=".City_SelectionActivity"

android:label="@string/app_name">

package="com.cityselection"

android:versionCode="1"

android:versionName="1.0" >

android:icon="@drawable/ic_launcher"

android:label="@string/app_name" >

android:name=".City_SelectionActivity"

android:label="@string/app_name" >

布局文件main.xml

主要使用两个 spinner 分别实现城市 省份的选择

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical">

android:text="省份/直辖市"

android:textSize="20dp"

android:textStyle="bold"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

/>

android:id="@+id/provinces"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

/>

android:text="市/县"

android:textSize="20dp"

android:textStyle="bold"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

/>

android:id="@+id/city"

andro

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值