Contact Card

buzztouch plugin: Contact Card
Version: v1.3
Displays a native Contact Sheet in iOS and Android. This screen allows your users / customers to add some predefined contact details to their address book.
works on iOS iOS
works on Android Android
Developer Info
Latest Review
PointerLeonG | 11/18/14 (v1.3)
works ok in iOS but no support for Android 3 and higher. No profile pics of the contacts for example. 5 stars as soon as this is updated again, but does not seem supported anymore by mrDavid.
Screenshots
More Information
This plugin displays a native Contact Sheet in iOS or Android. This screen
allows your users / customers to add some predefined contact details to their address book.

iOS USERS: YOUR XCODE PROJECT NEEDS TO HAVE THESE TWO BUILT IN FRAMEWORKS
ADDED BEFORE THIS PLUGIN WILL WORK

1. AddressBook.framework
2. AddressBookUI.framework

Android USERS: There are some differences in the way Android behaves depending on the age of the
device and what Android / Google libraries you're compiling your project with. See the Save_contact.java
file for more information.


More goodies and plugins avialable at buzztouchmods.com

iOS Project
------------------------
Save_contact.h
Save_contact.m
Save_contact.xib
Save_contact~ipad.xib

Both are required.

Android Project
------------------------
Save_contact.java
screen_save_contact.xml

Update History:

v1.1: 11/27/2012
Add Android support.
Added two fields for Home and Work URL's

v1.0: October 2012
Initial Release.

SAMPLE JSON Data
------------------------
{"itemId":"1111", "itemType":"Save_contact", "itemNickname":"Save Contact",
"navBarTitleText":"Save Contact", "personImageFileName":"joesmith.png", "firstName":"Joe",
"lastName":"Smith", "companyName":"United International", "jobTitle":"President",
"workStreet1":"123 Elm Street", "workStreet2":"Suite 100", "workCity":"New York",
"workState":"NY", "workPostalCode":"10023", "emailHome":"[email protected]",
"emailWork":"[email protected]"}