`
yangs_lx
  • 浏览: 2003 次
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
谷歌为我们介绍了一个名叫 Glide 的图片加载库。 Glide 使用方法1句话就可以搞定 Glide.with(context)      .load("http://inthecheesefactory.com/uploads/source/glidepicasso/cover.jpg")     .placeholder(R.drawable.pic_none).crossFade()      .into(imageView);  Glide.with(this) with 里面可以是Context   Activity  Fragment 建议传入act ...
package com.amap.map2d.demo.basic; import android.app.Activity; import android.graphics.Color; import android.location.Location; import android.os.Bundle; import com.amap.api.location.AMapLocation; import com.amap.api.location.AMapLocationListener; import com.amap.api.location.LocationManagerProxy; ...
Global site tag (gtag.js) - Google Analytics