All Projects → CankingApp → Minipay

CankingApp / Minipay

Licence: apache-2.0
免sdk支付功能,直接调起微信/支付宝进行转账,轻量级支付,方便App中的打赏功能。A nice tool for mobile pay without Wechat or Ali sdk.

Programming Languages

java
68154 projects - #9 most used programming language

MiniPay-免sdk实现微信/支付宝转账打赏功能

A nice tool for mobile pay without Wechat or Ali sdk.

platform License

为什么要做这个项目?

安卓开发者都应该有一个属于自己的APP发布到市场,可以完善自己的技术站之外,加入广告,还可以有一份小收入。 但是这个年代,各家的应用市场是不欢迎带广告sdk的个人开发者应用的。还好我们可以用插件技术加入广告sdk,或者直接想一种方面实现打赏功能,让用户通过支付宝或微信转账到自己账户。

预览

Get it on Google Play

homewechatali

用法

文档

基本配置准备

  • 支付宝和微信二维码
  • 解析支付宝二维码内容后缀字符(直接转账用)
  • 引入MimiPay项目

添加项目引用Dependency

    dependencies {
	    compile 'com.canking.minipay:minipay:1.0.2'
    }

一行代码启动MiniPay入口

    MiniPayUtils.setupPay(this, config);

Release Note

  • v1.0.0:实现基本项目功能
  • v1.0.1:优化微信捐赠方式二维码保存
  • v1.0.2: 1.抽出捐赠sdk,上传Bintray。 2.优化Demo UI。
  • v1.0.3: 1.Demo上传Google Play 2.发布项目技术细节博客
  • v1.0.5: 1.修改安卓N手机微信二维码保存逻辑。 2.优化捐赠方式提醒。

License

Copyright 2017 CankingApp

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].