Skip to content

inventivehack/android-payments-integration

Repository files navigation

Integración de pagos en Android

Icon Urbvan

Ejemplo que contiene la implementación de Stripe, Conekta y PayPal con Clean Architecture.

Procesando pagos en Android - Primera parte

Procesando pagos en Android con Clean Architecture

Arquitectura

Esta aplicación está construida con base a la definición The Clean Architecture del Robert C. Martin y en la implementación de Fernando Cejas para proyectos en Android.

Básicamente la idea es dividir nuestro proyecto en tres capas (presentación, dominio y datos), manteniendo una independencia de nuestra UI, lógica de negocia y acceso a nuestro modelo de datos, asegurándonos de que nuestro código sea flexible, mantenible y testable.

Para más información de Architecture, MVP y el Patrón Repositorio les recomiendo leer los siguientes artículos y posts.

Bibliotecas y recursos usados en el proyecto

Desarrollador por

Edgar Salvador Maurilio Diego - Github

Licencia

The MIT License (MIT)

Copyright (c) 2017 Inventive

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages