Skip to content

YashRTiwari/Xamarin-Contact-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Xamarin-Contact-App

Developed and designed a cross platform application using Xamarin.Forms. The application is a replica of an ordinary contact application with basic controls and functionalities which are as follows:
  1. Ability to add new contacts
  2. Contacts contains fields like - First Name, Last Name, Company, Phones, Photo, Emails and Addresses
  3. Contact can be updated, deleted and shared as a text message to various application.
  4. You can assign photos to your contact by selecting one from your gallery.
  5. Contact has a search functionality for looking up contacts using their First and Last Name.
  6. Contacts are saved locally as a json txt file. Application retain data from it on startup.
  7. All updates - delete, save, and create, are saved locally.

NuGet Packages Used:

  1. MVVMLightLibs
  2. Newtonsoft.Json
  3. Plugin.Permission -> Requesting storage permission on android and ios platform.
  4. Xamarin.Forms.Contacts -> Not used, added to get contacts already saved in the device.