Skip to content

hisubram/faststart-lab-2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Develop Enterprise-grade Hybrid Mobile App with Cloud-native Backend

When developing your enterprise mobile app that needs centralized hosting of data, use of cloud-native services such as Cloudant No-SQL Database for storing textual data and Object Storage service for storing image/video/audio data, allows you to quickly go from idea-conception to reality. The Mobile Foundation service available from IBM Cloud provides a scalable mobile access gateway for securely accessing those backend services, and it provides other essential mobile backend capabilities such as push notifications, app lifecycle management and app analytics.

This lab is derived from code pattern gives you step by step instructions for developing an Ionic/Cordova based hybrid mobile app that securely connects to Cloudant and Object Storage services via IBM Mobile Foundation (aka MFP) service.

When you have completed this pattern, you will understand:

  • How to authenticate users (through preemptive login) using MFP security adapter.
  • How to write an MFP adapter that authenticates with Cloud Object Storage service and pass back the Authorization token to the mobile app.
  • Recommended architectural patterns for coding the interaction between mobile app and Cloud Object Storage service.
  • How to use imgcache.js in Ionic app for caching images fetched from Cloud Object Storage service.
  • How to show Google Maps in Ionic app as well as capture user’s geo-location & image from camera.
  • How to upload the captured image from mobile app to Cloud Object Storage service.
  • How to fetch data from Cloudant service to mobile app via MFP adapter as well as post new data to Cloudant.
  • How to customize the Ionic app logo and splash, and build the release apk for uploading to public/private app stores.

Next Steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published