Click here to Skip to main content
15,867,765 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hai

I am creating an app which has main app and client app. In my app I want to add Contact numbers. When I click on a contact second windows appears where I can input some details.
After that when I click send button the records should send to that phone number of client app.

I have attached the image of both screen.
please find the link below.

https://1drv.ms/i/s!AkcLq6QOs-aEhWGL4PRQRvfn_f3p

Any one please help me what is the tech. used to achieve,
ie. how to add contacts on both sides, send records to client number etc. I am using SQL as my database on both sides.

Thanks.

What I have tried:

As I am new I want basic idea and detail.
Posted
Updated 5-Oct-17 3:12am
v2
Comments
[no name] 29-May-17 14:52pm    
https://www.codeproject.com/Questions/809344/does-not-exists-in-the-current-context-while-creat

Hmm.... been doing mobile development for 3 years and you are still "new"? "Teach me programming" isn't a question or a problem. Someone that has been here for 5 years would know that.
David Crow 5-Jun-17 13:16pm    
What difference does it make how long he's been doing mobile development or how long he's been at CP? If he has a question, he has a question. Answer it if you can; move on if you can't.

What exactly are you having trouble with: adding contact numbers, clicking on an item (button), populating a database, communicating with another device?

Without more information, I'd say you are wanting to send a vCard from one device to another. Is that even close?
 
Share this answer
 
Comments
Baburc 5-Jun-17 23:43pm    
I want to know how to send data using mobile number like whatsapp
In main app orders are created and I want to send it to client app using their contact numbers in the list.
have you seen my image
thanks.
Step1: Setup Web Server where you store your Data using webservices.
Step2: You gave registration option to every client by ther mobile number (that is your unique ID) and store data on web server database in tblRegistration.
Step3: When any client send msg save data on server with detail (SenderNumber,ReceverNumber,MSG).
Step4: In client app hit server web service for any new MSG by field ReceverNumber
in tblMSG, if found then show notification.

Note: you can't communicate aap to aap, you need web server where you save and retrive data through WEB Services.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900