Create an Android Project that Imports the SAP Flows Library
2019-05-21
Beginner
10 min.
Create an Android project that imports the SAP Flows library which provides a higher-level API enabling onboarding with SAP Cloud Platform Mobile Services using screens from the SAP onboarding UI.
You will learn
- How to create a project in Android Studio without using SAP Cloud Platform SDK for Android wizard
- How to import SAP libraries such as foundation, flows, onboarding, and SAP Fiori into the project
Prerequisites
- SAP Cloud Platform SDK for Android: Version
2.1.1
- Complete step 1 of Try Out SAP Cloud Platform SDK for Android Wizard
The Flows library is a new feature of the SAP Cloud Platform SDK for Android 2.0. It can reduce and simplify the code in an application related to onboarding and exchanging client policy data with Mobile Services. A great overview is provided by Britt Womelsdorf
at A Closer Look at Android Flows.
Step 1: Create the project
Step 2: Configure app in Mobile Services
Step 3: Add SAP Cloud Platform SDK for Android libraries to the project