This sample Android app demonstrates how to use MBaas cloud platform APIs using Parse Java script SDK.
This sample covers:
- Signup new user
- Login and logout user
- Listing of items like burgers and beverages retrieved from stored objects
- Details of each menu items
- Displays item's photo
- Upload photo to login after signup
- Upload photo or take photo from camera to login
- Using the Objects to store data.
- Using the Queries to retrive and update data.
- Login using face recognition service.
- Overview
- Prerequisite
- Step 1: Create Mobile Backend in Huawei Public Cloud
- Step 2: Setup Android Studio, Node JS and Git
- Step 3: Setup emulator
- Step 4: Load Face Recognition Sample from Github
- Step 5: Import sample data to Mobile Backend
- Step 6: Enable Face Recognition Service
- Step 7: Enterprise Integration - Cloud code
- Step 8: Connect Mobile App to Huawei Mobile Backend
- Step 9: Upload pictures to emulator
- Step 10: Run Mobile App in emulator
- Step 11:(Optional) Use Multiple Image Libraries
- Step 12: (Optional) Update MbaaS Server Information