android-market-api

授权协议 Apache
开发语言 Java
所属分类 程序开发、 其他开发相关
软件类型 开源软件
地区 不详
投 递 者 廉宇
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

这是一个 Android Market 的开源 API 项目。基于Google Protocol Buffers 议实现。它使用java.net.URL来与google应用商店服务器通信,能够运行在GoogleAppEngine和Android应用程序中。你可以利用它来浏览任何国家或本地的Android应用商店。通过关键字或包名来搜索Android应用。并通过返回的应用ID来获取这个应用的详细信息,包括评论、图标与软件截图。

示例代码:

CommentsRequest commentsRequest = CommentsRequest.newBuilder()

                                .setAppId("7065399193137006744")

                                .setStartIndex(0)

                                .setEntriesCount(10)

                                .build();

 

 session.append(commentsRequest, new Callback<CommentsResponse>() {

  @Override

    public void onResult(ResponseContext context, CommentsResponse response) {

        System.out.println("Response : " + response);

        // response.getComments(0).getAuthorName()

        // response.getComments(0).getCreationTime()

        // ...

    }

});

session.flush();

  • 前一段时间有一个需求,是要在程序中取得一些Android应用的信息,包括名字、作者、应用的描述等等信息。 Google的Android Market公布了api,可以取得Android Market上的Android应用的具体信息。 官网地址:http://code.google.com/p/android-market-api/ 官网上的示例代码说的很清楚了,就不再贴代码了。 注:在使用的过程中

  • libusb for android: Even if you get it compiled, Android is probably not going to let you access the USB device through libusb unless your device is rooted. If it is feasible to port your app to Andro

  • 我正在尝试示例代码here.但我的应用程序崩溃了. 我添加了日志记录,发现它崩溃了session.flush();所以我删除了该行,它不再崩溃了. 但它没有达到onResult回调. package com.mytest.app; import com.gc.android.market.api.MarketSession; import com.gc.android.market.api.Mar

  • Centos Android开发环境配置-Android Tools -android  list sdk --extended --all 安装完Android Tools后执行 android  list sdk --extended --all 列出下面可安装的Android SDK清单 具体安装方式: ./bin/sdkmanager "填写清单中可安装的项目名称" 比如: ./bin/s

  • 原文地址为: Android SDK Tools Platform-tools Build-tools (1)Android SDK (Android SDK主安装包,包含SDK Manager、AVD Manager、工具包tools,释放后的根文件夹为android-sdk-windows): revision 22.2.1 http://dl.google.com/android/andro

  • android.provider.MediaStore里包含了相关的Image,Video,Audio信息,可通过managedQuery方法来查询和遍历。 Android中的AdapterView使用Adapter来获取数据,和JFace中的ContentProvider对应。 根据字符串路径获取Uri:Uri.parse((String)Path) 封装好的视频View:android.wid

  • 先去market down个最新版然后提取出来,觉得麻烦的就直接去各大论坛找就行。 用winrar解压seesmic.apk 在目录下得到classes.dex文件 下载smail将其反编译,程序需要java环境,下载JDK或者JRE已经安装的请跳过 把classes.dex文件和两个jar放在同一目录下,拖动dex到 “解包.bat”,之后会在同目录生成”classes”文件夹 打开Notepa

  • title: android-GooglePlay安装来源追踪PlayInstallReferrer categories: Android tags: [android, referrer, googleplay] date: 2020-07-22 15:28:59 comments: false mathjax: true toc: true android-PlayInstallReferr

  • Android 2.0 API变更概要:  1、Bluetooth   · 开启关闭蓝牙   · 设备和服务发现   · 使用 RFCOMM连接一个可插拔的设备收发数据   · 公布RFCOMM 服务和监听接收 RFCOMM 连接  2、Sync adapters   · 新的APIs, 同步桥接器连接任何backend  3、Account Manager   · 集中的帐户管理器 API ,安

  • I know that the SMS content provider is not part of the public API (at least not documented), but if I understand correctly it's still possible to use many of the SMS features as long as you know how

  • 资源简介 ArcGIS for Android 将GIS 的适用范围从办公室扩展到移动Web。发布时,ArcGIS forAndroid 将包括一个应用程序,您将能够从Android Market 应用商店下载这款称为ArcGIS的应用程序。这个应用程序将类似于已经发布的ArcGIS for iOS 和Windows Phone 应用程序. 使用该ArcGIS 应用程序,您能够浏览ArcGIS.c

  • 一、判断应用是否安装(高德或者百度等),注意存储分区 /** * 判断是否安装目标应用 */ private boolean isInstallByread(String packageName) { /** * 判断 API版本是否大于 29(Android 11) * 大于29会强制分区 */

 相关资料
  • Market-Enabler是一个可以忽悠安卓google play市场的软件,它可以模拟其他国家的网络运营商代码。Android市场根据国家/地区的不同区分市场,部分应用程序仅提供给特定的市场。 使用本软件需要root权限。

  • stock-market-india A npm package which fetches data from Bombay & National Stock Exchange and provides an API to access it. National Stock Exchange (NSE) API Get the stock market status (open/closed)

  • stock-market-scraper Always wanted to get live updated historical data of your favourite stocks? Say no more! stock-market-scraper is a command line tool which downloads all historical stock data in b

  • NFT Market AWS Serverless Lambda Service To use together with NFT Marketplace Installation Make sure you have serverless installed npm install serverless -gnpm install Setup env file required IPFS_HOS

  • Creative Cloud Market 可供摄影计划客户之外的所有 Creative Cloud 付费会员使用,是由创意人员为创意人员创造的一系列高品质精选内容。Creative Cloud 会员可通过桌面和移动设备(通过 Creative Cloud 关联应用程序),从“市场”中访问资源,从一系列极其出色的矢量图形、图标、图案、用户界面套件等中随意选择。Creative Cloud 订阅者每

  • Server architecture for Real-time Stock-market prediction with ML In this repository, I have developed the entire server-side principal architecture for real-time stock market prediction with Machine