I want to write a programme for sending a file/image between two android phone. If I already have the dirtectory of my file/image,how can I write the programme?
Share
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.
First of all you need to make Bluetooth Connection with the destination Android Phone. After doing this. you need to send File in bytes using
DataOutputStreamClass. Also look for following useful link,http://kpbird.blogspot.com/2011/04/android-send-image-via-bluetooth.html