Android应用源码WebService ksoap2调用火车/列车时刻表信息
程序员文章站
2022-03-01 13:29:50
...
本Demo是一个基于安卓的app查询火车列车时刻表的小项目源码、使用 http://webservice.webxml.com.cn/WebServices/ TrainTimeWebService.asmx 接口提供的列车数据、结合ksoap2进行数据解析、可以查询两站之间的车次信息和指定车次的到站信息
onCreate方法
super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); train_textView2 = (TextView) findViewById(R.id.train_textView2); train_textView1 = (TextView) findViewById(R.id.train_textView1); // 查询 train_button1 = (Button) findViewById(R.id.train_button1); train_chaxun = (Button) findViewById(R.id.train_chaxun); // 车次查询 train_checi = (Button) findViewById(R.id.train_checi); // 始发站 train_editText1 = (EditText) findViewById(R.id.train_editText1); // 抵达站 train_editText2 = (EditText) findViewById(R.id.train_editText2); train_button1.setOnClickListener(this); train_checi.setOnClickListener(this); train_chaxun.setOnClickListener(this);
以上是最基本的调用方法、代码量很多、这里就不一一贴了、有兴趣的可以下载源代码Demo看一下、可以体验一下
源代码下载链接: http://dwtedx.com/download.html?bdkey=s/1eQzXIUm 密码: eh7w