Android Question Is there any simple way to transfer a small text file From APP User A to User B.

AndyChang

Member
Licensed User
Hi
I have a requirement that allow APP User A transfer a Text File with 10 Item_Numbers to User B. Is there any simple way to do this kind of jobs.
Andy
 

DonManfred

Expert
Licensed User
Longtime User
Both users are running the same app on the same device?
 
Upvote 0

AndyChang

Member
Licensed User
Yes, Manfred.
Do you have any idea about this topics? I search the forum, cannot find a easy way to do this job. Many of them are quite complicated and that is totally out of my abilities.
Andy
 
Upvote 0

AndyChang

Member
Licensed User
User A gets a mobil phone. User B gets another mobil phone. They stay in two difference city. I have no idea how to transfer the file. Maybe we should use cloud resources to help to do this job.
Andy
 
Upvote 0

AndyChang

Member
Licensed User
By the way, this application will allow thousands of users to transfer their design results (which will be only ten item no). They will share the results through the file transfer.
Andy
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
User A gets a mobil phone. User B gets another mobil phone
this is NOT what you answered to my question.
Both users are running the same app on the same device?
Yes, Manfred.

They stay in two difference city
- Implement push notifications in your app (Firebase FCM). Send a push to device b and as text you put the 10 itemnumbers.
- Upload it to your webserver
 
Upvote 0
Top