Contacts manager data and image facebook sync, C/C++ Programming

Assignment Help:

Project Description:

collect / modify person records / photo images/ lookup / facebook

iphone and ipad

App basic function :

1 user will configure facebook connection

2 this app/software is used to download facebook events and facebook guest records from the configured facebook account

3 the app indicates the user all the events downloaded

4 user chooses and event

5 User can search/ view (search name or id) contact records related to the event and facebook status (accepted, maybe, decline, no reply)

6 more contact records will be imported by csv file or added into the app manually

7 the app uses its own data tables to store contact records from facebook, imports and included contacts.

App Extended function - relate image to contact:

9 Through the event people are given a unique i.d. that is added to their contact record via app

10 people records are created and searched if not exist and then the id is added

11 images and contact id's are related. id number which is logged with contact is related to the image filename the app has a GUI to prepare a relationship between the image and the i.d's of the people in the image.

default image folder

default event

facebook account

export attendance report with new id field

Skills required are C Programming, iPad, iPhone, Software Architecture, Social Networking


Related Discussions:- Contacts manager data and image facebook sync

#title, Given an integer n and a permutation of numbers 1, 2 ... , n-1, n w...

Given an integer n and a permutation of numbers 1, 2 ... , n-1, n write a program to print the permutation that lexicographically precedes the given input permutation. If the given

Do friends break encapsulation?, A: No. If they're utilized properly, they ...

A: No. If they're utilized properly, they increase encapsulation. You frequently require splitting a class in half while the two halves will have distinct numbers of instances o

Generate a class node that contains an integer id, Generate a class node ...

Generate a class node that contains an integer id, a position (x, y)  and a vector of 0 5,  generate a set of  x nodes each with random connectivity n.    Implement an algorith

Program create a user defined data structure - c++ program, Create a user-d...

Create a user-defined data structure (struct) called Node that represents a node within a linked list where the "data" stored in each node is a pointer to a Car object.    a) Wr

#podavan string, ##question.A Padovan string P(n) for a natural number n is...

##question.A Padovan string P(n) for a natural number n is defined as: P(0) = ‘X’ P(1) = ‘Y’ P(2) = ‘Z’ P(n) = P(n-2) + P(n-3), n>2 where + denotes string co   program in jav

Explain default arguments, Default Arguments A default argument is a va...

Default Arguments A default argument is a value that is automatically assigned to a formal variable, if the actual argument from the function call is omitted. e.g. void

Define nested class? why can it be useful?, it is a class enclosed in the s...

it is a class enclosed in the scope of another class. For illustration: // Example: Nested class // class OuterClass { class NestedClass { // ... }; // .

Stack, Implement multiple stacks in a single dimensional array. Write algor...

Implement multiple stacks in a single dimensional array. Write algorithms for various stack operations for them.

When should you use multiple inheritance, There are 3 acceptable answers: "...

There are 3 acceptable answers: "Never," "Rarely "and" When the problem domain cannot be accurately modelled any other way."

C program for removing specified charecter , #include stdio.h> #include ...

#include stdio.h> #include conio.h> #include string.h>   void del(char[],char *); main() {           char str[30],ch,*pp;           clrscr();           p

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd