ECard, as its name states, is a electronic business card. As nowadays people are busier than usual, we have created an app for individuals to exchange their contact information conveniently, by just bumping their phone while the app is open.
The overall framework of the app, also providing components to utilize. For our app, for example, the transition between different views are provided by UIKit. Dive in deeper, each view has a lifecycle that can trigger the app to perform specific functions: e.g. after pressing the login button on the login view, it will trigger a loading pop-up view for the user.
Providing essential data types, collections and basic api's, such as:Int
,String
, Array
, DateTime
,FlieManager
, URLSession
.
This library provides the curcial functionality of this app, as we utilize it to make the user's phone connect and exchange data with nearby other users via Bluetooth and/or WiFi.
As we used MangoDB as our server-side database to store user data, Realm provide us with the power connecting to the cloud database for retrieving and uploading users' information and credentials.