Code Monkey home page Code Monkey logo

minipay's Introduction

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.

minipay's People

Contributors

cankingapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.