最轻量的支付宝转账工具类 AlipayZeroSdk

码农软件 · 软件分类 · 手机相关软件 · 2019-05-08 10:57:51

软件介绍

Alipay ZeroSdk是最轻量的支付宝转账工具类。可以在应用中直接跳转到支付宝转账的界面,比复制粘贴支付宝账号更加优雅、安全。 然而它的功能就是直接跳转到转账界面,不会获得支付结果。

首先需要准备一个二维码,详细方法请阅读: http://blog.feng.moe/2016/08/29/alipay-zerosdk/

从二维码中获取到所需的参数(一串英文数字混合的字符)后,我们来开始引入这个库。

在 Gradle 中配置:

allprojects {
    repositories {
        jcenter()
        maven {
            url "https://jitpack.io"
            }
        }
}

dependencies {
    compile 'moe.feng:AlipayZeroSdk:1.0'
}

AlipayZeroSdk 只有一个类,我们在开始使用转账界面跳转之前,最好检测一下用户是否安装支付宝客户端,以便作出不同的应对方式:

AlipayZeroSdk.hasInstalledAlipayClient(Context)

确认返回结果为 true 后,我们就可以跳转到转账界面了,这时候就需要从二维码获取到的参数:

AlipayZeroSdk.startAlipayClient(Context, String 从二维码获取到的参数)

之后就能看到转账界面跳出了,除了这些功能你还可以查询支付宝应用的版本号。

Demo:

本文地址:https://codercto.com/soft/d/5280.html

Blog Design Solutions

Blog Design Solutions

Richard Rutter、Andy Budd、Simon Collison、Chris J Davis、Michael Heilemann、Phil Sherry、David Powers、John Oxton / friendsofED / 2006-2-16 / USD 39.99

Blogging has moved rapidly from being a craze to become a core feature of the Internetfrom individuals sharing their thoughts with the world via online diaries, through fans talking about their favori......一起来看看 《Blog Design Solutions》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具