Skip to content

IBM-Cloud/serverless-followupapp-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A native Android mobile app using a serverless backend in Java

The application is a feedback app that smartly analyses the Tone of the feedback provided and appropriately acknowledges the customer through a Push Notification.

In this application, the user authenticates against App ID. App ID provides access and identification tokens. Further calls to the backend API include the access token. The backend is implemented with Cloud Functions. The serverless actions, exposed as Web Actions, expect the token to be sent in the request headers and verify its validity (signature and expiration date) before allowing access to the actual API. When the user submits a feedback, the feedback is stored in Cloudant and later processed with Tone Analyzer. Based on the analysis result, a notification is sent back to the user with Push Notifications.

Refer to this tutorial for instructions.

License

See License.txt for license information.