BeFriend notifies your contacts about your location through SMS and Twitter anytime you are in danger.
First clone the repo
git clone https://github.com/prajjwaldimri/Friend-App
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
.
Open the sub-folder named Friend inside the Android folder of Project directly in Android Studio.