Skip to content

prajjwaldimri/Friend-App

Repository files navigation

BeFriend

Join the chat at https://gitter.im/prajjwaldimri/Friend-App License APACHE Contact GitHub issues

BeFriend notifies your contacts about your location through SMS and Twitter anytime you are in danger.

Requirements

(For Windows)

  • Visual Studio 2015
  • Windows Universal SDKs
  • Most dependencies are obtained from Nuget and automatically restored on build.

(For Android)

  • Android Studio
  • API 16,23 SDK
  • Google Play Services SDK

Building

First clone the repo

git clone https://github.com/prajjwaldimri/Friend-App

(In Windows)

Open the solution file BeFriend.sln in Visual Studio. Make sure the selected platform is either x86 (for emulator) or ARM (for device). Then Build The Solution. Nuget should auto download all missing packages, if not open the package manager and click Restore Missing Packages.

(In Android)

Open the sub-folder named Friend inside the Android folder of Project directly in Android Studio.

Please refer to the wiki for further information: https://github.com/prajjwaldimri/Friend-App/wiki