Skip to content

davidlin2k/E-Card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ECard

About

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.

How to Use the App

Dependencies & Libraries

UIKit

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.

Foundation

Providing essential data types, collections and basic api's, such as:Int,String, Array, DateTime,FlieManager, URLSession.

MultipeerConnectivity

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.

Realm & Realm Database

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.

Structure

File Structure

Workflow

About

Mobile business card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%