I was doing some research and I want to develop an application to share files between two Android Phones 2.2, via WiFi using one Access Point on the same network.
Is it posible? in that case, what do i need?
Thanks a lot,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s actually really easy to do. Grab a copy of:
http://jmdns.sourceforge.net/
This will allow one phone to find the other – then you can transfer any file between phones using sockets or http or whatever.