基于Android平台的城市公交查询系统的设计与实现
个主要功能实现如下。3.1 线路查询用户通过线路名获得该线路所有站点信息,效果图如图2所示,具体实现代码如下:public Bus[] queryLine(int line) {Cursor cursor=db.query(BusStopInLineInfo, new String[] {"_id", "BusLine_id", "BusStop_id", "StopOrder"},"BusLine_id= "+line, null, null, null, null);int row=cursor.getCount();if
<<上一页 下一页>>
广州市越秀区图书馆版权所有。
联系电话:020-87673002
本站访问人数: