Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/cloud-mdk-tutorial-samples
Sample from the SAP mobile development kit tutorials demonstrating various components and features of the MDK in the context of an enterprise mobile solution.
https://github.com/sap-samples/cloud-mdk-tutorial-samples
mdk mobile mobile-development-kit sample sample-code sap-btp sap-mobile-services tutorials
Last synced: 3 months ago
JSON representation
Sample from the SAP mobile development kit tutorials demonstrating various components and features of the MDK in the context of an enterprise mobile solution.
- Host: GitHub
- URL: https://github.com/sap-samples/cloud-mdk-tutorial-samples
- Owner: SAP-samples
- License: apache-2.0
- Created: 2019-12-19T18:24:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T03:13:18.000Z (3 months ago)
- Last Synced: 2024-10-27T04:23:26.933Z (3 months ago)
- Topics: mdk, mobile, mobile-development-kit, sample, sample-code, sap-btp, sap-mobile-services, tutorials
- Language: JavaScript
- Homepage:
- Size: 13.2 MB
- Stars: 29
- Watchers: 4
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developer Tutorials - SAP Mobile Development Kit
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/cloud-mdk-tutorial-samples)](https://api.reuse.software/info/github.com/SAP-samples/cloud-mdk-tutorial-samples)
The samples provided in this repository reference to the MDK tutorials listed on the SAP Developer Center [Mobile Development Kit page](https://developers.sap.com/topics/mobile-development-kit.html#tutorials).
---
### 📌 Description
These sample resources demonstrate various components & features of the Mobile development kit (MDK) in the context of bigger apps and provide samples referenced in developer tutorials.
The samples include:- How to quick start with the Mobile Development Kit (MDK)
- How to create an MDK Online/Offline app
- How to add CRUD (Create, Read, Update & Delete) functionality.
- How to store the data locally, make some transactions against the local database (offline store), upload the changes to the backend
- How to add client side validation rule
- How to implement deep linking from an MDK app to open an installed app like SAP Mobile Cards or how to open a web page
- How to upload client logs, enable Push notifications, add Styling, handle Error Archive, OData Annotations, Localization & Internationlaization.* How to create your branded MDK client
- using Cloud Build Service
- using MDK SDK
* How to enable Certificate-Based Authentication in MDK app
* How to write a custom extension controls in MDK Apps
* How to add NativeScript Plugins in an MDK AppAbove folders point to related tutorial mission/group.
| Folder | Tutorials |
| :-------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------- |
| [1-Quick-Start-with-the-Mobile-Development-Kit](/1-Quick-Start-with-the-Mobile-Development-Kit) | https://developers.sap.com/tutorials/cp-mobile-dev-kit-quick-start.html |
| [2-Create-Your-First-Mobile-App-with-the-Mobile-Development-Kit](/2-Create-Your-First-Mobile-App-with-the-Mobile-Development-Kit) | https://developers.sap.com/mission.mobile-dev-kit-get-started.html |
| [3-Enhance-Your-First-MDK-App-with-Additional-Functionalities](3-Enhance-Your-First-MDK-App-with-Additional-Functionalities) | https://developers.sap.com/group.mobile-dev-kit-enhance.html |
| [4-Level-Up-with-the-Mobile-Development-Kit](4-Level-Up-with-the-Mobile-Development-Kit) | https://developers.sap.com/mission.mobile-dev-kit-level-up.html |
| [5-Brand-Your-Customized-App-with-Mobile-Development-Kit-SDK](/5-Brand-Your-Customized-App-with-Mobile-Development-Kit-SDK) | https://developers.sap.com/mission.mobile-dev-kit-brand.html |
| [6-Create-Extension-Controls-in-Mobile-Development-Kit-Apps](/6-Create-Extension-Controls-in-Mobile-Development-Kit-Apps) | https://developers.sap.com/mission.mobile-dev-kit-controls.html |The resources can also be used as a general code reference and starting point for the Mobile development kit.
Please be advised that any downloads are subject to the following:
- These resources are provided without any warranty or support obligations.
- These resources are subject to the full terms of the license agreement (see below).
---
### 🚦 Requirements
The included resources run in available on any SAP Business Technology Platform (BTP) account.
To use the resources you need to have:1. An SAP BTP account. Users who don't have an account can register for a free trial account.
See [Sign up for a free trial account on SAP Business Technology Platform](https://www.sap.com/developer/tutorials/hcp-create-trial-account.html).2. Some of the resources connect to the **Sample OData Service**. This service is part of SAP Mobile Services cockpit based on ESPM model (Enterprise Sales & Procurement Model) and is available for developers to use during development and testing. The sample OData service also lets you evaluate how delta tokens are handled in your test application. This service is specific to an SCP account.
---
### Download and Installation
Clone the repository or download it to your file system.
---
### Known Issues
There are no known issues relating to the resources included in this repository. Please refer to the **How to obtain support** for any issue you encounter.
---
### 📞 How to Obtain Support
For any issue you encounter with
- the _resources_ in this repository, please create a new `Issue` in the [Issues](https://github.com/SAP/cloud-mdk-tutorial-samples/issues) section of this repository.
- the _tutorials_ associated with them, please create a new `Issue` by clicking on the **Provide Feedback** option available in the tutorial page.
- In addition, registered users can log-in and submit their question in **SAP Community** by following [this link](https://community.sap.com/t5/forums/postpage/choose-node/true/product-id/73555000100800001081/board-id/technology-questions).---
### 📑 License
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.