Category: Mobile development

0

Native Android bridging to Ionic Cordova

We need to use native components in hybrid code for different scenarios. We might, for example, not find the hybrid plugin that provides our required functionality. In such case, we need to implement the native functionality and integrate it into … Read More

0

Accepting credit cards in iOS with Stripe

Far from setting up payment gateways, Stripe integration is a solution that helps developers enable payment through their web or mobile apps with a set of friendly easy-to-use APIs. Stripe provides a fairly good documentation that enables developers to get … Read More

1

IBM API Connect

In the previous tutorial we learnt how to write a NodeJS service that connects to an IBM Cloudant database. Continuing with IBM technologies and with the previous tutorial, we will learn here how to expose the service previously created as … Read More

oauth goodreads ios 0

iOS – OAuth integration with Goodreads

In this tutorial we’ll use the OAuth library for Swift: OAuthSwift, to authenticate users through the Goodreads identity provider. The library is very easy to use. So it’s going to be an easy but rich tutorial as we’ll parse … Read More