摘要: import android.content.ActivityNotFoundException; import android.content.Context; import android.content.Intent; import android.database.Cursor; impor 阅读全文
posted @ 2017-07-27 17:39 华网计算机博客 阅读(2385) 评论(0) 推荐(0) 编辑
摘要: ``` import android.annotation.SuppressLint; import java.text.DateFormat; import java.text.ParseException; import java.text.ParsePosition; import java. 阅读全文
posted @ 2017-07-27 10:23 华网计算机博客 阅读(3773) 评论(0) 推荐(0) 编辑
摘要: ``` import android.annotation.SuppressLint; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.net.Ur... 阅读全文
posted @ 2017-07-27 10:20 华网计算机博客 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 微信支付和支付宝的支付方式大致类似,熟悉下流程,为我们之后的开发提供帮助,熟悉流程后,根据官方的demo可以为我们节省很多时间。 网上找到的流程图 附上有关 "公钥私钥" 的连接 阅读全文
posted @ 2017-07-20 16:46 华网计算机博客 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 项目中用到了百度地图,记录一下,为以后开发提供帮助 纹理绘制和分段颜色绘制 我们在利用百度地图计算出路线的点后可以在地图上绘制出自己想要的纹理路线或者分段颜色显示,通过自定义或者利用百度给出的类直接绘制。 我们在计算出路线之后就需要进行路线的绘制了,我们在路线的回调方法中进行设置 当获取到路线的点时 阅读全文
posted @ 2017-07-19 16:00 华网计算机博客 阅读(381) 评论(0) 推荐(0) 编辑