赞
踩
项目设计:
1,实现订单号查询.。 我先自己写,完成这个项目。再和开源项目比对。
技术点:
1,找到API借口。传递订单号。
2,实现更新提醒。
碰到问题: android.os.NetworkOnMainThreadException
不能把服务器请求直接在主线程调用。 用handler发送消息不能解决。
解决:通过new Thread
碰到问题:java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
解决:runOnUiThread(new Runnable() )
http://www.2cto.com/kf/201302/190591.html
酷派大神F1的USB不能识别。
http://bbs.coolpad.com/thread-2718549-1-1.html
快递查询API:
100快递:http://www.kuaidi100.com/openapi/mobileapi.shtml
用到了webView来显示。webView.loadUrl(urlPath);
http://blog.csdn.net/chenshijun0101/article/details/7045394
快递api
http://kuaidiapi.cn/
distinct, 去掉重复值
http://blog.csdn.net/manoel/article/details/8799489
添加一条记录:insert into table_ExpressSeachHostory (express_company,express_number) values ('shengtong','87641366541')
查询所有:select * from table_ExpressSeachHostory
查询一个:select * from table_ExpressSeachHostory where express_company = 'shentong'
更新:update table_ExpressSeachHostory set express_number ='8964651654' where express_company = 'shentong'
更新:update table_ExpressSeachHostory set remark ='kuzi',isListen = 0 where express_company = 'shentong'
删除:delete from table_ExpressSeachHostory where express_company = 'shentong'
===========[飞飞快递]
寄件资费查询功能:
快递价格查询_物流价格查询_快递100
http://www.kuaidi100.com/delivery.shtml
附近快递店功能:
百度地图api
百度地图使用范例
Android开发 - 柳峰的专栏 - 博客频道 - CSDN.NET
通过腾讯地图demo,发现不功能效果不行。还是调用本机地图传值定位就成了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。