登录 注册
当前位置:主页 > 资源下载 > 5 > GIMSearch 是一个谷歌图片搜索库,它采用直接访问 http 页面的方式而非 API

GIMSearch 是一个谷歌图片搜索库,它采用直接访问 http 页面的方式而非 API

  • 更新:2024-11-12 17:19:32
  • 大小:53KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

GIM搜索 当前版本:0.11 谷歌图片搜索库。 使用直接 http 页面,而不是 API。 在 Android Studio 中导入 添加回购 将以下内容添加到 app 的 build.gradle 中。 repositories { maven { url ' http://repo.bahadir.me ' } } 这对您的依赖项: compile ' me.bahadir:gimsearch:[VERSION] ' 用法 IMSearch gimSearch = new GIMSearch (); // Create image list List< GIMSearch> images = null ; try { images = gimSearch . getSinglePage(search); } cat