-
GIMSearch 是一个谷歌图片搜索库,它采用直接访问 http 页面的方式而非 API
资源介绍
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