I want to create a text file of the data received from bluetooth and then save it to a location from where it can be used by another application.
How can I solve this using code?
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.
Looks like dupe/related to StackOverflow: Saving file to phone in stead of SD-card
You should be able to use regular java File IO classes to save the actual data to the file.